Mail Archives: djgpp-workers/2005/01/16/05:47:31
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
- Raw text -