| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 10 | -34/+34 |
* | mdoc(7) police: fixed bugs in rev. 1.19, split section headers names. | ru | 2001-07-04 | 1 | -5/+5 |
* | Return "" if reallocf() fails | ache | 2001-06-25 | 1 | -1/+2 |
* | Describe success return value | ache | 2001-06-25 | 1 | -0/+6 |
* | Add transition period hack allowing old locale names return proper codeset too | ache | 2001-06-25 | 1 | -4/+31 |
* | Handle "ASCII" and "US-ASCII" aliases | ache | 2001-06-10 | 1 | -1/+2 |
* | add nl_langinfo(3) | phantom | 2001-05-03 | 1 | -2/+2 |
* | Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current | phantom | 2001-05-03 | 1 | -25/+0 |
* | add manpage for nl_langinfo(3) | phantom | 2001-05-03 | 1 | -0/+90 |
* | Include <unistd.h> so that read(2) and write(2) don't cause warnings. | deischen | 2001-04-10 | 1 | -1/+2 |
* | mdoc(7) police: LIBRARY should be before SYNOPSIS. | ru | 2001-03-29 | 1 | -2/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | Implement D_MD_ORDER (local extension) to get month/day order from locale | ache | 2001-03-19 | 1 | -0/+3 |
* | Use our standard .c rcsid format. | obrien | 2001-03-05 | 1 | -1/+2 |
* | Fix copyright breakage in rev 1.2. | obrien | 2001-03-05 | 1 | -0/+7 |
* | Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX for | ache | 2001-03-03 | 1 | -1/+1 |
* | Actually implement T_FMT_AMPM | ache | 2001-03-02 | 1 | -1/+1 |
* | Removed duplicate $FreeBSD$. | ru | 2001-03-02 | 1 | -2/+0 |
* | Fix setlocale() to conform to the ISO C and POSIX standards. | ru | 2001-03-02 | 1 | -2/+2 |
* | s/fstat/_fstat/ | deischen | 2001-03-01 | 1 | -1/+1 |
* | .St -ansiC -> .St -isoC | ru | 2001-02-26 | 17 | -17/+17 |
* | Fix visibility of empty variable -- it should be static. | phantom | 2001-02-24 | 1 | -1/+1 |
* | cleanup commentaries | phantom | 2001-02-19 | 1 | -10/+14 |
* | Deal properly with "0" | ache | 2001-02-19 | 1 | -1/+5 |
* | CRNCYSTR: determine '.' too | ache | 2001-02-17 | 1 | -9/+15 |
* | Implement CRNCYSTR | ache | 2001-02-17 | 1 | -3/+20 |
* | Return {YES,NO}STR from locale | ache | 2001-02-13 | 1 | -2/+2 |
* | catch up to __part_load_locale() interface change | phantom | 2001-02-13 | 3 | -18/+13 |
* | add additional function parameter: bufsize_min. it's possible | phantom | 2001-02-13 | 2 | -4/+7 |
* | Make comparsions more clear (per style(9)) | phantom | 2001-02-12 | 3 | -4/+4 |
* | Assume that "" passed as parameter also means "no grouping" | phantom | 2001-02-12 | 1 | -3/+4 |
* | o Fix build of libc broken in revision 1.2. offsetof() requires the | rwatson | 2001-02-12 | 1 | -0/+2 |
* | Don't use hardcoded struct size, use offsetof() instead (make size calculations | phantom | 2001-02-11 | 1 | -5/+7 |
* | Don't try to convert grouping strings in case if C or POSIX locale | phantom | 2001-02-11 | 2 | -2/+2 |
* | make it possible to specify grouping number from range 0..CHAR_MAX, | phantom | 2001-02-10 | 1 | -3/+9 |
* | Use "namespace.h" and "un-namespace.h" | phantom | 2001-02-10 | 1 | -0/+2 |
* | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | phantom | 2001-02-10 | 5 | -15/+84 |
* | As temporary workaround for missing *grouping fields parser always return "no | ache | 2001-02-10 | 1 | -2/+10 |
* | According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back out | ache | 2001-02-10 | 3 | -7/+7 |
* | Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f) | ache | 2001-02-10 | 3 | -3/+7 |
* | Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY, | ache | 2001-02-10 | 2 | -4/+2 |
* | NOTE: according to SUSV2 and other implementations, numeric elements in | ache | 2001-02-10 | 2 | -4/+8 |
* | Implement CODESET | ache | 2001-02-09 | 1 | -3/+12 |
* | Back out attempt to implement CRNCYSTR - require additional prefixes according | ache | 2001-02-09 | 1 | -1/+4 |
* | Explicitly mark deprecated entries. | ache | 2001-02-09 | 1 | -12/+9 |
* | add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c | phantom | 2001-02-08 | 1 | -1/+2 |
* | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | phantom | 2001-02-08 | 1 | -0/+130 |
* | Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC | phantom | 2001-02-08 | 2 | -79/+65 |
* | Make FreeBSD locale support complete: add support for rest locale categories | phantom | 2001-02-08 | 9 | -54/+637 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 5 | -6/+6 |