summaryrefslogtreecommitdiff
path: root/lib/libc/nls
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-291-5/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+2
* Now, malloc is fixed, remove ENOMEM hardcodeAndrey A. Chernov2002-08-121-12/+11
* Set errno to ENOMEM for strdup too (due to malloc errno bug)Andrey A. Chernov2002-08-071-3/+4
* Always set errno to ENOMEM after malloc failed (as workaround).Andrey A. Chernov2002-08-071-8/+8
* Close descriptor, if error happens in loadCat()Andrey A. Chernov2002-08-071-0/+6
* Try harder to check lang as path component (".", "..", / inside).Andrey A. Chernov2002-08-041-307/+345
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-013-3/+3
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-153-17/+17
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Use .Rv macro instead of hardcoded messageAlexey Zelkin2001-02-121-6/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+0
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Fix typoAlexey Zelkin2000-09-271-1/+1
* Prevent buffer overflow if NLSPATH is too longAndrey A. Chernov2000-09-081-1/+7
* Add .ElAndrey A. Chernov2000-09-061-0/+1
* Document %-macros and NLSPATH better.Andrey A. Chernov2000-09-051-1/+41
* 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
* * move $FreeBSD$ tag to its usual place (bottom of copyright)Alexey Zelkin2000-09-043-10/+30
* 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-032-14/+15
* Treat empty lang as "C" lang tooAndrey A. Chernov2000-09-011-1/+1
* Set rcsid to correct valueAlexey Zelkin2000-09-011-24/+6
* protect .h file contents correctly.Alexey Zelkin2000-09-011-18/+3
* Remove unused indirect references to cat* functions.Alexey Zelkin2000-09-015-83/+4
* 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
* Explicetely describe catalog descriptor lifetimeAndrey A. Chernov2000-08-301-0/+6
* Prevent internal buffer overflow due to expansion of $LANG and/or nameKris Kennaway2000-08-051-3/+11
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-213-0/+6
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* 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
* Add gencat(1) to SEE ALSO section.Alexey Zelkin1999-09-223-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Provide meaningful errno value on error returnAndrey A. Chernov1998-07-141-5/+17
* Add reference to setlocale(3)Andrey A. Chernov1998-04-301-2/+3
* 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