| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 21 | -23/+23 |
* | First appeared in 5.0, not in 4.4 | Andrey A. Chernov | 2001-09-17 | 1 | -1/+1 |
* | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -3/+4 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 10 | -34/+34 |
* | mdoc(7) police: fixed bugs in rev. 1.19, split section headers names. | Ruslan Ermilov | 2001-07-04 | 1 | -5/+5 |
* | Return "" if reallocf() fails | Andrey A. Chernov | 2001-06-25 | 1 | -1/+2 |
* | Describe success return value | Andrey A. Chernov | 2001-06-25 | 1 | -0/+6 |
* | Add transition period hack allowing old locale names return proper codeset too | Andrey A. Chernov | 2001-06-25 | 1 | -4/+31 |
* | Handle "ASCII" and "US-ASCII" aliases | Andrey A. Chernov | 2001-06-10 | 1 | -1/+2 |
* | add nl_langinfo(3) | Alexey Zelkin | 2001-05-03 | 1 | -2/+2 |
* | Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current | Alexey Zelkin | 2001-05-03 | 1 | -25/+0 |
* | add manpage for nl_langinfo(3) | Alexey Zelkin | 2001-05-03 | 1 | -0/+90 |
* | Include <unistd.h> so that read(2) and write(2) don't cause warnings. | Daniel Eischen | 2001-04-10 | 1 | -1/+2 |
* | mdoc(7) police: LIBRARY should be before SYNOPSIS. | Ruslan Ermilov | 2001-03-29 | 1 | -2/+2 |
* | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
* | Implement D_MD_ORDER (local extension) to get month/day order from locale | Andrey A. Chernov | 2001-03-19 | 1 | -0/+3 |
* | 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 |