summaryrefslogtreecommitdiff
path: root/lib/libc/locale/table.c
Commit message (Expand)AuthorAgeFilesLines
* Commit log from Dragonfly:Baptiste Daroussin2015-10-131-10/+10
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-1/+1
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-1/+1
* Cleanup of xlocale:David Chisnall2012-02-141-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+16
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-10/+0
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-171-2/+2
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.Tim J. Robbins2004-07-291-1/+1
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-4/+4
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-131-0/+4
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-7/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-0/+2
* Remove support for emulating mbrtowc() and wcrtomb() in terms of theTim J. Robbins2004-04-041-5/+0
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-011-5/+17
* Remove an unused and incorrect prototype for _none_init().Tim J. Robbins2003-09-051-1/+0
* Move _PathLocale declaration to more logical place (setlocale.c)Alexey Zelkin2003-06-251-1/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-1/+1
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-081-32/+128
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Completely remove #ifdefed out 8859-1 extension, I found it breakAndrey A. Chernov1997-05-141-39/+1
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIAndrey A. Chernov1997-05-131-1/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Move _PathLocale to data-only file, so setrunelocale() not pick upAndrey A. Chernov1997-02-091-0/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add IdAndrey A. Chernov1996-08-201-3/+5
* Add isblank attr to non-break spaceAndrey A. Chernov1996-08-201-1/+4
* Remove isgraph attr from non-break spaceAndrey A. Chernov1996-08-201-1/+1
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+0
* Propogate default table to restricted 8859-1 templateAndrey A. Chernov1995-10-191-0/+32
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+160