summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/localeconv.c
Commit message (Collapse)AuthorAgeFilesLines
* . style(9)phantom2003-06-261-0/+1
| | | | | . fix/add comments (to cover changes done thru last 20 months) . extend monetary testcase to cover int_* values
* Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-091-0/+6
| | | | | | | | | international monetary values: int_p_cs_precedes, int_n_cs_precedes, int_p_sep_by_space, int_n_sep_by_space, int_p_sign_posn, int_n_sign_posn. This should not break existing binaries or LC_MONETARY data files. Reviewed by: ache MFC after: 1 month
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Do not try to convert to char already converted C monetary locale members.ache2002-01-281-11/+1
| | | | Do this conversion on locale load stage instead.
* Add my e-mail to copyrightsphantom2001-12-201-1/+1
|
* Use our standard .c rcsid format.obrien2001-03-051-1/+2
|
* Fix copyright breakage in rev 1.2.obrien2001-03-051-0/+7
| | | | We *cannot* remove clause #4 from the Univ of California's license.
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,phantom2001-02-101-10/+2
| | | | | | LC_NUMERIC::grouping) values. . Always set __XXX_changed flags then loading numeric & monetary locale categories to allow localeconv() to use C locale also.
* As temporary workaround for missing *grouping fields parser always return "noache2001-02-101-2/+10
| | | | | grouping" (CHAR_MAX, '\0'). Fixme: grouping parser needs to be implemented.
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outache2001-02-101-1/+5
| | | | | all my "-1" -> "something" fixes and replace -1 with CHAR_MAX directly in strtol() in cnv()
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)ache2001-02-101-1/+1
|
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICphantom2001-02-081-9/+65
| | | | information to fill return structure. Remove unused anymore stub.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+49
OpenPOWER on IntegriCloud