| Commit message (Expand) | Author | Age | Files | Lines |
* | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | phantom | 2001-02-10 | 5 | -15/+84 |
* | Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. | nyan | 2001-02-10 | 1 | -2/+2 |
* | mdoc(7) police: polishing. | ru | 2001-02-10 | 1 | -32/+43 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 4 | -5/+9 |
* | Improve language and code examples. | nik | 2001-02-10 | 1 | -31/+41 |
* | There are now compat libs for the Alpha too. | obrien | 2001-02-10 | 1 | -1/+4 |
* | The compat[34]x dists need to have their machine arch appended. | obrien | 2001-02-10 | 1 | -2/+2 |
* | Add 4x compat libs for Alpha. | obrien | 2001-02-10 | 3 | -0/+14822 |
* | Look to the future and make this easier to add libs to. | obrien | 2001-02-10 | 1 | -3/+14 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -3/+4 |
* | Note that decimal point taken from locale | ache | 2001-02-10 | 1 | -0/+3 |
* | Add more 3.5.1 libs that don't exist in 5-CURRENT. | obrien | 2001-02-10 | 6 | -4/+7032 |
* | Note that decimal point taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -4/+4 |
* | libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also. | obrien | 2001-02-10 | 2 | -1/+6116 |
* | Update the i386 compat3x dist to the FreeBSD 3.5.1 libs. | obrien | 2001-02-10 | 16 | -8714/+8745 |
* | Take decimal point from locale instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -9/+10 |
* | Note that decimal point character taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Use decimal point from localeconv() instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -6/+14 |
* | Note the fact that decimal point taken from locale (according to SUSv2) | ache | 2001-02-10 | 1 | -0/+2 |
* | Use decimap_point from localeconv() instead of hardcoded '.' | ache | 2001-02-10 | 1 | -1/+4 |
* | 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 |
* | Backout previous commit. Use of spinlocks was not approved. | tegge | 2001-02-09 | 3 | -61/+40 |
* | Describe the arguments to gethostbyaddr. | nik | 2001-02-09 | 1 | -1/+46 |
* | Add relevant libraries from our ref4 box. | murray | 2001-02-09 | 3 | -0/+11944 |
* | Add compat4x.i386 directory. | murray | 2001-02-09 | 1 | -0/+3 |
* | 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 |
* | mdoc(7) police: prevent generation of the extra | ru | 2001-02-09 | 1 | -6/+3 |
* | mdoc(7) police: fixed the weird construct. | ru | 2001-02-09 | 1 | -3/+1 |
* | Hardcode c_fmt in a different way since used in nl_langinfo now | ache | 2001-02-08 | 4 | -7/+8 |
* | Protect freelists managed by Balloc/Bfree with a spinlock. | tegge | 2001-02-08 | 3 | -40/+63 |
* | 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 |
* | Catch up to latest chanage in timelocal structures exporting. | phantom | 2001-02-08 | 2 | -34/+36 |
* | Export internal data structures in same manner as numeric/monetary/messages | phantom | 2001-02-08 | 2 | -8/+14 |
* | 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 |
* | Document the cases in which setreuid changes the saved-user-ID. | nectar | 2001-02-08 | 1 | -0/+5 |
* | mdoc(7) police: print #ifdef/#endif literally, | ru | 2001-02-08 | 1 | -3/+3 |
* | mdoc(7) police: C types should be declared with either .Ft or .Vt. | ru | 2001-02-08 | 1 | -1/+3 |
* | Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once. | sobomax | 2001-02-07 | 1 | -1/+1 |
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 11 | -13/+13 |
* | Add list.h to the to be installed header files. | asmodai | 2001-02-06 | 1 | -0/+1 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 2 | -2/+2 |