summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
| | | | Reported by: Sean McNeil <sean@mcneil.com>
* Unbreak !NLS casephantom2005-02-271-1/+1
|
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().phantom2005-02-271-14/+51
| | | | | | Controlled by NLS define, currently disabled by default. Idea obtained from: NetBSD
* Remove 'register' keyword.obrien2002-03-211-2/+2
|
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+4
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-0/+72
systems. NetBSD, Linux, SVR4 etc all have it.
OpenPOWER on IntegriCloud