summaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-246-6/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2911-97/+97
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-5/+5
* Disallow '/' characters in LC_* environment variables which mightKris Kennaway2000-09-081-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aWarner Losh2000-09-041-1/+1
* fix commentAndrey A. Chernov2000-07-071-1/+1
* Describe agrument range correctly, according to multibyte(3)Andrey A. Chernov2000-07-032-23/+21
* Megre XPG4 code into libcAndrey A. Chernov2000-06-0310-52/+24
* mdoc related fixes:Alexey Zelkin2000-05-121-19/+22
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-2121-0/+42
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
* Better wording according to multibyte(3)Andrey A. Chernov2000-04-1112-24/+96
* Back out valid argument domain change - sneak to this function by error.Andrey A. Chernov2000-03-281-4/+2
* Describe valid argument domain for 8-bit wide locales to prevent common errorAndrey A. Chernov2000-03-2815-0/+30
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-082-49/+145
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+6
* Although it should be obvious that the 3-digit numeric values of theSheldon Hearn2000-01-1912-12/+23
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-6/+6
* Add .Xrefs to tolower.3 and toupper.3, respectively.Tim Vanderhoek1999-12-282-0/+2
* Back up following macros by functions: ishexnumber, isideogram, isnumber,Alexey Zelkin1999-12-171-7/+58
* Correct "standard compilance" notesAlexey Zelkin1999-12-141-2/+8
* Fix dead loop if locale contains / and not all categories specifiedAndrey A. Chernov1999-11-091-1/+3
* mdoc(7)'fyAlexey Zelkin1999-09-231-5/+6
* __collate_substitute() do something non-trivial only for German. For everyoneDmitrij Tejblum1999-09-122-3/+15
* Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).Dmitrij Tejblum1999-09-121-8/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2831-32/+32
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1225-0/+25
* Correct troff sequence for backslashes in manual page.Joseph Koshy1999-06-212-2/+2
* PR: 10918Foxfair Hu1999-05-071-2/+2
* Document ishexnumber, isideogram, isnumber, isphonogram, isrune,Guy Helmer1999-04-291-2/+20
* More egcs warning fixes:Warner Losh1999-04-251-1/+1
* Fix a macro name typo that made a word disappear.John Polstra1999-04-031-1/+1
* Fixed tab lossage in previous commit.Bruce Evans1999-02-251-2/+2
* remove ctype.c - unused and confusingAndrey A. Chernov1999-02-232-74/+2
* fix unsigned overflowAndrey A. Chernov1998-10-251-5/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Sort cross references.Wolfram Schneider1998-08-311-1/+1
* Add missing #include of <sys.types.h>Poul-Henning Kamp1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-153-5/+127
* Add reference to catopen(3)Andrey A. Chernov1998-04-301-1/+4
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-292-12/+13
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-2/+2
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-152-4/+12
* Include string.h for memcpy function prototype.John Birrell1998-01-141-0/+1
* Expanded cross references.Alexander Langer1998-01-023-0/+5
* The terminating character in strings is `NUL', not `NULL'.Wolfram Schneider1997-12-281-1/+1
* Correct description of which runes are encoded as two bytes.Steve Price1997-11-052-4/+4
* Sorted lists.Bruce Evans1997-10-211-10/+13
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-9/+6
* Use revived __maskrune for digittointAndrey A. Chernov1997-09-271-2/+2