| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change dstp to be const and remove bogus cast. | rdivacky | 2009-01-15 | 1 | -2/+3 |
* | Introduce a local variable and use it instead of passed in parameter | rdivacky | 2009-01-15 | 3 | -4/+10 |
* | Don't allocate the constant array "props" on the stack in wctype. | antoine | 2008-03-17 | 1 | -1/+1 |
* | Fix longstanding mb/wc functions segfault if error occurse | ache | 2008-01-23 | 1 | -29/+39 |
* | Better fix for longstanding segfault. Don't touch current locale at all | ache | 2008-01-23 | 1 | -17/+29 |
* | 1) Add (void) cast to _none_init() (while I am here) | ache | 2008-01-23 | 1 | -2/+4 |
* | Introduce new encoding: "ASCII" | ache | 2008-01-21 | 4 | -1/+191 |
* | Remove 3rd clause of license | phantom | 2007-12-12 | 1 | -4/+0 |
* | - Include runetype.h for _RuneLocale_ | rafan | 2007-11-07 | 1 | -0/+2 |
* | Back out 2nd part of wrong iswascii() change in prev. commit. | ache | 2007-10-23 | 1 | -1/+1 |
* | Add comment explaining __mb_sb_limit trick here. | ache | 2007-10-15 | 1 | -0/+5 |
* | The problem is: currently our single byte ctype(3) functions are broken | ache | 2007-10-13 | 12 | -21/+57 |
* | - Fix typo | gabor | 2007-05-04 | 1 | -2/+2 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -2/+4 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 49 | -196/+0 |
* | Add missing comma. | ru | 2006-10-13 | 1 | -1/+1 |
* | Fix a bug where, for 6-byte sequences, the top 6 bits get compared to | trhodes | 2006-03-30 | 1 | -1/+1 |
* | Add __collate_load_error and __collate_range_cmp to the list of | deischen | 2006-03-30 | 1 | -0/+2 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+100 |
* | -mdoc sweep. | ru | 2005-11-17 | 14 | -14/+14 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 3 | -0/+3 |