aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Don't use hardcoded struct size, use offsetof() instead (make size calculationsAlexey Zelkin2001-02-111-5/+7
* Don't try to convert grouping strings in case if C or POSIX localeAlexey Zelkin2001-02-112-2/+2
* make it possible to specify grouping number from range 0..CHAR_MAX,Alexey Zelkin2001-02-101-3/+9
* Use "namespace.h" and "un-namespace.h"Alexey Zelkin2001-02-101-0/+2
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-105-15/+84
* mdoc(7) police: polishing.Ruslan Ermilov2001-02-101-32/+43
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-104-5/+9
* Improve language and code examples.Nik Clayton2001-02-101-31/+41
* Note that decimal point taken from localeAndrey A. Chernov2001-02-101-0/+3
* Note that decimal point taken from locale (SUSv2)Andrey A. Chernov2001-02-101-0/+3
* Take decimal point from locale instead of hardcoded '.' (SUSv2)Andrey A. Chernov2001-02-101-9/+10
* Note that decimal point character taken from locale (SUSv2)Andrey A. Chernov2001-02-101-0/+3
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)Andrey A. Chernov2001-02-101-6/+14
* Note the fact that decimal point taken from locale (according to SUSv2)Andrey A. Chernov2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'Andrey A. Chernov2001-02-101-1/+4
* As temporary workaround for missing *grouping fields parser always return "noAndrey A. Chernov2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-103-7/+7
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-103-3/+7
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,Andrey A. Chernov2001-02-102-4/+2
* NOTE: according to SUSV2 and other implementations, numeric elements inAndrey A. Chernov2001-02-102-4/+8
* Implement CODESETAndrey A. Chernov2001-02-091-3/+12
* Backout previous commit. Use of spinlocks was not approved.Tor Egge2001-02-093-61/+40
* Describe the arguments to gethostbyaddr.Nik Clayton2001-02-091-1/+46
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingAndrey A. Chernov2001-02-091-1/+4
* Explicitly mark deprecated entries.Andrey A. Chernov2001-02-091-12/+9
* mdoc(7) police: prevent generation of the extraRuslan Ermilov2001-02-091-6/+3
* mdoc(7) police: fixed the weird construct.Ruslan Ermilov2001-02-091-3/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov2001-02-084-7/+8
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-083-40/+63
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cAlexey Zelkin2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butAlexey Zelkin2001-02-081-0/+130
* Catch up to latest chanage in timelocal structures exporting.Alexey Zelkin2001-02-082-34/+36
* Export internal data structures in same manner as numeric/monetary/messagesAlexey Zelkin2001-02-082-8/+14
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICAlexey Zelkin2001-02-082-79/+65
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-089-54/+637
* Document the cases in which setreuid changes the saved-user-ID.Jacques Vidrine2001-02-081-0/+5
* mdoc(7) police: print #ifdef/#endif literally,Ruslan Ermilov2001-02-081-3/+3
* mdoc(7) police: C types should be declared with either .Ft or .Vt.Ruslan Ermilov2001-02-081-1/+3
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.Maxim Sobolev2001-02-071-1/+1
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-075-6/+6
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-062-2/+5
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fixed C error(s) in synopsis.Bruce Evans2001-02-063-2/+3
* Fixed errors in prototypes. Many were hiding under mdoc errors.Bruce Evans2001-02-051-0/+4
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Fixed errors in prototypes. Many were hiding under mdoc errors.Bruce Evans2001-02-051-5/+30
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Don't install links for crypt.3 here. There is no crypt.3 here...Bruce Evans2001-02-051-2/+0
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* Spelling.Stephen McKay2001-02-041-1/+1