summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setlocale.c
Commit message (Expand)AuthorAgeFilesLines
* LC_ALL not always take priority over other LC_*ache2004-01-311-22/+35
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-291-5/+1
* Reorganize wrapper around setrunelocale() to mark it as deprecatedache2003-07-061-14/+1
* Reduce code duplication by separating _PathLocle detection code intophantom2003-06-251-21/+32
* Move _PathLocale declaration to more logical place (setlocale.c)phantom2003-06-251-0/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-3/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-1/+3
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-081-19/+18
* Reject encoding > ENCODING_LEN at early stage instead of truncating it.ache2002-08-051-19/+35
* Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.ache2002-08-041-28/+27
* Preserve errno in fallback codeache2002-08-031-0/+3
* 1) Use errno to indicate faulure reason.ache2002-08-031-44/+89
* Sligtly modify previous out-of-bounds fix: just break instead ofache2002-08-021-1/+1
* Prevent out of bounds writting for too many slashes case.ache2002-08-021-14/+10
* Fix the style of the SCM ID's.obrien2002-03-221-5/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* get __time_load_locale() prototype from include file, rather than declarephantom2002-01-241-3/+2
* Removed duplicate $FreeBSD$.ru2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.ru2001-03-021-2/+2
* Make FreeBSD locale support complete: add support for rest locale categoriesphantom2001-02-081-54/+17
* Disallow '/' characters in LC_* environment variables which mightkris2000-09-081-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aimp2000-09-041-1/+1
* Megre XPG4 code into libcache2000-06-031-14/+2
* Fix dead loop if locale contains / and not all categories specifiedache1999-11-091-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Basic support for LC_MESSAGESache1998-04-291-12/+11
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-151-3/+7
* Restore PATH_LOCALE functionality using issetugid() call nowache1997-04-071-4/+15
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
* Move _PathLocale to data-only file, so setrunelocale() not pick upache1997-02-091-2/+0
* Do Andrey's homework :) before merging this into 2.2:joerg1997-02-081-0/+2
* Use symbolic constants instead of hardcoded digitsache1997-02-061-27/+17
* Fix yet another setlocale() bug.pst1997-02-061-1/+1
* Update the comment why range checking not neededache1997-02-051-1/+1
* Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intendeddg1997-02-051-11/+2
* Add yet one comment saying that range checking already doneache1997-02-031-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
* Add rcsid[]ache1996-11-271-13/+19
* Add Idache1996-11-261-35/+43
* PATH_LOCALE: use this non-standard env variable first time only, i.e.ache1996-11-261-64/+89
* Use fake (empty) startup_setlocale for XPG4ache1995-10-231-3/+3
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)ache1995-10-231-5/+86
* As above.phk1995-10-221-0/+2
* Fix cut&paste error: LC_COLLATE should be LC_TIMEache1995-08-051-3/+3
* Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-041-1/+8
* Add 8-bit collate stuffache1995-02-161-1/+8
* Make not-so-space-eaten locale version:ache1994-09-241-54/+7
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+234
OpenPOWER on IntegriCloud