Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-05-28 | 1 | -1/+1 |
| | | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. | ||||
* | strsignal(): Reindent. | jilles | 2012-09-19 | 1 | -21/+21 |
| | |||||
* | strsignal(): Do not append signal numbers to messages for known signals. | jilles | 2012-09-19 | 1 | -1/+1 |
| | | | | | Messages for known signals looked like "Terminated: 15" instead of "Terminated". | ||||
* | Make strsignal(3) thread-safe. | ume | 2010-01-24 | 1 | -4/+48 |
| | | | | MFC after: 2 weeks | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Unbreak strsignal(). This is an MFC candidate. | mux | 2005-03-06 | 1 | -2/+3 |
| | | | | Reported by: Sean McNeil <sean@mcneil.com> | ||||
* | Unbreak !NLS case | phantom | 2005-02-27 | 1 | -1/+1 |
| | |||||
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | phantom | 2005-02-27 | 1 | -14/+51 |
| | | | | | | Controlled by NLS define, currently disabled by default. Idea obtained from: NetBSD | ||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -2/+2 |
| | |||||
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 1 | -4/+2 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -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 other | peter | 1999-05-18 | 1 | -0/+72 |
systems. NetBSD, Linux, SVR4 etc all have it. |