Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add restrict qualifiers where C99 permits them. All of these already had | tjr | 2002-09-07 | 1 | -2/+2 |
| | | | | restrict qualifiers on their prototypes in <wchar.h>. | ||||
* | 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 | -4/+1 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -3/+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/+61 |
Obtained from: NetBSD and Citrus. |