summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcschr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12cvs2svn2012-07-131-50/+0
|
* unbreak wcschr(string, L'\0') which was incorrectly returning NULLdjm2008-08-231-3/+5
| | | | rather than a pointer to the terminating nul; ok deraadt@
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* K&R -> ANSIespie2005-06-191-5/+3
| | | | | APIWARN okay millert@, otto@
* Import w* functions so that I can send smaller diffs around.espie2005-04-131-0/+54
(Nothing activated yet, of course) okay deraadt@