summaryrefslogtreecommitdiff
path: root/lib/libc/locale/setrunelocale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)Andrey A. Chernov1995-10-231-0/+118