aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove the hard-coded limit of 3 bytes for EUC encodings.Jeroen Ruigrok van der Werven2002-04-141-1/+3
* Install digittoint.3 (forgotten in rev 1.21)Dag-Erling Smørgrav2002-04-131-1/+1
* This was recently MFC'd, so it will appear in 4.6.Dima Dorfman2002-04-131-1/+1
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.Jeroen Ruigrok van der Werven2002-04-071-0/+6
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2227-49/+68
* Remove __P() usage.David E. O'Brien2002-03-219-27/+27
* mdoc(7) police: tidy up.Ruslan Ermilov2002-03-181-8/+8
* bde got caught by mdoc(7) police. :-)Ruslan Ermilov2002-03-152-2/+2
* mdoc(7) police: don't you notice the warnings?Ruslan Ermilov2002-03-151-1/+0
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Do not try to convert to char already converted C monetary locale members.Andrey A. Chernov2002-01-282-28/+40
* get __time_load_locale() prototype from include file, rather than declareAlexey Zelkin2002-01-241-3/+2
* Restore C99 standard conformance information, isblank() _is_ in finalAndrey A. Chernov2002-01-221-0/+5
* 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