aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/nls
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-1629-29/+29
* MFC r209360: add C message catalogue entries for newer errnos.Maxim Konovalov2010-07-021-0/+10
* MFC r199092: Add gai_strerror() catalog for ja_JP.UTF-8Hajimu UMEMOTO2009-11-222-0/+72
* MFC r199083: Add NLS catalogs support to gai_strerror(3).Hajimu UMEMOTO2009-11-221-0/+36
* MFC r199080, r199081, r199082:Hajimu UMEMOTO2009-11-163-0/+500
* Improve the German translation.Alexander Leidinger2009-03-251-6/+6
* - Add Belarusian catalogGabor Kovesdan2009-03-242-0/+250
* o Spell.Maxim Konovalov2009-03-211-4/+4
* - Add Ukranian catalogGabor Kovesdan2009-03-202-0/+250
* - Fix typoGabor Kovesdan2009-03-181-1/+1
* - Add Brazilian Portuguese catalog [1]Gabor Kovesdan2009-03-163-41/+273
* - Create the buildworld object directories with mtree instead of variousGabor Kovesdan2009-03-151-6/+0
* - Fix object directory creation when running threaded buildworldGabor Kovesdan2009-03-131-1/+1
* - Reenable Native Language Support in libc. This feature was disabled dueGabor Kovesdan2009-03-1314-0/+3269
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+7
* Better translation.Pawel Jakub Dawidek2005-07-231-1/+1
* Use better Korean translation for `trap'Jung-uk Kim2005-07-162-6/+6
* Assorted markup fixes.Ruslan Ermilov2005-06-151-1/+1
* Add korean NLS message catalogs for libcAlexey Zelkin2005-03-072-0/+498
* Add polish version of libc NLS catalog.Pawel Jakub Dawidek2005-03-011-0/+249
* Backout NLS catalog handling, until all edge cases are resolvedAlexey Zelkin2005-02-271-11/+0
* Enable processing of NLS catalogs while building/installing of libcAlexey Zelkin2005-02-271-0/+11
* Add russian version of libc NLS catalogAlexey Zelkin2005-02-271-0/+256
* Add template NLS catalog for strerror(), strerror_r() and strsignal()Alexey Zelkin2005-02-271-0/+249
* . Bump .Dd'sAlexey Zelkin2005-02-273-7/+20
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingAlexey Zelkin2005-02-272-392/+96
* Cleanup prototypes and remove dead codeAlexey Zelkin2005-02-012-72/+21
* 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