summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-5/+5
* Disallow '/' characters in LC_* environment variables which mightkris2000-09-081-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aimp2000-09-041-1/+1
* fix commentache2000-07-071-1/+1
* Describe agrument range correctly, according to multibyte(3)ache2000-07-032-23/+21
* Megre XPG4 code into libcache2000-06-0310-52/+24
* mdoc related fixes:phantom2000-05-121-19/+22
* Introduce ".Lb" macro to libc manpages.phantom2000-04-2121-0/+42
* Add comment after localesache2000-04-1212-24/+48
* Better wording according to multibyte(3)ache2000-04-1112-24/+96
* Back out valid argument domain change - sneak to this function by error.ache2000-03-281-4/+2
* Describe valid argument domain for 8-bit wide locales to prevent common errorache2000-03-2815-0/+30
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-082-49/+145
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-6/+6
* Although it should be obvious that the 3-digit numeric values of thesheldonh2000-01-1912-12/+23
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+6
* Add .Xrefs to tolower.3 and toupper.3, respectively.hoek1999-12-282-0/+2
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-171-7/+58
* Correct "standard compilance" notesphantom1999-12-141-2/+8
* Fix dead loop if locale contains / and not all categories specifiedache1999-11-091-1/+3
* mdoc(7)'fyphantom1999-09-231-5/+6
* __collate_substitute() do something non-trivial only for German. For everyonedt1999-09-122-3/+15
* Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).dt1999-09-121-8/+11
* $Id$ -> $FreeBSD$peter1999-08-2831-32/+32
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1225-0/+25
* Correct troff sequence for backslashes in manual page.jkoshy1999-06-212-2/+2
* PR: 10918foxfair1999-05-071-2/+2
* Document ishexnumber, isideogram, isnumber, isphonogram, isrune,ghelmer1999-04-291-2/+20
* More egcs warning fixes:imp1999-04-251-1/+1
* Fix a macro name typo that made a word disappear.jdp1999-04-031-1/+1
* Fixed tab lossage in previous commit.bde1999-02-251-2/+2
* remove ctype.c - unused and confusingache1999-02-232-74/+2
* fix unsigned overflowache1998-10-251-5/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
* Sort cross references.wosch1998-08-311-1/+1
* Add missing #include of <sys.types.h>phk1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-153-5/+127
* Add reference to catopen(3)ache1998-04-301-1/+4
* Basic support for LC_MESSAGESache1998-04-292-12/+13
* Change MACHINE references to MACHINE_ARCH.jb1998-02-201-2/+2
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-152-4/+12
* Include string.h for memcpy function prototype.jb1998-01-141-0/+1
* Expanded cross references.alex1998-01-023-0/+5
* The terminating character in strings is `NUL', not `NULL'.wosch1997-12-281-1/+1
* Correct description of which runes are encoded as two bytes.steve1997-11-052-4/+4
* Sorted lists.bde1997-10-211-10/+13
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-9/+6
* Use revived __maskrune for digittointache1997-09-271-2/+2
* Move it under XPG4 defineache1997-09-251-0/+2
* Move MSKanji under XPG4 defineache1997-09-251-8/+8
OpenPOWER on IntegriCloud