summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setrunelocale.c
Commit message (Expand)AuthorAgeFilesLines
* 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