| Commit message (Expand) | Author | Age | Files | Lines |
* | Describe agrument range correctly, according to multibyte(3) | ache | 2000-07-03 | 2 | -23/+21 |
* | Megre XPG4 code into libc | ache | 2000-06-03 | 10 | -52/+24 |
* | mdoc related fixes: | phantom | 2000-05-12 | 1 | -19/+22 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 21 | -0/+42 |
* | Add comment after locales | ache | 2000-04-12 | 12 | -24/+48 |
* | Better wording according to multibyte(3) | ache | 2000-04-11 | 12 | -24/+96 |
* | Back out valid argument domain change - sneak to this function by error. | ache | 2000-03-28 | 1 | -4/+2 |
* | Describe valid argument domain for 8-bit wide locales to prevent common error | ache | 2000-03-28 | 15 | -0/+30 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 2 | -49/+145 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -6/+6 |
* | Although it should be obvious that the 3-digit numeric values of the | sheldonh | 2000-01-19 | 12 | -12/+23 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -6/+6 |
* | Add .Xrefs to tolower.3 and toupper.3, respectively. | hoek | 1999-12-28 | 2 | -0/+2 |
* | Back up following macros by functions: ishexnumber, isideogram, isnumber, | phantom | 1999-12-17 | 1 | -7/+58 |
* | Correct "standard compilance" notes | phantom | 1999-12-14 | 1 | -2/+8 |
* | Fix dead loop if locale contains / and not all categories specified | ache | 1999-11-09 | 1 | -1/+3 |
* | mdoc(7)'fy | phantom | 1999-09-23 | 1 | -5/+6 |
* | __collate_substitute() do something non-trivial only for German. For everyone | dt | 1999-09-12 | 2 | -3/+15 |
* | Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)). | dt | 1999-09-12 | 1 | -8/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 31 | -32/+32 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 25 | -0/+25 |
* | Correct troff sequence for backslashes in manual page. | jkoshy | 1999-06-21 | 2 | -2/+2 |
* | PR: 10918 | foxfair | 1999-05-07 | 1 | -2/+2 |
* | Document ishexnumber, isideogram, isnumber, isphonogram, isrune, | ghelmer | 1999-04-29 | 1 | -2/+20 |
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -1/+1 |
* | Fix a macro name typo that made a word disappear. | jdp | 1999-04-03 | 1 | -1/+1 |
* | Fixed tab lossage in previous commit. | bde | 1999-02-25 | 1 | -2/+2 |
* | remove ctype.c - unused and confusing | ache | 1999-02-23 | 2 | -74/+2 |
* | fix unsigned overflow | ache | 1998-10-25 | 1 | -5/+7 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -2/+2 |
* | Sort cross references. | wosch | 1998-08-31 | 1 | -1/+1 |
* | Add missing #include of <sys.types.h> | phk | 1998-08-15 | 1 | -0/+1 |
* | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | phk | 1998-08-15 | 3 | -5/+127 |
* | Add reference to catopen(3) | ache | 1998-04-30 | 1 | -1/+4 |
* | Basic support for LC_MESSAGES | ache | 1998-04-29 | 2 | -12/+13 |
* | Change MACHINE references to MACHINE_ARCH. | jb | 1998-02-20 | 1 | -2/+2 |
* | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which | jb | 1998-01-15 | 2 | -4/+12 |
* | Include string.h for memcpy function prototype. | jb | 1998-01-14 | 1 | -0/+1 |
* | Expanded cross references. | alex | 1998-01-02 | 3 | -0/+5 |
* | The terminating character in strings is `NUL', not `NULL'. | wosch | 1997-12-28 | 1 | -1/+1 |
* | Correct description of which runes are encoded as two bytes. | steve | 1997-11-05 | 2 | -4/+4 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -10/+13 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-15 | 1 | -9/+6 |
* | Use revived __maskrune for digittoint | ache | 1997-09-27 | 1 | -2/+2 |
* | Move it under XPG4 define | ache | 1997-09-25 | 1 | -0/+2 |
* | Move MSKanji under XPG4 define | ache | 1997-09-25 | 1 | -8/+8 |
* | __maskrune --> __istype | ache | 1997-09-25 | 1 | -1/+1 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 4 | -2/+118 |
* | Remove collate_range_cmp, was left for temp. backward compatibility | ache | 1997-08-03 | 1 | -10/+1 |
* | Fixed quoting of backslash. | bde | 1997-07-13 | 1 | -1/+1 |