Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   junyoung
Date:           Sat Jul  3 08:27:25 UTC 2004

Modified Files:
        src/distrib/sets/lists/base: shl.mi
        src/include: string.h
        src/lib/libc: shlib_version
        src/lib/libc/string: Makefile.inc strstr.3
Added Files:
        src/lib/libc/string: strcasestr.c

Log Message:
Add strcasestr(3), case insensitive version of strstr(3).
Bump libc minor.

>From FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.274 -r1.275 src/distrib/sets/lists/base/shl.mi
cvs rdiff -r1.25 -r1.26 src/include/string.h
cvs rdiff -r1.155 -r1.156 src/lib/libc/shlib_version
cvs rdiff -r1.53 -r1.54 src/lib/libc/string/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/string/strcasestr.c
cvs rdiff -r1.8 -r1.9 src/lib/libc/string/strstr.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index