summaryrefslogtreecommitdiff
path: root/lib/libc/locale/localeconv.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-091-0/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Do not try to convert to char already converted C monetary locale members.Andrey A. Chernov2002-01-281-11/+1
* Add my e-mail to copyrightsAlexey Zelkin2001-12-201-1/+1
* Use our standard .c rcsid format.David E. O'Brien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.David E. O'Brien2001-03-051-0/+7
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-101-10/+2
* As temporary workaround for missing *grouping fields parser always return "noAndrey A. Chernov2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-101-1/+5
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-101-1/+1
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICAlexey Zelkin2001-02-081-9/+65
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+49