| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-07-26 | netbsd.org->NetBSD.org | salo | |
| 2003-05-30 | Add ETIME translation. | salo | |
| 2003-05-30 | Add translation for 92 (ETIME). | wiz | |
| 2003-05-30 | add ETIME translation | jdolecek | |
| 2003-05-30 | ETIME is #92, not #91 | jdolecek | |
| 2003-05-27 | Add ETIME, per POSIX-2001. | kleink | |
| 2003-04-16 | Use | wiz | |
| .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-14 | Add slovak language libc message catalog. | salo | |
| 2003-04-10 | Update german translation for ERANGE. | wiz | |
| 2003-04-10 | update ERANGE czech string according to the english ERANGE update | jdolecek | |
| 2003-04-09 | Change the strerror() string for ERANGE consistently to "Result too | kleink | |
| 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-09 | Add a Catalan libc message catalog file (plus everything else needed to | jmmv | |
| track the file). Closes my own PR lib/19498. | |||
| 2003-02-12 | New sentence, new line; bump date for last change. | wiz | |
| 2003-02-12 | Add Xrefs and some editorial comments on the interface. | gmcgarry | |
| 2003-02-05 | Xref gencat(1) | gmcgarry | |
| 2002-12-04 | Replace "Fichero" words with "Archivo" that were missed in the last update. | jmmv | |
| Approved by skrll. | |||
| 2002-12-04 | Improve and update from Julio Merino in PR 19202. | skrll | |
| 2002-11-12 | sync with C.msg rev 1.8 | jdolecek | |
| 2002-11-12 | Review oversight: ENOSR: resource -> resources, which is what the | kleink | |
| standard says, and which fits the resource allocation failure better. | |||
| 2002-11-12 | Sync with C.msg rev. 1.7. | kleink | |
| 2002-11-12 | add translation for the new error messages added in rev. 1.7 of C.msg | jdolecek | |
| 2002-11-12 | Add 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-02 | Only one i in available. | wiz | |
| 2002-02-13 | - implement NL_CAT_LOCALE. | yamt | |
| - make catopen check nls alias database. | |||
| 2002-02-07 | Generate <>& symbolically. | ross | |
| 2001-09-16 | Correct section header. | wiz | |
| 2001-09-16 | Sort SEE ALSO and remove a trailing empty line. | wiz | |
| 2001-09-16 | Boring whitespace fixes. | wiz | |
| 2001-09-02 | Add pl.msg file to nls/ directory and list it in the Makefile | zuntum | |
| -- now libc has polish messages set LANG to "pl" in your environment to use it. | |||
| 2000-09-30 | Fix possible one-byte overrun | sommerfeld | |
| 2000-09-08 | Disallow '/' character in LC_* and LANG environment variable, and | tshiozak | |
| 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-10 | add EILSEQ entry | jdolecek | |
| 2000-03-10 | Add an EILSEQ code (C99, first appeared in C90/AMD1), and update message | kleink | |
| catalogs where possible. | |||
| 2000-02-07 | change the German translation of SIGPWR description, as per lib/9277 | jdolecek | |
| 2000-01-23 | Formatting nit: in SIGPWR discription, use slasl instead of 'eller -', to be | jdolecek | |
| consistent with other translations (suggested by Johan) | |||
| 2000-01-22 | Add SIGPWR description (from Johan Danielsson) | jdolecek | |
| 2000-01-21 | Add SIGPWR description. Clean up some messages. | fvdl | |
| 2000-01-21 | Add SIGPWR entry (from Aymeric Vincent <Aymeric.Vincent@crans.ens-cachan.fr>) | jdolecek | |
| 2000-01-21 | Add entry for SIGPWR (translation by Ignatios Souvatzis) | jdolecek | |
| 2000-01-21 | Add SIGPWR entry (from Pooka) | jdolecek | |
| 2000-01-21 | Improve rpc error translation (from Linux catalogs) | jdolecek | |
| 2000-01-21 | Add entry for SIGPWR | jdolecek | |
| Extensive changes (mostly taken from Linux czech catalogs), to improve gramatics and semantic corectness | |||
| 2000-01-21 | add SIGPWR entry | jdolecek | |
| 1999-09-26 | Add czech language message catalog | jdolecek | |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem | |
| 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-17 | Make some needed weak aliases. | mycroft | |
| 1999-03-22 | Introduce EOVERFLOW. | kleink | |
| 1998-11-15 | delint | christos | |
| 1998-07-26 | clean up a bit more | is | |
| 1998-02-20 | Fill in missing (default) mmap(2) flags. | mycroft | |
