Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: christos
Date: Sat Aug 12 23:49:54 UTC 2006
Modified Files:
src/lib/libc: shlib_version
src/lib/libc/gen: fstab.c
src/lib/libc/include: namespace.h
src/lib/libc/string: Makefile.inc strdup.3 strsep.3
Added Files:
src/lib/libc/string: stresep.c strndup.c
Log Message:
- Add strndup and stresep
- Use stresep so in fstab so that we can mount paths with white space in them.
To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/lib/libc/shlib_version
cvs rdiff -r1.27 -r1.28 src/lib/libc/gen/fstab.c
cvs rdiff -r1.117 -r1.118 src/lib/libc/include/namespace.h
cvs rdiff -r1.60 -r1.61 src/lib/libc/string/Makefile.inc
cvs rdiff -r1.12 -r1.13 src/lib/libc/string/strdup.3
cvs rdiff -r0 -r1.1 src/lib/libc/string/stresep.c \
src/lib/libc/string/strndup.c
cvs rdiff -r1.16 -r1.17 src/lib/libc/string/strsep.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