summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-1/+1
* MFtbemd:imp2010-08-231-1/+1
* mdoc: remove unbalanced quotesuqs2010-08-021-4/+4
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-022-2/+2
* Apply a small grammar fix to {toupper,tolower}(3).bcr2010-07-252-4/+4
* mdoc: simplify quotation schemeuqs2010-05-111-3/+2
* mdoc: remove .Pp where not neededuqs2010-04-142-2/+0
* Fix grammar.brueffer2009-11-161-1/+1
* Fix the grammar in the isprint(3) description.roam2009-11-131-1/+1
* Fix the grammar in the isgraph(3) description, almost as per the PR.roam2009-11-131-1/+1
* Fix the grammar as in the PR, and then some.roam2009-11-111-2/+2
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-051-0/+6
* Let the armchair generals handle this one.des2009-09-0422-218/+22
* Document the need for a cast when passing a char to a ctype function.des2009-09-0322-22/+218
* Change dstp to be const and remove bogus cast.rdivacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterrdivacky2009-01-153-4/+10
* Don't allocate the constant array "props" on the stack in wctype.antoine2008-03-171-1/+1
* Fix longstanding mb/wc functions segfault if error occurseache2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allache2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)ache2008-01-231-2/+4
* Introduce new encoding: "ASCII"ache2008-01-214-1/+191
* Remove 3rd clause of licensephantom2007-12-121-4/+0
* - Include runetype.h for _RuneLocale_rafan2007-11-071-0/+2
* Back out 2nd part of wrong iswascii() change in prev. commit.ache2007-10-231-1/+1
* Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-1312-21/+57
* - Fix typogabor2007-05-041-2/+2
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0949-196/+0
* Add missing comma.ru2006-10-131-1/+1
* Fix a bug where, for 6-byte sequences, the top 6 bits get compared totrhodes2006-03-301-1/+1
* Add __collate_load_error and __collate_range_cmp to the list ofdeischen2006-03-301-0/+2
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+100
* -mdoc sweep.ru2005-11-1714-14/+14
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-123-0/+3
* Add HISTORY section.tjr2005-07-211-1/+6
* Add cross-reference to nextwctype(3).tjr2005-07-211-1/+2
* Add COMPATIBILITY and HISTORY sections. Fix typo.tjr2005-07-211-2/+13
* Remove confusing "single C char locales" phrase; arguments to thesetjr2005-07-1712-106/+44
* Remove confusing "single C char locales" phrase; arguments to tolower()tjr2005-07-172-18/+6
* Make <runefile.h> internal to libc.ru2005-05-162-1/+63
* Make the format of LC_COLLATE files architecture independent.ru2005-02-272-3/+14
OpenPOWER on IntegriCloud