summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* MFC r268272:pfg2014-07-121-19/+10
* MFC r265095, r265167;pfg2014-05-051-0/+7
* 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
* Restore the __collate_load_error global that was accidentally removed in thetheraven2012-07-062-5/+6
* ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.jilles2012-07-011-1/+14
* Fix a leak when setting the global character locale to "C" from something else.theraven2012-06-111-7/+13
* General mdoc(7) and typo fixes.gjb2012-05-116-9/+9
* Fix copy/paste error in lib/libc/locale/toupper.c.dim2012-05-101-1/+1
* Fix some incorrect symbol versions.theraven2012-04-221-4/+4
* mdoc: fix function type.joel2012-04-071-1/+1
* mdoc: fix column names, indentation, column separation within each row, andjoel2012-04-0711-96/+97
* Remove trailing whitespace per mdoc lint warningeadler2012-03-297-8/+8
* mdoc: remove unknown macro.joel2012-03-262-2/+0
* mdoc: remove empty lines.joel2012-03-262-2/+0
* mdoc: document title should be all caps.joel2012-03-251-1/+1
* Make sure sections are sorted into conventional order.joel2012-03-252-24/+24
* Remove superfluous paragraph macro.joel2012-03-2510-10/+0
* Make __get_locale() static inline, not just inline, so when compiling libc intheraven2012-03-191-1/+1
* First set of xlocale man pages. More to follow...theraven2012-03-1310-2/+223
* More xlocale cleanups.theraven2012-03-131-0/+4
* Fix build of libc.so after r232620. This caused a duplicate definitiondim2012-03-061-0/+6
* Remove some duplicated copyright notices.theraven2012-03-061-5/+0
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-045-29/+115
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-145-115/+29
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism fortheraven2012-02-142-3/+5
* Cleanup of xlocale:theraven2012-02-145-29/+113
* wctob() returns EOF and not WEOF.delphij2012-02-141-2/+2
* libc: Eliminate some relative relocations in setlocale().jilles2011-12-271-1/+1
* libc: Eliminate 13 relative relocations in wctype().jilles2011-12-051-26/+45
* Split sentences at period boundaries.obrien2011-12-027-73/+93
* Fix a crash when trying to duplicate a locale that contains some implicit C l...theraven2011-11-221-1/+6
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-2069-453/+2646
* Fix grammar.schweikh2011-09-271-3/+3
* Revert most of r210764, now that mdocml does the rightuqs2010-12-281-1/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-082-2/+0
OpenPOWER on IntegriCloud