Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use -1 for CHAR_MAX instead of empty string as recommended by POSIX | ache | 2001-02-10 | 1 | -1/+1 |
| | | | | Still not parsed in localeconv() in anycase | ||||
* | Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3) | ache | 2001-02-10 | 1 | -2/+2 |
| | | | | | | | | repeated forever according to SUSv2 Remove "0;0" - \0 means not "no grouping" but repeat forever previous char, and added automatically. Empty string could be parsed later into CHAR_MAX (real "no grouping") by localeconv() | ||||
* | Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 1 | -0/+12 |