Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-01-26 | Move tolower() etc to ctype.h as per ISO C | Michael Brown | 1 | -27/+2 |
2007-01-19 | 4.3BSD says that bcopy and bzero are defined in strings.h, not string.h | Michael Brown | 1 | -1/+0 |
2006-12-20 | Move strerror() prototype to string.h, where it belongs | Michael Brown | 1 | -0/+2 |
2006-12-08 | Added strdup() | Michael Brown | 1 | -0/+1 |
2006-11-27 | Marked memcmp/strcmp as "pure" functions, to allow gcc to optimise | Michael Brown | 1 | -3/+5 |
2006-04-24 | Prototype now clashes with the macro in arch/i386. | Michael Brown | 1 | -1/+0 |
2005-04-17 | Need stddef.h to get size_t | Michael Brown | 1 | -0/+1 |
2005-03-08 | Initial revision | Michael Brown | 1 | -0/+68 |