| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace. | joel | 2012-07-30 | 1 | -1/+1 |
* | Add more locale-specific functions to the relevant man pages and Makefile: | issyl0 | 2012-07-30 | 6 | -14/+86 |
* | Start manpage with Dd macro and also remove a trailing whitespace | joel | 2012-07-26 | 1 | -2/+2 |
* | Add a new man page containing details of new locale-specific functions for | issyl0 | 2012-07-25 | 2 | -1/+182 |
* | Restore the __collate_load_error global that was accidentally removed in the | theraven | 2012-07-06 | 2 | -5/+6 |
* | ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. | jilles | 2012-07-01 | 1 | -1/+14 |
* | Fix a leak when setting the global character locale to "C" from something else. | theraven | 2012-06-11 | 1 | -7/+13 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 6 | -9/+9 |
* | Fix copy/paste error in lib/libc/locale/toupper.c. | dim | 2012-05-10 | 1 | -1/+1 |
* | Fix some incorrect symbol versions. | theraven | 2012-04-22 | 1 | -4/+4 |
* | mdoc: fix function type. | joel | 2012-04-07 | 1 | -1/+1 |
* | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 11 | -96/+97 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 7 | -8/+8 |
* | mdoc: remove unknown macro. | joel | 2012-03-26 | 2 | -2/+0 |
* | mdoc: remove empty lines. | joel | 2012-03-26 | 2 | -2/+0 |
* | mdoc: document title should be all caps. | joel | 2012-03-25 | 1 | -1/+1 |
* | Make sure sections are sorted into conventional order. | joel | 2012-03-25 | 2 | -24/+24 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 10 | -10/+0 |
* | Make __get_locale() static inline, not just inline, so when compiling libc in | theraven | 2012-03-19 | 1 | -1/+1 |
* | First set of xlocale man pages. More to follow... | theraven | 2012-03-13 | 10 | -2/+223 |
* | More xlocale cleanups. | theraven | 2012-03-13 | 1 | -0/+4 |
* | Fix build of libc.so after r232620. This caused a duplicate definition | dim | 2012-03-06 | 1 | -0/+6 |
* | Remove some duplicated copyright notices. | theraven | 2012-03-06 | 1 | -5/+0 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | theraven | 2012-03-04 | 5 | -29/+115 |
* | Revert r231673 and r231682 for now, until we can run a full make | dim | 2012-02-14 | 5 | -115/+29 |
* | Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism for | theraven | 2012-02-14 | 2 | -3/+5 |
* | Cleanup of xlocale: | theraven | 2012-02-14 | 5 | -29/+113 |
* | wctob() returns EOF and not WEOF. | delphij | 2012-02-14 | 1 | -2/+2 |
* | libc: Eliminate some relative relocations in setlocale(). | jilles | 2011-12-27 | 1 | -1/+1 |
* | libc: Eliminate 13 relative relocations in wctype(). | jilles | 2011-12-05 | 1 | -26/+45 |
* | Split sentences at period boundaries. | obrien | 2011-12-02 | 7 | -73/+93 |
* | Fix a crash when trying to duplicate a locale that contains some implicit C l... | theraven | 2011-11-22 | 1 | -1/+6 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 69 | -453/+2646 |
* | Fix grammar. | schweikh | 2011-09-27 | 1 | -3/+3 |
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -1/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 2 | -2/+0 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | mdoc: remove unbalanced quotes | uqs | 2010-08-02 | 1 | -4/+4 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 2 | -2/+2 |
* | Apply a small grammar fix to {toupper,tolower}(3). | bcr | 2010-07-25 | 2 | -4/+4 |
* | mdoc: simplify quotation scheme | uqs | 2010-05-11 | 1 | -3/+2 |
* | mdoc: remove .Pp where not needed | uqs | 2010-04-14 | 2 | -2/+0 |
* | Fix grammar. | brueffer | 2009-11-16 | 1 | -1/+1 |
* | Fix the grammar in the isprint(3) description. | roam | 2009-11-13 | 1 | -1/+1 |
* | Fix the grammar in the isgraph(3) description, almost as per the PR. | roam | 2009-11-13 | 1 | -1/+1 |
* | Fix the grammar as in the PR, and then some. | roam | 2009-11-11 | 1 | -2/+2 |
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | edwin | 2009-10-05 | 1 | -0/+6 |
* | Let the armchair generals handle this one. | des | 2009-09-04 | 22 | -218/+22 |
* | Document the need for a cast when passing a char to a ctype function. | des | 2009-09-03 | 22 | -22/+218 |