summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.c
Commit message (Collapse)AuthorAgeFilesLines
* - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatRobert Drehmel2002-08-301-1/+1
| | | | | | | | | | | the prototypes for both functions are now in the <strings.h> header, as required by IEEE Std 1003.1-2001. - Add one sentence about that in the HISTORY section. - Include <strings.h> in the source file to have the prototypes in scope when the _ANSI_SOURCE macro is defined. Notes: svn path=/head/; revision=102624
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
| | | | Notes: svn path=/head/; revision=92889
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-5/+2
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-4/+8
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Localize it.Andrey A. Chernov1996-06-091-46/+7
| | | | | | | (it was NOT localized initially, it does some trick instead!) Notes: svn path=/head/; revision=16250
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+115
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573