| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | mdoc(7) police: polishing. | Ruslan Ermilov | 2001-02-10 | 1 | -32/+43 |
| * | mdoc(7) police: mark LC_NUMERIC with .Dv. | Ruslan Ermilov | 2001-02-10 | 4 | -5/+9 |
| * | Improve language and code examples. | Nik Clayton | 2001-02-10 | 1 | -31/+41 |
| * | Note that decimal point taken from locale | Andrey A. Chernov | 2001-02-10 | 1 | -0/+3 |
| * | Note that decimal point taken from locale (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -0/+3 |
| * | Take decimal point from locale instead of hardcoded '.' (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -9/+10 |
| * | Note that decimal point character taken from locale (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -0/+3 |
| * | Use decimal point from localeconv() instead of hardcoded '.' (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -6/+14 |
| * | Note the fact that decimal point taken from locale (according to SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -0/+2 |
| * | Use decimap_point from localeconv() instead of hardcoded '.' | Andrey A. Chernov | 2001-02-10 | 1 | -1/+4 |
| * | 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 |
| * | Backout previous commit. Use of spinlocks was not approved. | Tor Egge | 2001-02-09 | 3 | -61/+40 |
| * | Describe the arguments to gethostbyaddr. | Nik Clayton | 2001-02-09 | 1 | -1/+46 |
| * | 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 |
| * | mdoc(7) police: prevent generation of the extra | Ruslan Ermilov | 2001-02-09 | 1 | -6/+3 |
| * | mdoc(7) police: fixed the weird construct. | Ruslan Ermilov | 2001-02-09 | 1 | -3/+1 |
| * | Hardcode c_fmt in a different way since used in nl_langinfo now | Andrey A. Chernov | 2001-02-08 | 4 | -7/+8 |
| * | Protect freelists managed by Balloc/Bfree with a spinlock. | Tor Egge | 2001-02-08 | 3 | -40/+63 |
| * | 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 |
| * | Catch up to latest chanage in timelocal structures exporting. | Alexey Zelkin | 2001-02-08 | 2 | -34/+36 |
| * | Export internal data structures in same manner as numeric/monetary/messages | Alexey Zelkin | 2001-02-08 | 2 | -8/+14 |
| * | 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 |
| * | Document the cases in which setreuid changes the saved-user-ID. | Jacques Vidrine | 2001-02-08 | 1 | -0/+5 |
| * | mdoc(7) police: print #ifdef/#endif literally, | Ruslan Ermilov | 2001-02-08 | 1 | -3/+3 |
| * | mdoc(7) police: C types should be declared with either .Ft or .Vt. | Ruslan Ermilov | 2001-02-08 | 1 | -1/+3 |
| * | Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once. | Maxim Sobolev | 2001-02-07 | 1 | -1/+1 |
| * | mdoc(7) police: Change -filled displays (which just happen | Ruslan Ermilov | 2001-02-07 | 5 | -6/+6 |
| * | Fix typo: compatability -> compatibility. | Jeroen Ruigrok van der Werven | 2001-02-06 | 2 | -2/+5 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Fixed C error(s) in synopsis. | Bruce Evans | 2001-02-06 | 3 | -2/+3 |
| * | Fixed errors in prototypes. Many were hiding under mdoc errors. | Bruce Evans | 2001-02-05 | 1 | -0/+4 |
| * | Fixed C error(s) in synopsis. Many were hiding under mdoc errors. | Bruce Evans | 2001-02-05 | 1 | -1/+1 |
| * | Fixed errors in prototypes. Many were hiding under mdoc errors. | Bruce Evans | 2001-02-05 | 1 | -5/+30 |
| * | Fixed C error(s) in synopsis. Many were hiding under mdoc errors. | Bruce Evans | 2001-02-05 | 1 | -1/+1 |
| * | Don't install links for crypt.3 here. There is no crypt.3 here... | Bruce Evans | 2001-02-05 | 1 | -2/+0 |
| * | Remove a sizeof(void *) == sizeof(int) assumption. | Poul-Henning Kamp | 2001-02-04 | 1 | -7/+7 |
| * | Spelling. | Stephen McKay | 2001-02-04 | 1 | -1/+1 |