summaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* MFC r318706:Enji Cooper2017-07-181-1/+2
* MFC r297790:Enji Cooper2016-12-031-6/+5
* MFC r308904Eric van Gyzen2016-11-303-15/+31
* Forget to merge this changes in prev. MFCAndrey A. Chernov2016-07-221-1/+3
* MFC: r302824Andrey A. Chernov2016-07-222-6/+16
* For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point toAndrey A. Chernov2016-06-032-0/+3
* MFC r297557:Andrey A. Chernov2016-04-111-1/+1
* MFC r296278:Pedro F. Giffuni2016-03-311-2/+9
* MFC r291296:Enji Cooper2015-12-051-0/+1
* MFC: r286490,r286491,r287125Baptiste Daroussin2015-09-021-16/+6
* MFC r264038 (theraven):Xin LI2015-06-172-9/+9
* MFC r275805:Tijl Coosemans2015-04-302-4/+2
* MFC r268272:Pedro F. Giffuni2014-07-121-19/+10
* MFC r265095, r265167;Pedro F. Giffuni2014-05-051-0/+7
* Replace the #define for "iconv" so it is for the function name instead ofPeter Wemm2013-07-032-2/+4
* Add libiconv based versions of *c16*() and *c32*().Ed Schouten2013-06-037-3/+314
* Add <uchar.h>.Ed Schouten2013-05-219-52/+410
* Document that the return type is different from 1003.1-2008.Sergey Kandaurov2013-05-041-2/+9
* mdoc: missing comma in .Dd macro.Sergey Kandaurov2013-05-045-5/+5
* Also, add a missing period.Sergey Kandaurov2013-05-033-3/+3
* Remove an extra comma.Sergey Kandaurov2013-05-033-3/+3
* Remove the STANDARDS section.Sergey Kandaurov2013-05-031-4/+1
* btowc(3), isblank(3): Correct prototypes for _l variants.Jilles Tjoelker2013-03-272-3/+3
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-112-2/+2
* Improve style(9) compliance of function declarations.Brooks Davis2012-12-101-4/+12
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Remove trailing whitespace.Joel Dahl2012-07-301-1/+1
* Add more locale-specific functions to the relevant man pages and Makefile:Isabell Long2012-07-306-14/+86
* Start manpage with Dd macro and also remove a trailing whitespaceJoel Dahl2012-07-261-2/+2
* Add a new man page containing details of new locale-specific functions forIsabell Long2012-07-252-1/+182
* Restore the __collate_load_error global that was accidentally removed in theDavid Chisnall2012-07-062-5/+6
* ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.Jilles Tjoelker2012-07-011-1/+14
* Fix a leak when setting the global character locale to "C" from something else.David Chisnall2012-06-111-7/+13
* General mdoc(7) and typo fixes.Glen Barber2012-05-116-9/+9
* Fix copy/paste error in lib/libc/locale/toupper.c.Dimitry Andric2012-05-101-1/+1
* Fix some incorrect symbol versions.David Chisnall2012-04-221-4/+4
* mdoc: fix function type.Joel Dahl2012-04-071-1/+1
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-0711-96/+97
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-297-8/+8
* mdoc: remove unknown macro.Joel Dahl2012-03-262-2/+0
* mdoc: remove empty lines.Joel Dahl2012-03-262-2/+0
* mdoc: document title should be all caps.Joel Dahl2012-03-251-1/+1
* Make sure sections are sorted into conventional order.Joel Dahl2012-03-252-24/+24
* Remove superfluous paragraph macro.Joel Dahl2012-03-2510-10/+0
* Make __get_locale() static inline, not just inline, so when compiling libc inDavid Chisnall2012-03-191-1/+1
* First set of xlocale man pages. More to follow...David Chisnall2012-03-1310-2/+223
* More xlocale cleanups.David Chisnall2012-03-131-0/+4
* Fix build of libc.so after r232620. This caused a duplicate definitionDimitry Andric2012-03-061-0/+6
* Remove some duplicated copyright notices.David Chisnall2012-03-061-5/+0
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-045-29/+115