summaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Replaced bogus cross references by the usual one for the ctype familyBruce Evans2002-01-112-32/+2
* Removed assertion that isblank() conforms to C90 too. This assertionBruce Evans2002-01-111-5/+0
* Fixed unsorting of almost all lists in previous commit.Bruce Evans2002-01-111-7/+4
* Fixed unsorting of MLINKS in previous commit.Bruce Evans2002-01-111-3/+3
* Remove assertion that isblank() is in C99, pointed out by ache.Nik Clayton2002-01-101-4/+0
* From the PR:Nik Clayton2002-01-0910-8/+98
* Back out recent replacement of LC_MESSAGES file with directory.Alexey Zelkin2001-12-241-1/+1
* Slightly re-work locale messages storage scheme. Before this commitAlexey Zelkin2001-12-211-1/+1
* style(9)'ifyAlexey Zelkin2001-12-207-73/+77
* Add my e-mail to copyrightsAlexey Zelkin2001-12-202-2/+2
* mdoc(7) police: use no-break space.Ruslan Ermilov2001-12-121-1/+3
* mdoc(7) police: use no-break space, fix markup.Ruslan Ermilov2001-12-121-1/+2
* mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.Ruslan Ermilov2001-12-121-1/+3
* * Add my e-mail to copyrightsAlexey Zelkin2001-12-1110-52/+57
* Fix grouping string handlingAlexey Zelkin2001-12-111-1/+4
* Clarify ' ' space issueAndrey A. Chernov2001-12-052-2/+3
* Remove specific reference to ASCII space (' '), it is true for localizedAndrey A. Chernov2001-12-021-1/+1
* Clarify isblank rangeAndrey A. Chernov2001-11-301-0/+14
* Clarify valid isspace() rangeAndrey A. Chernov2001-11-301-8/+10
* Clarify that is[x]digit() class is the same in any localeAndrey A. Chernov2001-11-292-17/+18
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0121-23/+23
* First appeared in 5.0, not in 4.4Andrey A. Chernov2001-09-171-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-3/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-1510-34/+34
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.Ruslan Ermilov2001-07-041-5/+5
* Return "" if reallocf() failsAndrey A. Chernov2001-06-251-1/+2
* Describe success return valueAndrey A. Chernov2001-06-251-0/+6
* Add transition period hack allowing old locale names return proper codeset tooAndrey A. Chernov2001-06-251-4/+31
* Handle "ASCII" and "US-ASCII" aliasesAndrey A. Chernov2001-06-101-1/+2
* add nl_langinfo(3)Alexey Zelkin2001-05-031-2/+2
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentAlexey Zelkin2001-05-031-25/+0
* add manpage for nl_langinfo(3)Alexey Zelkin2001-05-031-0/+90
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.Daniel Eischen2001-04-101-1/+2
* mdoc(7) police: LIBRARY should be before SYNOPSIS.Ruslan Ermilov2001-03-291-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Implement D_MD_ORDER (local extension) to get month/day order from localeAndrey A. Chernov2001-03-191-0/+3
* Use our standard .c rcsid format.David E. O'Brien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.David E. O'Brien2001-03-051-0/+7
* Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX forAndrey A. Chernov2001-03-031-1/+1
* Actually implement T_FMT_AMPMAndrey A. Chernov2001-03-021-1/+1
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.Ruslan Ermilov2001-03-021-2/+2
* s/fstat/_fstat/Daniel Eischen2001-03-011-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2617-17/+17
* Fix visibility of empty variable -- it should be static.Alexey Zelkin2001-02-241-1/+1
* cleanup commentariesAlexey Zelkin2001-02-191-10/+14
* Deal properly with "0"Andrey A. Chernov2001-02-191-1/+5
* CRNCYSTR: determine '.' tooAndrey A. Chernov2001-02-171-9/+15
* Implement CRNCYSTRAndrey A. Chernov2001-02-171-3/+20
* Return {YES,NO}STR from localeAndrey A. Chernov2001-02-131-2/+2