summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setrunelocale.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-231-13/+13
* Allow encoding modules to override the default implementations oftjr2004-05-131-3/+15
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-12/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-0/+7
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-041-6/+2
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* Add gb2312 encoding.davidxu2003-11-051-0/+3
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-011-0/+15
* Add support for gb18030 encodingache2003-07-291-0/+3
* Add const to __setrunelocale prototypeache2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedache2003-07-061-11/+39
* Reduce code duplication by separating _PathLocle detection code intophantom2003-06-251-16/+3
* Add GBK encodingache2003-06-011-1/+4
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-101-0/+3
* Add safeguards to never use errno == 0 as setrunelocale() error return codeache2002-08-091-3/+3
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-081-21/+50
* Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte oneache2002-08-071-0/+1
* Catch empty encoding name tooache2002-08-031-1/+1
* Return errno provided by fopen, not always ENOENT.ache2002-08-031-10/+10
* Check encoding for ".", ".." and / insideache2002-08-031-1/+5
* Return EINVAL for NULL or too long encoding, not EFAULTache2002-08-031-1/+1
* Return ENAMETOOLONG for long PATH_LOCALE, not EFAULTache2002-08-031-1/+1
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* Remove __P() usage.obrien2002-03-211-6/+6
* Megre XPG4 code into libcache2000-06-031-23/+4
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-151-0/+3
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-151-1/+5
* Move MSKanji under XPG4 defineache1997-09-251-8/+8
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-241-0/+3
* Restore PATH_LOCALE functionality using issetugid() call nowache1997-04-071-2/+14
* Use symbolic constants instead of hardcoded digitsache1997-02-061-4/+3
* Update the comment why range checking not neededache1997-02-051-2/+2
* Add comment that range checking is already done at upper levelache1996-12-281-0/+1
* Back out rev 1.5: the overflow condition is already handled elsewhere.joerg1996-12-221-2/+4
* Fix yet another buffer overflow. :-(joerg1996-12-161-4/+2
* PATH_LOCALE: use this non-standard env variable first time only, i.e.ache1996-11-261-4/+3
* Move more stuff out to XPG4ache1995-11-031-0/+1
* Treat empty encoding as "C" encodingache1995-10-231-1/+1
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)ache1995-10-231-0/+118
OpenPOWER on IntegriCloud