summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
Commit message (Collapse)AuthorAgeFilesLines
* Add strcspn() and strndup()Michael Brown2007-07-081-0/+2
|
* Move tolower() etc to ctype.h as per ISO CMichael Brown2007-01-261-27/+2Star
|
* 4.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown2007-01-191-1/+0Star
|
* Move strerror() prototype to string.h, where it belongsMichael Brown2006-12-201-0/+2
|
* Added strdup()Michael Brown2006-12-081-0/+1
|
* Marked memcmp/strcmp as "pure" functions, to allow gcc to optimiseMichael Brown2006-11-281-3/+5
| | | | | | | | away code such as if ( strcmp ( some_string, "some_value" ) != 0 ) { DBG ( "Bad value received!" ); }
* Prototype now clashes with the macro in arch/i386.Michael Brown2006-04-241-1/+0Star
|
* Need stddef.h to get size_tMichael Brown2005-04-171-0/+1
|
* Initial revisionMichael Brown2005-03-081-0/+68