summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove the hard-coded limit of 3 bytes for EUC encodings.asmodai2002-04-141-1/+3
* Install digittoint.3 (forgotten in rev 1.21)des2002-04-131-1/+1
* This was recently MFC'd, so it will appear in 4.6.dd2002-04-131-1/+1
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.asmodai2002-04-071-0/+6
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+3
* Fix the style of the SCM ID's.obrien2002-03-2227-49/+68
* Remove __P() usage.obrien2002-03-219-27/+27
* mdoc(7) police: tidy up.ru2002-03-181-8/+8
* bde got caught by mdoc(7) police. :-)ru2002-03-152-2/+2
* mdoc(7) police: don't you notice the warnings?ru2002-03-151-1/+0
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* Do not try to convert to char already converted C monetary locale members.ache2002-01-282-28/+40
* get __time_load_locale() prototype from include file, rather than declarephantom2002-01-241-3/+2
* Restore C99 standard conformance information, isblank() _is_ in finalache2002-01-221-0/+5
* Replaced bogus cross references by the usual one for the ctype familybde2002-01-112-32/+2
* Removed assertion that isblank() conforms to C90 too. This assertionbde2002-01-111-5/+0
* Fixed unsorting of almost all lists in previous commit.bde2002-01-111-7/+4
* Fixed unsorting of MLINKS in previous commit.bde2002-01-111-3/+3
* Remove assertion that isblank() is in C99, pointed out by ache.nik2002-01-101-4/+0
* From the PR:nik2002-01-0910-8/+98
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-241-1/+1
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-211-1/+1
* style(9)'ifyphantom2001-12-207-73/+77
* Add my e-mail to copyrightsphantom2001-12-202-2/+2
* mdoc(7) police: use no-break space.ru2001-12-121-1/+3
* mdoc(7) police: use no-break space, fix markup.ru2001-12-121-1/+2
* mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.ru2001-12-121-1/+3
* * Add my e-mail to copyrightsphantom2001-12-1110-52/+57
* Fix grouping string handlingphantom2001-12-111-1/+4
* Clarify ' ' space issueache2001-12-052-2/+3
* Remove specific reference to ASCII space (' '), it is true for localizedache2001-12-021-1/+1
* Clarify isblank rangeache2001-11-301-0/+14
* Clarify valid isspace() rangeache2001-11-301-8/+10
* Clarify that is[x]digit() class is the same in any localeache2001-11-292-17/+18
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0121-23/+23
* First appeared in 5.0, not in 4.4ache2001-09-171-1/+1
* mdoc(7) police:ru2001-08-071-3/+4
* Remove whitespace at EOL.dd2001-07-1510-34/+34
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.ru2001-07-041-5/+5
* Return "" if reallocf() failsache2001-06-251-1/+2
* Describe success return valueache2001-06-251-0/+6
* Add transition period hack allowing old locale names return proper codeset tooache2001-06-251-4/+31
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
* add nl_langinfo(3)phantom2001-05-031-2/+2
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentphantom2001-05-031-25/+0
* add manpage for nl_langinfo(3)phantom2001-05-031-0/+90
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.deischen2001-04-101-1/+2
* mdoc(7) police: LIBRARY should be before SYNOPSIS.ru2001-03-291-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Implement D_MD_ORDER (local extension) to get month/day order from localeache2001-03-191-0/+3
OpenPOWER on IntegriCloud