summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* There are now compat libs for the Alpha too.obrien2001-02-101-1/+4
* The compat[34]x dists need to have their machine arch appended.obrien2001-02-101-2/+2
* Add 4x compat libs for Alpha.obrien2001-02-103-0/+14822
* Look to the future and make this easier to add libs to.obrien2001-02-101-3/+14
* Reformat the lib list.obrien2001-02-101-3/+4
* Note that decimal point taken from localeache2001-02-101-0/+3
* Add more 3.5.1 libs that don't exist in 5-CURRENT.obrien2001-02-106-4/+7032
* Note that decimal point taken from locale (SUSv2)ache2001-02-101-0/+3
* Reformat the lib list.obrien2001-02-101-4/+4
* libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also.obrien2001-02-102-1/+6116
* Update the i386 compat3x dist to the FreeBSD 3.5.1 libs.obrien2001-02-1016-8714/+8745
* Take decimal point from locale instead of hardcoded '.' (SUSv2)ache2001-02-101-9/+10
* Note that decimal point character taken from locale (SUSv2)ache2001-02-101-0/+3
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)ache2001-02-101-6/+14
* Note the fact that decimal point taken from locale (according to SUSv2)ache2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'ache2001-02-101-1/+4
* As temporary workaround for missing *grouping fields parser always return "noache2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outache2001-02-103-7/+7
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)ache2001-02-103-3/+7
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,ache2001-02-102-4/+2
* NOTE: according to SUSV2 and other implementations, numeric elements inache2001-02-102-4/+8
* Implement CODESETache2001-02-091-3/+12
* Backout previous commit. Use of spinlocks was not approved.tegge2001-02-093-61/+40
* Describe the arguments to gethostbyaddr.nik2001-02-091-1/+46
* Add relevant libraries from our ref4 box.murray2001-02-093-0/+11944
* Add compat4x.i386 directory.murray2001-02-091-0/+3
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingache2001-02-091-1/+4
* Explicitly mark deprecated entries.ache2001-02-091-12/+9
* mdoc(7) police: prevent generation of the extraru2001-02-091-6/+3
* mdoc(7) police: fixed the weird construct.ru2001-02-091-3/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-084-7/+8
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-083-40/+63
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cphantom2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butphantom2001-02-081-0/+130
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-082-34/+36
* Export internal data structures in same manner as numeric/monetary/messagesphantom2001-02-082-8/+14
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICphantom2001-02-082-79/+65
* Make FreeBSD locale support complete: add support for rest locale categoriesphantom2001-02-089-54/+637
* Document the cases in which setreuid changes the saved-user-ID.nectar2001-02-081-0/+5
* mdoc(7) police: print #ifdef/#endif literally,ru2001-02-081-3/+3
* mdoc(7) police: C types should be declared with either .Ft or .Vt.ru2001-02-081-1/+3
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.sobomax2001-02-071-1/+1
* mdoc(7) police: Change -filled displays (which just happenru2001-02-0711-13/+13
* Add list.h to the to be installed header files.asmodai2001-02-061-0/+1
* Fix typo: compatability -> compatibility.asmodai2001-02-062-2/+2
* Fix typo: compatability -> compatibility.asmodai2001-02-063-3/+8
* Fix typo: seperate -> separate.asmodai2001-02-063-4/+4
* Fixed prototype of logout() (const poisoning).bde2001-02-061-1/+1
* Fixed prototypes. About half of them were wrong (mainly due to constbde2001-02-063-30/+30
* Added used include of <sys/cdefs.h>.bde2001-02-064-0/+16
OpenPOWER on IntegriCloud