summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Add safeguards to never use errno == 0 as setrunelocale() error return codeache2002-08-093-7/+5
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-0811-192/+259
* Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte oneache2002-08-071-0/+1
* Fix wrong address when EucInfo > "variable" sizeache2002-08-071-1/+1
* Style fixes in preparation for rewrittingache2002-08-071-15/+15
* Style fixes in preparation of code rewrittingache2002-08-074-34/+43
* Build iswctype.c and manual pages for the functions it defines.tjr2002-08-061-3/+12
* Add missing prototypes for extension functions to the SYNOPSIS.tjr2002-08-051-0/+14
* Use In macro instead of Fd. Add crossref to wctype(3). Refer to 1003.1-2001tjr2002-08-051-4/+31
* Use the In macro instead of Fd. Add crossref to wctrans(3). Refer totjr2002-08-051-3/+4
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),tjr2002-08-051-0/+213
* Reject encoding > ENCODING_LEN at early stage instead of truncating it.ache2002-08-051-19/+35
* Manual pages for wide character classification (isw*) and case conversiontjr2002-08-052-0/+192
* Change wctype_t to an unsigned type to avoid warnings.tjr2002-08-041-1/+1
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-043-2/+196
* Add btowc(3) to SEE ALSO section.tjr2002-08-041-0/+1
* Use errno to indicate failure reason.ache2002-08-041-12/+18
* Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment tobde2002-08-041-3/+3
* Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.ache2002-08-041-28/+27
* Add ERRORS section according to POSIX (no errors)ache2002-08-031-0/+2
* Catch empty encoding name tooache2002-08-031-1/+1
* Fix return codes to match what setrunelocale() returnsache2002-08-031-5/+2
* Preserve errno in fallback codeache2002-08-031-0/+3
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-034-2/+167
* Correct use of Nm macro in NAME section and a broken cross reference.tjr2002-08-031-2/+3
* Return errno provided by fopen, not always ENOENT.ache2002-08-031-10/+10
* Check encoding for ".", ".." and / insideache2002-08-031-1/+5
* Return EINVAL for NULL or too long encoding, not EFAULTache2002-08-031-1/+1
* Return ENAMETOOLONG for long PATH_LOCALE, not EFAULTache2002-08-031-1/+1
* 1) Use errno to indicate faulure reason.ache2002-08-031-44/+89
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-033-2/+179
* Sligtly modify previous out-of-bounds fix: just break instead ofache2002-08-021-1/+1
* Prevent out of bounds writting for too many slashes case.ache2002-08-021-14/+10
* 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
OpenPOWER on IntegriCloud