X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3C0A8527.6456AB56@phekda.freeserve.co.uk> Date: Sun, 02 Dec 2001 19:46:47 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: DJGPP workers Subject: Small fixes in src/docs/kb Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Below are a couple of fixes for src/docs/kb: * NT LFN isn't beta anymore. * The makefile needlessly rebuilds kb.info, since the target is wrong. OK to commit? Is it OK to commit small tweaks to the documentation without asking? I don't mind either way, but I thought it might save list traffic about trivial changes. Thanks, bye, Rich =] -- Richard Dawe http://www.phekda.freeserve.co.uk/richdawe/ Index: features.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/features.txi,v retrieving revision 1.3 diff -p -u -3 -r1.3 features.txi --- features.txi 2000/08/22 18:45:44 1.3 +++ features.txi 2001/12/02 19:43:40 @@ -259,8 +259,9 @@ by DOS. The @sc{djgpp} library features transparent and automatic support for long file names on Windows 9X AT footnote{Windows NT does not include this API, therefore @sc{djgpp} programs cannot access long file names on NT -systems. However, a beta version of a free LFN driver for NT is -available.}. The @sc{djgpp} startup code queries the system for the +systems. However, a free LFN driver for NT is available from +the @file{v2misc/} directory of the DJGPP archive on Simtel.NET.} +The @sc{djgpp} startup code queries the system for the availability of the LFN API, and if it's available, all low-level file-oriented primitives are automatically switched to using the special LFN-aware functions. This run-time detection of the LFN support means Index: makefile =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/makefile,v retrieving revision 1.3 diff -p -u -3 -r1.3 makefile --- makefile 1999/12/14 12:01:23 1.3 +++ makefile 2001/12/02 19:43:40 @@ -3,9 +3,9 @@ TOP=.. include $(TOP)/../makefile.inc -all :: $(INFO)/kb.inf +all :: $(INFO)/kb.info K = $(wildcard *.txi) -$(INFO)/kb.inf : $K +$(INFO)/kb.info : $K makeinfo --no-split kb.txi