X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 16 Jan 2005 21:35:20 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4fc02$Blat.v2.2.2$a9694880@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200501161047.j0GAlKTf019772@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: setlocal... References: <200501161047 DOT j0GAlKTf019772 AT speedy DOT 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 > From: > Date: Sun, 16 Jan 2005 11:47:20 +0100 (CET) > > @findex setlocale AT r{, actual locales now supported} > The function @code{setlocale} has been improved a lot. Now it > implements the following categories: LC_COLLATE, LC_CTYPE, LC_MONETARY, > LC_NUMERIC, LC_TIME. POSIX LC_MESSAGES is not supported. Due to The LC_* symbols should be in @code. > limitations of country.sys driver only current user locale and "C" (aka > "POSIX") locales supported. You should use ``this style'' to quote text in Texinfo, as the results looks prettier in the printed copy. > @findex strftime AT r{, C99 compliance} > Now @code{strftime} accepts and ignores %E and %O modifiers, It's probably better to say @code{strftime} now 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. The %X format specifiers should be in quotes and probably also in @code. Thanks.