X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200501152000.j0FK0oDv015350@speedy.ludd.ltu.se> Subject: Re: setlocal... In-Reply-To: "from Brian Inglis at Jan 7, 2005 04:29:28 pm" To: djgpp-workers AT delorie DOT com Date: Sat, 15 Jan 2005 21:00:50 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT ludd DOT ltu DOT se Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Brian Inglis: > Index: src/docs/kb/wc204.txi > =================================================================== > RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc204.txi,v > retrieving revision 1.169 > diff -p -u -t -r1.169 wc204.txi > --- src/docs/kb/wc204.txi 20 Jan 2004 08:53:18 -0000 1.169 > +++ src/docs/kb/wc204.txi 7 Jan 2005 23:22:24 -0000 > @@ -1053,3 +1053,22 @@ fails, if that function is compiled with > @cindex @file{stdbool.h} added > @cindex C99 compliance, @file{stdbool.h} > The C99 file @file{stdbool.h} was added. > + > +@findex setlocale AT r{, liblocal[e]} > +Fixed problem with resetting the standard locale > +and returning the locale name. Thanks! But I was expecting a more complete explanation of what the change from a 10-line function into hundreds of lines meant. > +@findex strftime AT r{, liblocal[e]} > +Liblocal[e] @code{strftime} is now identical to libc @code{strftime}. I don't think this is relevant to DJGPP('s libc). > +@findex strftime AT r{, C99 compliance} > +Now @code{strftime} accepts and ignores %E and %O modifiers, > +and accepts and handles new C99 %F, %G, %g, %V formats > +and %s (GNU) POSIX time format. > +Also fixes %z ISO 8601/RFC 822 format time zone results. > + > +@findex strftime AT r{, documentation} > +Info documentation was added for %E, %O and GNU modifiers, > +C99 %F, %G, %g, %V formats and %s (GNU) POSIX time format. > +Documentation was made more consistent. Good. Right, MartinS