Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brucification: Don't initialize in declaration, make sure extra lines | jkh | 2003-12-18 | 1 | -1/+3 |
| | | | | follow declaration section. | ||||
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | jkh | 2003-12-17 | 1 | -1/+2 |
| | | | | [last] character, not int). | ||||
* | - Update the manual pages of index() and rindex() to show | robert | 2002-08-30 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | <strings.h> as the associated header file. The prototypes have been moved there from <string.h> because POSIX.1-2001 said so. - Conditionally include either <strings.h> or <string.h> based on whether the [r]index() or str[r]chr() functions are compiled, respectively. - Style(9) tells us to - put a space after the return keyword - to check for a NUL character without using the ! operator. - use NULL instead of (type *)NULL where the compiler knows the type. Apply these rules. - Rather use ANSI-C function definitions than K&R ones. - For index(3), correct second function argument's type; it was declared to be a `const char' before and is now an `int'. | ||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 1 | -5/+2 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -0/+4 |
| | | | | Do the same for the non-wcs*/wmem* files while I'm here. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+57 |