X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200501161047.j0GAlKTf019772@speedy.ludd.ltu.se> Subject: Re: setlocal... In-Reply-To: <4rcku09t3nlh3d9trsjgk4dolotei29eq9@4ax.com> "from Brian Inglis at Jan 16, 2005 02:29:12 am" To: djgpp-workers AT delorie DOT com Date: Sun, 16 Jan 2005 11:47:20 +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: > contrib/liblocal.02/doc/readme.1st (appended) may be what you need. Thanks! Ok, how about this for wc204.txi?: @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 limitations of country.sys driver only current user locale and "C" (aka "POSIX") locales supported. @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. setlocale part adapted from from contrib/liblocal.02/doc/readme.1st and strftime part from Brian. Right, MartinS