Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |