aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/setrunelocale.c
Commit message (Expand)AuthorAgeFilesLines
* Fix longstanding mb/wc functions segfault if error occurseAndrey A. Chernov2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allAndrey A. Chernov2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)Andrey A. Chernov2008-01-231-2/+4
* Introduce new encoding: "ASCII"Andrey A. Chernov2008-01-211-0/+2
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-0/+5
* 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-15/+1
* Remove setrunelocale()Andrey A. Chernov2004-10-181-23/+0
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-171-3/+3
* Remove support for the obsolete UTF2 encoding.Tim J. Robbins2004-10-171-3/+0
* Change "deprecated" in link-time warnings about various rune functionsTim J. Robbins2004-08-211-1/+1
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-12/+13
* Prefix the names of members of _RuneLocale and its sub-structuresTim J. Robbins2004-06-231-13/+13
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-131-3/+15
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-12/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-0/+7
* Remove support for emulating mbrtowc() and wcrtomb() in terms of theTim J. Robbins2004-04-041-6/+2
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.Tim J. Robbins2003-12-081-0/+14
* Add gb2312 encoding.David Xu2003-11-051-0/+3
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-011-0/+15
* Add support for gb18030 encodingAndrey A. Chernov2003-07-291-0/+3
* Add const to __setrunelocale prototypeAndrey A. Chernov2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedAndrey A. Chernov2003-07-061-11/+39
* Reduce code duplication by separating _PathLocle detection code intoAlexey Zelkin2003-06-251-16/+3
* Add GBK encodingAndrey A. Chernov2003-06-011-1/+4
* Add a UTF-8 encoding method, which will eventually replace the antiqueTim J. Robbins2002-10-101-0/+3
* Add safeguards to never use errno == 0 as setrunelocale() error return codeAndrey A. Chernov2002-08-091-3/+3
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-21/+50
* Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte oneAndrey A. Chernov2002-08-071-0/+1
* Catch empty encoding name tooAndrey A. Chernov2002-08-031-1/+1
* Return errno provided by fopen, not always ENOENT.Andrey A. Chernov2002-08-031-10/+10
* Check encoding for ".", ".." and / insideAndrey A. Chernov2002-08-031-1/+5
* Return EINVAL for NULL or too long encoding, not EFAULTAndrey A. Chernov2002-08-031-1/+1
* Return ENAMETOOLONG for long PATH_LOCALE, not EFAULTAndrey A. Chernov2002-08-031-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Remove __P() usage.David E. O'Brien2002-03-211-6/+6
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-23/+4
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-151-0/+3
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-151-1/+5
* Move MSKanji under XPG4 defineAndrey A. Chernov1997-09-251-8/+8
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-241-0/+3
* Restore PATH_LOCALE functionality using issetugid() call nowAndrey A. Chernov1997-04-071-2/+14
* Use symbolic constants instead of hardcoded digitsAndrey A. Chernov1997-02-061-4/+3
* Update the comment why range checking not neededAndrey A. Chernov1997-02-051-2/+2
* Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-281-0/+1
* Back out rev 1.5: the overflow condition is already handled elsewhere.Joerg Wunsch1996-12-221-2/+4
* Fix yet another buffer overflow. :-(Joerg Wunsch1996-12-161-4/+2
* PATH_LOCALE: use this non-standard env variable first time only, i.e.Andrey A. Chernov1996-11-261-4/+3
* Move more stuff out to XPG4Andrey A. Chernov1995-11-031-0/+1
* Treat empty encoding as "C" encodingAndrey A. Chernov1995-10-231-1/+1