summaryrefslogtreecommitdiff
path: root/lib/libc/nls/msgcat.c
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Fix typoAlexey Zelkin2000-09-271-1/+1
* Prevent buffer overflow if NLSPATH is too longAndrey A. Chernov2000-09-081-1/+7
* Fully implement NLSPATH processing as described in SUSv2Andrey A. Chernov2000-09-051-8/+45
* Oops! don't set errno to ENOMEM explicitly if malloc() failed.Alexey Zelkin2000-09-051-6/+10
* Finaly cleanup libc/nls code:Alexey Zelkin2000-09-041-196/+163
* Rewrite using stdio. It cause program speedup since eliminates lots of smallAndrey A. Chernov2000-09-031-13/+14
* Treat empty lang as "C" lang tooAndrey A. Chernov2000-09-011-1/+1
* Set rcsid to correct valueAlexey Zelkin2000-09-011-24/+6
* Remove unused indirect references to cat* functions.Alexey Zelkin2000-09-011-3/+3
* Fix memory leak introduced by kris in rev 1.22Alexey Zelkin2000-09-011-0/+2
* setlocale may return NULL, handle this case too by resetting to "C"Andrey A. Chernov2000-09-011-5/+3
* Move protection code down to handle NL_CAT_LOCALE case too.Andrey A. Chernov2000-09-011-2/+3
* Protect from badly formed LANG variableAndrey A. Chernov2000-09-011-1/+2
* catgets: detect if fd becomes invalid after exec and return default responseAndrey A. Chernov2000-08-301-6/+6
* Prevent internal buffer overflow due to expansion of $LANG and/or nameKris Kennaway2000-08-051-3/+11
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-8/+8
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-8/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Provide meaningful errno value on error returnAndrey A. Chernov1998-07-141-5/+17
* Return -1 for invalid descriptor in catcloseAndrey A. Chernov1998-04-301-2/+2
* If passed catgets descriptor is NULL or -1, return default string immediatelyAndrey A. Chernov1998-04-301-1/+3
* Force loadType to 0Andrey A. Chernov1998-04-301-5/+4
* Implement NL_CAT_LOCALEAndrey A. Chernov1998-04-301-3/+8
* Prototypes/typedefs cleanupAndrey A. Chernov1998-04-301-18/+19
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-151-2/+6
* Plug even more failure memory leaksAndrey A. Chernov1997-05-101-6/+32
* CleanupAndrey A. Chernov1997-05-101-21/+26
* Restricting $LANG was a really bad ideaWarner Losh1997-03-251-4/+2
* Don't honor LANG or NLSPATH if we're setuid/setgid.Warner Losh1997-03-241-3/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* and so on...Poul-Henning Kamp1995-10-221-5/+3
* Add /usr/local/share/nls to default search pathAndrey A. Chernov1995-06-171-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-18/+18
* Add the nls code for XPG3-style message catalogs to libc.Jordan K. Hubbard1995-03-301-0/+396