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. | ||||
* | - ANSIfy function definitions | danger | 2009-02-03 | 1 | -3/+1 |
| | | | | | | - use nul when we are looking for a terminating character where appropriate Approved by: imp | ||||
* | 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. | ||||
* | Fix the NetBSD RCS id's on these files; somehow they were initially | tjr | 2002-10-23 | 1 | -1/+1 |
| | | | | committed with the tags unexpanded. | ||||
* | Remove unnecessary #include <assert.h>; it was used to bring in the | tjr | 2002-09-21 | 1 | -1/+0 |
| | | | | _DIAGASSERT macro on NetBSD, but we don't need it. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+2 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 1 | -7/+1 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -4/+4 |
| | | | | Do the same for the non-wcs*/wmem* files while I'm here. | ||||
* | Unbreak world; _DIAGASSERT macro is not available in FreeBSD. | ru | 2001-05-16 | 1 | -3/+0 |
| | |||||
* | initial import of locale insensitive wcs* and wmem* functions. | tshiozak | 2001-05-15 | 1 | -0/+71 |
Obtained from: NetBSD and Citrus. |