| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r318706: | Enji Cooper | 2017-07-18 | 1 | -1/+2 |
| * | MFC r297790: | Enji Cooper | 2016-12-03 | 1 | -6/+5 |
| * | MFC r308904 | Eric van Gyzen | 2016-11-30 | 3 | -15/+31 |
| * | Forget to merge this changes in prev. MFC | Andrey A. Chernov | 2016-07-22 | 1 | -1/+3 |
| * | MFC: r302824 | Andrey A. Chernov | 2016-07-22 | 2 | -6/+16 |
| * | For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point to | Andrey A. Chernov | 2016-06-03 | 2 | -0/+3 |
| * | MFC r297557: | Andrey A. Chernov | 2016-04-11 | 1 | -1/+1 |
| * | MFC r296278: | Pedro F. Giffuni | 2016-03-31 | 1 | -2/+9 |
| * | MFC r291296: | Enji Cooper | 2015-12-05 | 1 | -0/+1 |
| * | MFC: r286490,r286491,r287125 | Baptiste Daroussin | 2015-09-02 | 1 | -16/+6 |
| * | MFC r264038 (theraven): | Xin LI | 2015-06-17 | 2 | -9/+9 |
| * | MFC r275805: | Tijl Coosemans | 2015-04-30 | 2 | -4/+2 |
| * | MFC r268272: | Pedro F. Giffuni | 2014-07-12 | 1 | -19/+10 |
| * | MFC r265095, r265167; | Pedro F. Giffuni | 2014-05-05 | 1 | -0/+7 |
| * | Replace the #define for "iconv" so it is for the function name instead of | Peter Wemm | 2013-07-03 | 2 | -2/+4 |
| * | Add libiconv based versions of *c16*() and *c32*(). | Ed Schouten | 2013-06-03 | 7 | -3/+314 |
| * | Add <uchar.h>. | Ed Schouten | 2013-05-21 | 9 | -52/+410 |
| * | Document that the return type is different from 1003.1-2008. | Sergey Kandaurov | 2013-05-04 | 1 | -2/+9 |
| * | mdoc: missing comma in .Dd macro. | Sergey Kandaurov | 2013-05-04 | 5 | -5/+5 |
| * | Also, add a missing period. | Sergey Kandaurov | 2013-05-03 | 3 | -3/+3 |
| * | Remove an extra comma. | Sergey Kandaurov | 2013-05-03 | 3 | -3/+3 |
| * | Remove the STANDARDS section. | Sergey Kandaurov | 2013-05-03 | 1 | -4/+1 |
| * | btowc(3), isblank(3): Correct prototypes for _l variants. | Jilles Tjoelker | 2013-03-27 | 2 | -3/+3 |
| * | libc: Make various internal file descriptors close-on-exec. | Jilles Tjoelker | 2012-12-11 | 2 | -2/+2 |
| * | Improve style(9) compliance of function declarations. | Brooks Davis | 2012-12-10 | 1 | -4/+12 |
| * | libc: Use O_CLOEXEC for various internal file descriptors. | Jilles Tjoelker | 2012-09-29 | 1 | -1/+1 |
| * | Remove trailing whitespace. | Joel Dahl | 2012-07-30 | 1 | -1/+1 |
| * | Add more locale-specific functions to the relevant man pages and Makefile: | Isabell Long | 2012-07-30 | 6 | -14/+86 |
| * | Start manpage with Dd macro and also remove a trailing whitespace | Joel Dahl | 2012-07-26 | 1 | -2/+2 |
| * | Add a new man page containing details of new locale-specific functions for | Isabell Long | 2012-07-25 | 2 | -1/+182 |
| * | Restore the __collate_load_error global that was accidentally removed in the | David Chisnall | 2012-07-06 | 2 | -5/+6 |
| * | ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. | Jilles Tjoelker | 2012-07-01 | 1 | -1/+14 |
| * | Fix a leak when setting the global character locale to "C" from something else. | David Chisnall | 2012-06-11 | 1 | -7/+13 |
| * | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-11 | 6 | -9/+9 |
| * | Fix copy/paste error in lib/libc/locale/toupper.c. | Dimitry Andric | 2012-05-10 | 1 | -1/+1 |
| * | Fix some incorrect symbol versions. | David Chisnall | 2012-04-22 | 1 | -4/+4 |
| * | mdoc: fix function type. | Joel Dahl | 2012-04-07 | 1 | -1/+1 |
| * | mdoc: fix column names, indentation, column separation within each row, and | Joel Dahl | 2012-04-07 | 11 | -96/+97 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 7 | -8/+8 |
| * | mdoc: remove unknown macro. | Joel Dahl | 2012-03-26 | 2 | -2/+0 |
| * | mdoc: remove empty lines. | Joel Dahl | 2012-03-26 | 2 | -2/+0 |
| * | mdoc: document title should be all caps. | Joel Dahl | 2012-03-25 | 1 | -1/+1 |
| * | Make sure sections are sorted into conventional order. | Joel Dahl | 2012-03-25 | 2 | -24/+24 |
| * | Remove superfluous paragraph macro. | Joel Dahl | 2012-03-25 | 10 | -10/+0 |
| * | Make __get_locale() static inline, not just inline, so when compiling libc in | David Chisnall | 2012-03-19 | 1 | -1/+1 |
| * | First set of xlocale man pages. More to follow... | David Chisnall | 2012-03-13 | 10 | -2/+223 |
| * | More xlocale cleanups. | David Chisnall | 2012-03-13 | 1 | -0/+4 |
| * | Fix build of libc.so after r232620. This caused a duplicate definition | Dimitry Andric | 2012-03-06 | 1 | -0/+6 |
| * | Remove some duplicated copyright notices. | David Chisnall | 2012-03-06 | 1 | -5/+0 |
| * | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | David Chisnall | 2012-03-04 | 5 | -29/+115 |