summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...bapt2015-11-021-0/+1
* locales: Fix eucJP sorting (broken upstream?)bapt2015-11-011-3/+4
* libc: Fix (and improve) nl_langinfo (CODESET)bapt2015-11-012-9/+23
* collate: Fix expansion substitions (broken upstream too)bapt2015-10-231-17/+10
* libc/collate: minor tweaks / fixbapt2015-10-221-27/+30
* Include sys/*.h earlierbapt2015-10-141-3/+5
* Commit log from Dragonfly:bapt2015-10-134-17/+19
* Merge from headbapt2015-10-135-106/+52
|\
| * Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-205-106/+52
* | Merge from HEADbapt2015-08-251-1/+5
|\ \ | |/
| * Make UTF-8 parsing and generation more strict.ed2015-08-251-1/+5
* | Fix typobapt2015-08-091-1/+1
* | Use more asprintfbapt2015-08-092-4/+9
* | Use asprintf/free instead of snprintfbapt2015-08-091-3/+5
* | Remove useless variablebapt2015-08-091-2/+2
* | Readd checking utf16 surrogates that are invalid in utf8bapt2015-08-091-0/+7
* | Mark __collate_load_tables_l as staticbapt2015-08-092-4/+1
* | Fix typobapt2015-08-092-3/+2
* | Merge from HEADbapt2015-08-091-22/+1
|\ \ | |/
| * Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)bapt2015-08-091-7/+1
| * Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.bapt2015-08-081-8/+0
* | Fix typobapt2015-08-081-1/+1
* | Revamp CTYPE support (from Illumos & Dragonfly)bapt2015-08-0817-473/+550
* | The collate functions within libc have been using version 1 and 1.2 of thebapt2015-08-075-236/+648
|/
* __xlocale_C_ctype should not be const. It contains a reference count that is...theraven2015-04-241-1/+1
* Small changes to locale-related man pages.theraven2015-04-245-5/+5
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-152-4/+2
* mdoc: improvements to SEE ALSO.joel2014-12-272-2/+2
* libc/locale: Remove a wrong comma.pfg2014-09-041-1/+1
* minor perf enhancement for UTF-8pfg2014-07-041-19/+10
* citrus: Avoid invalid code points.pfg2014-05-011-2/+1
* citrus: Avoid invalid code points.pfg2014-04-291-0/+8
* Fix an issue where the locale and rune locale could become out of sync,theraven2014-04-022-9/+9
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-2/+2
* Replace the #define for "iconv" so it is for the function name instead ofpeter2013-07-032-2/+4
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-037-3/+314
* Add <uchar.h>.ed2013-05-219-52/+410
* Document that the return type is different from 1003.1-2008.pluknet2013-05-041-2/+9
* mdoc: missing comma in .Dd macro.pluknet2013-05-045-5/+5
* Also, add a missing period.pluknet2013-05-033-3/+3
* Remove an extra comma.pluknet2013-05-033-3/+3
* Remove the STANDARDS section.pluknet2013-05-031-4/+1
* btowc(3), isblank(3): Correct prototypes for _l variants.jilles2013-03-272-3/+3
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-112-2/+2
* Improve style(9) compliance of function declarations.brooks2012-12-101-4/+12
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-291-1/+1
* Remove trailing whitespace.joel2012-07-301-1/+1
* Add more locale-specific functions to the relevant man pages and Makefile:issyl02012-07-306-14/+86
* Start manpage with Dd macro and also remove a trailing whitespacejoel2012-07-261-2/+2
* Add a new man page containing details of new locale-specific functions forissyl02012-07-252-1/+182
OpenPOWER on IntegriCloud