summaryrefslogtreecommitdiff
path: root/lib/libc/nls
AgeCommit message (Collapse)Author
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-30Add ETIME translation.salo
2003-05-30Add translation for 92 (ETIME).wiz
2003-05-30add ETIME translationjdolecek
2003-05-30ETIME is #92, not #91jdolecek
2003-05-27Add ETIME, per POSIX-2001.kleink
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2003-04-14Add slovak language libc message catalog.salo
2003-04-10Update german translation for ERANGE.wiz
2003-04-10update ERANGE czech string according to the english ERANGE updatejdolecek
2003-04-09Change the strerror() string for ERANGE consistently to "Result tookleink
large or too small" and reword its intro(2) description to reflect the present use for non-numerical out-of-range errors; resolves Andrew Brown's PR standards/21004, the discussion of which was dramatically sped up by repeated whipping from Perry Metzger. :-)
2003-04-09Add a Catalan libc message catalog file (plus everything else needed tojmmv
track the file). Closes my own PR lib/19498.
2003-02-12New sentence, new line; bump date for last change.wiz
2003-02-12Add Xrefs and some editorial comments on the interface.gmcgarry
2003-02-05Xref gencat(1)gmcgarry
2002-12-04Replace "Fichero" words with "Archivo" that were missed in the last update.jmmv
Approved by skrll.
2002-12-04Improve and update from Julio Merino in PR 19202.skrll
2002-11-12sync with C.msg rev 1.8jdolecek
2002-11-12Review oversight: ENOSR: resource -> resources, which is what thekleink
standard says, and which fits the resource allocation failure better.
2002-11-12Sync with C.msg rev. 1.7.kleink
2002-11-12add translation for the new error messages added in rev. 1.7 of C.msgjdolecek
2002-11-12Add the missing errno symbols that are defined in IEEE Std 1003.1-2001.skrll
The language message files need updating. Change reviewed and OK'd by Klaus Klein.
2002-10-02Only one i in available.wiz
2002-02-13- implement NL_CAT_LOCALE.yamt
- make catopen check nls alias database.
2002-02-07Generate <>& symbolically.ross
2001-09-16Correct section header.wiz
2001-09-16Sort SEE ALSO and remove a trailing empty line.wiz
2001-09-16Boring whitespace fixes.wiz
2001-09-02Add pl.msg file to nls/ directory and list it in the Makefilezuntum
-- now libc has polish messages set LANG to "pl" in your environment to use it.
2000-09-30Fix possible one-byte overrunsommerfeld
2000-09-08Disallow '/' character in LC_* and LANG environment variable, andtshiozak
prevent to look up PATH_LOCALE and NLSPATH on setuid/setgid executable. This is important to prevent to cause some kind of security hole.
2000-03-10add EILSEQ entryjdolecek
2000-03-10Add an EILSEQ code (C99, first appeared in C90/AMD1), and update messagekleink
catalogs where possible.
2000-02-07change the German translation of SIGPWR description, as per lib/9277jdolecek
2000-01-23Formatting nit: in SIGPWR discription, use slasl instead of 'eller -', to bejdolecek
consistent with other translations (suggested by Johan)
2000-01-22Add SIGPWR description (from Johan Danielsson)jdolecek
2000-01-21Add SIGPWR description. Clean up some messages.fvdl
2000-01-21Add SIGPWR entry (from Aymeric Vincent <Aymeric.Vincent@crans.ens-cachan.fr>)jdolecek
2000-01-21Add entry for SIGPWR (translation by Ignatios Souvatzis)jdolecek
2000-01-21Add SIGPWR entry (from Pooka)jdolecek
2000-01-21Improve rpc error translation (from Linux catalogs)jdolecek
2000-01-21Add entry for SIGPWRjdolecek
Extensive changes (mostly taken from Linux czech catalogs), to improve gramatics and semantic corectness
2000-01-21add SIGPWR entryjdolecek
1999-09-26Add czech language message catalogjdolecek
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attempt to return a sane error condition. * knf some code * remove some `register' decls. the first two items result in the addition of code similar to the following in various functions: _DIAGASSERT(path != NULL) #ifdef _DIAGNOSTIC if (path == NULL) { errno = EFAULT; return (-1); } #endif
1999-08-17Make some needed weak aliases.mycroft
1999-03-22Introduce EOVERFLOW.kleink
1998-11-15delintchristos
1998-07-26clean up a bit moreis
1998-02-20Fill in missing (default) mmap(2) flags.mycroft