summaryrefslogtreecommitdiff
path: root/lib/libc/locale/setlocale.c
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-291-5/+1
* Reorganize wrapper around setrunelocale() to mark it as deprecatedAndrey A. Chernov2003-07-061-14/+1
* Reduce code duplication by separating _PathLocle detection code intoAlexey Zelkin2003-06-251-21/+32
* Move _PathLocale declaration to more logical place (setlocale.c)Alexey Zelkin2003-06-251-0/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hAlexey Zelkin2003-06-251-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-3/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+3
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-19/+18
* Reject encoding > ENCODING_LEN at early stage instead of truncating it.Andrey A. Chernov2002-08-051-19/+35
* Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.Andrey A. Chernov2002-08-041-28/+27
* Preserve errno in fallback codeAndrey A. Chernov2002-08-031-0/+3
* 1) Use errno to indicate faulure reason.Andrey A. Chernov2002-08-031-44/+89
* Sligtly modify previous out-of-bounds fix: just break instead ofAndrey A. Chernov2002-08-021-1/+1
* Prevent out of bounds writting for too many slashes case.Andrey A. Chernov2002-08-021-14/+10
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-5/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* get __time_load_locale() prototype from include file, rather than declareAlexey Zelkin2002-01-241-3/+2
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.Ruslan Ermilov2001-03-021-2/+2
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-081-54/+17
* Disallow '/' characters in LC_* environment variables which mightKris Kennaway2000-09-081-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aWarner Losh2000-09-041-1/+1
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-14/+2
* Fix dead loop if locale contains / and not all categories specifiedAndrey A. Chernov1999-11-091-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-291-12/+11
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-151-3/+7
* Restore PATH_LOCALE functionality using issetugid() call nowAndrey A. Chernov1997-04-071-4/+15
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Move _PathLocale to data-only file, so setrunelocale() not pick upAndrey A. Chernov1997-02-091-2/+0
* Do Andrey's homework :) before merging this into 2.2:Joerg Wunsch1997-02-081-0/+2
* Use symbolic constants instead of hardcoded digitsAndrey A. Chernov1997-02-061-27/+17
* Fix yet another setlocale() bug.Paul Traina1997-02-061-1/+1
* Update the comment why range checking not neededAndrey A. Chernov1997-02-051-1/+1
* Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intendedDavid Greenman1997-02-051-11/+2
* Add yet one comment saying that range checking already doneAndrey A. Chernov1997-02-031-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Add rcsid[]Andrey A. Chernov1996-11-271-13/+19
* Add IdAndrey A. Chernov1996-11-261-35/+43
* PATH_LOCALE: use this non-standard env variable first time only, i.e.Andrey A. Chernov1996-11-261-64/+89
* Use fake (empty) startup_setlocale for XPG4Andrey A. Chernov1995-10-231-3/+3
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)Andrey A. Chernov1995-10-231-5/+86
* As above.Poul-Henning Kamp1995-10-221-0/+2
* Fix cut&paste error: LC_COLLATE should be LC_TIMEAndrey A. Chernov1995-08-051-3/+3
* Implement locale-sensitive strftime () from ADO (heavily modifiedGarrett Wollman1995-08-041-1/+8
* Add 8-bit collate stuffAndrey A. Chernov1995-02-161-1/+8
* Make not-so-space-eaten locale version:Andrey A. Chernov1994-09-241-54/+7
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+234