| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+7 |
* | Better translation. | pjd | 2005-07-23 | 1 | -1/+1 |
* | Use better Korean translation for `trap' | jkim | 2005-07-16 | 2 | -6/+6 |
* | Assorted markup fixes. | ru | 2005-06-15 | 1 | -1/+1 |
* | Add korean NLS message catalogs for libc | phantom | 2005-03-07 | 2 | -0/+498 |
* | Add polish version of libc NLS catalog. | pjd | 2005-03-01 | 1 | -0/+249 |
* | Backout NLS catalog handling, until all edge cases are resolved | phantom | 2005-02-27 | 1 | -11/+0 |
* | Enable processing of NLS catalogs while building/installing of libc | phantom | 2005-02-27 | 1 | -0/+11 |
* | Add russian version of libc NLS catalog | phantom | 2005-02-27 | 1 | -0/+256 |
* | Add template NLS catalog for strerror(), strerror_r() and strsignal() | phantom | 2005-02-27 | 1 | -0/+249 |
* | . Bump .Dd's | phantom | 2005-02-27 | 3 | -7/+20 |
* | Bring in NetBSD's improvements and cleanups to NLS subsystem, making | phantom | 2005-02-27 | 2 | -392/+96 |
* | Cleanup prototypes and remove dead code | phantom | 2005-02-01 | 2 | -72/+21 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -5/+1 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -1/+1 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -1/+1 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+2 |
* | Now, malloc is fixed, remove ENOMEM hardcode | ache | 2002-08-12 | 1 | -12/+11 |
* | Set errno to ENOMEM for strdup too (due to malloc errno bug) | ache | 2002-08-07 | 1 | -3/+4 |
* | Always set errno to ENOMEM after malloc failed (as workaround). | ache | 2002-08-07 | 1 | -8/+8 |
* | Close descriptor, if error happens in loadCat() | ache | 2002-08-07 | 1 | -0/+6 |
* | Try harder to check lang as path component (".", "..", / inside). | ache | 2002-08-04 | 1 | -307/+345 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 3 | -3/+3 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -3/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 3 | -17/+17 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Use .Rv macro instead of hardcoded message | phantom | 2001-02-12 | 1 | -6/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+0 |
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
* | Fix typo | phantom | 2000-09-27 | 1 | -1/+1 |
* | Prevent buffer overflow if NLSPATH is too long | ache | 2000-09-08 | 1 | -1/+7 |
* | Add .El | ache | 2000-09-06 | 1 | -0/+1 |
* | Document %-macros and NLSPATH better. | ache | 2000-09-05 | 1 | -1/+41 |
* | Fully implement NLSPATH processing as described in SUSv2 | ache | 2000-09-05 | 1 | -8/+45 |
* | Oops! don't set errno to ENOMEM explicitly if malloc() failed. | phantom | 2000-09-05 | 1 | -6/+10 |
* | * move $FreeBSD$ tag to its usual place (bottom of copyright) | phantom | 2000-09-04 | 3 | -10/+30 |
* | Finaly cleanup libc/nls code: | phantom | 2000-09-04 | 1 | -196/+163 |
* | Rewrite using stdio. It cause program speedup since eliminates lots of small | ache | 2000-09-03 | 2 | -14/+15 |
* | Treat empty lang as "C" lang too | ache | 2000-09-01 | 1 | -1/+1 |
* | Set rcsid to correct value | phantom | 2000-09-01 | 1 | -24/+6 |
* | protect .h file contents correctly. | phantom | 2000-09-01 | 1 | -18/+3 |
* | Remove unused indirect references to cat* functions. | phantom | 2000-09-01 | 5 | -83/+4 |
* | Fix memory leak introduced by kris in rev 1.22 | phantom | 2000-09-01 | 1 | -0/+2 |
* | setlocale may return NULL, handle this case too by resetting to "C" | ache | 2000-09-01 | 1 | -5/+3 |
* | Move protection code down to handle NL_CAT_LOCALE case too. | ache | 2000-09-01 | 1 | -2/+3 |