summaryrefslogtreecommitdiff
path: root/lib/libc/locale/table.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-10-13Commit log from Dragonfly:Baptiste Daroussin
2012-03-04Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall
2012-02-14Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric
2012-02-14Cleanup of xlocale:David Chisnall
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-02-27. Static'ize functions exported via function reference variables only.Alexey Zelkin
2004-10-17Remove the obsolete <rune.h> interface.Tim J. Robbins
2004-07-29Prefer <runetype.h> to <rune.h>, since the latter is going away soon.Tim J. Robbins
2004-07-21Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins
2004-05-13Allow encoding modules to override the default implementations ofTim J. Robbins
2004-05-12Move prototypes of various encoding-related functions into a new headerTim J. Robbins
2004-04-07Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins
2004-04-04Remove support for emulating mbrtowc() and wcrtomb() in terms of theTim J. Robbins
2003-11-01Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins
2003-09-05Remove an unused and incorrect prototype for _none_init().Tim J. Robbins
2003-06-25Move _PathLocale declaration to more logical place (setlocale.c)Alexey Zelkin
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2000-06-03Megre XPG4 code into libcAndrey A. Chernov
2000-02-08There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-05-14Completely remove #ifdefed out 8859-1 extension, I found it breakAndrey A. Chernov
1997-05-13#ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIAndrey A. Chernov
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-09Move _PathLocale to data-only file, so setrunelocale() not pick upAndrey A. Chernov
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-08-20Add IdAndrey A. Chernov
1996-08-20Add isblank attr to non-break spaceAndrey A. Chernov
1996-08-20Remove isgraph attr from non-break spaceAndrey A. Chernov
1996-04-19Don't include <sys/types.h> when it isn't used.Bruce Evans
1995-10-19Propogate default table to restricted 8859-1 templateAndrey A. Chernov
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes