| Commit message (Expand) | Author | Age | Files | Lines |
* | Use our standard .c rcsid format. | David E. O'Brien | 2001-03-05 | 1 | -1/+2 |
* | Fix copyright breakage in rev 1.2. | David E. O'Brien | 2001-03-05 | 1 | -0/+7 |
* | Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX for | Andrey A. Chernov | 2001-03-03 | 1 | -1/+1 |
* | Actually implement T_FMT_AMPM | Andrey A. Chernov | 2001-03-02 | 1 | -1/+1 |
* | Removed duplicate $FreeBSD$. | Ruslan Ermilov | 2001-03-02 | 1 | -2/+0 |
* | Fix setlocale() to conform to the ISO C and POSIX standards. | Ruslan Ermilov | 2001-03-02 | 1 | -2/+2 |
* | s/fstat/_fstat/ | Daniel Eischen | 2001-03-01 | 1 | -1/+1 |
* | .St -ansiC -> .St -isoC | Ruslan Ermilov | 2001-02-26 | 17 | -17/+17 |
* | Fix visibility of empty variable -- it should be static. | Alexey Zelkin | 2001-02-24 | 1 | -1/+1 |
* | cleanup commentaries | Alexey Zelkin | 2001-02-19 | 1 | -10/+14 |
* | Deal properly with "0" | Andrey A. Chernov | 2001-02-19 | 1 | -1/+5 |
* | CRNCYSTR: determine '.' too | Andrey A. Chernov | 2001-02-17 | 1 | -9/+15 |
* | Implement CRNCYSTR | Andrey A. Chernov | 2001-02-17 | 1 | -3/+20 |
* | Return {YES,NO}STR from locale | Andrey A. Chernov | 2001-02-13 | 1 | -2/+2 |
* | catch up to __part_load_locale() interface change | Alexey Zelkin | 2001-02-13 | 3 | -18/+13 |
* | add additional function parameter: bufsize_min. it's possible | Alexey Zelkin | 2001-02-13 | 2 | -4/+7 |
* | Make comparsions more clear (per style(9)) | Alexey Zelkin | 2001-02-12 | 3 | -4/+4 |
* | Assume that "" passed as parameter also means "no grouping" | Alexey Zelkin | 2001-02-12 | 1 | -3/+4 |
* | o Fix build of libc broken in revision 1.2. offsetof() requires the | Robert Watson | 2001-02-12 | 1 | -0/+2 |
* | Don't use hardcoded struct size, use offsetof() instead (make size calculations | Alexey Zelkin | 2001-02-11 | 1 | -5/+7 |
* | Don't try to convert grouping strings in case if C or POSIX locale | Alexey Zelkin | 2001-02-11 | 2 | -2/+2 |
* | make it possible to specify grouping number from range 0..CHAR_MAX, | Alexey Zelkin | 2001-02-10 | 1 | -3/+9 |
* | Use "namespace.h" and "un-namespace.h" | Alexey Zelkin | 2001-02-10 | 1 | -0/+2 |
* | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | Alexey Zelkin | 2001-02-10 | 5 | -15/+84 |
* | As temporary workaround for missing *grouping fields parser always return "no | Andrey A. Chernov | 2001-02-10 | 1 | -2/+10 |
* | According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back out | Andrey A. Chernov | 2001-02-10 | 3 | -7/+7 |
* | Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f) | Andrey A. Chernov | 2001-02-10 | 3 | -3/+7 |
* | Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY, | Andrey A. Chernov | 2001-02-10 | 2 | -4/+2 |
* | NOTE: according to SUSV2 and other implementations, numeric elements in | Andrey A. Chernov | 2001-02-10 | 2 | -4/+8 |
* | Implement CODESET | Andrey A. Chernov | 2001-02-09 | 1 | -3/+12 |
* | Back out attempt to implement CRNCYSTR - require additional prefixes according | Andrey A. Chernov | 2001-02-09 | 1 | -1/+4 |
* | Explicitly mark deprecated entries. | Andrey A. Chernov | 2001-02-09 | 1 | -12/+9 |
* | add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c | Alexey Zelkin | 2001-02-08 | 1 | -1/+2 |
* | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | Alexey Zelkin | 2001-02-08 | 1 | -0/+130 |
* | Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC | Alexey Zelkin | 2001-02-08 | 2 | -79/+65 |
* | Make FreeBSD locale support complete: add support for rest locale categories | Alexey Zelkin | 2001-02-08 | 9 | -54/+637 |
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 5 | -6/+6 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 6 | -6/+11 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-29 | 11 | -97/+97 |
* | mdoc(7) police: Er macro usage cleanup. | Ruslan Ermilov | 2000-11-22 | 1 | -5/+5 |
* | Disallow '/' characters in LC_* environment variables which might | Kris Kennaway | 2000-09-08 | 1 | -1/+1 |
* | The comparison against 0 should be against LC_ALL. category isn't a | Warner Losh | 2000-09-04 | 1 | -1/+1 |
* | fix comment | Andrey A. Chernov | 2000-07-07 | 1 | -1/+1 |
* | Describe agrument range correctly, according to multibyte(3) | Andrey A. Chernov | 2000-07-03 | 2 | -23/+21 |
* | Megre XPG4 code into libc | Andrey A. Chernov | 2000-06-03 | 10 | -52/+24 |
* | mdoc related fixes: | Alexey Zelkin | 2000-05-12 | 1 | -19/+22 |
* | Introduce ".Lb" macro to libc manpages. | Alexey Zelkin | 2000-04-21 | 21 | -0/+42 |
* | Add comment after locales | Andrey A. Chernov | 2000-04-12 | 12 | -24/+48 |
* | Better wording according to multibyte(3) | Andrey A. Chernov | 2000-04-11 | 12 | -24/+96 |
* | Back out valid argument domain change - sneak to this function by error. | Andrey A. Chernov | 2000-03-28 | 1 | -4/+2 |