Source-Changes archive

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

CVS commit: [netbsd-4] src



Module Name:    src
Committed By:   riz
Date:           Sun Aug 27 06:08:52 UTC 2006

Modified Files:
        src/distrib/sets/lists/base [netbsd-4]: shl.mi
        src/distrib/sets/lists/comp [netbsd-4]: mi
        src/include [netbsd-4]: string.h
        src/lib/libc [netbsd-4]: shlib_version
        src/lib/libc/gen [netbsd-4]: fstab.c
        src/lib/libc/include [netbsd-4]: namespace.h
        src/lib/libc/string [netbsd-4]: Makefile.inc strdup.3 strsep.3
        src/regress/lib/libc/string [netbsd-4]: Makefile
Added Files:
        src/lib/libc/string [netbsd-4]: stresep.c strndup.c
        src/regress/lib/libc/string/stresep [netbsd-4]: Makefile stresep_test.c

Log Message:
Pull up following revision(s) (requested by tron in ticket #63):
        regress/lib/libc/string/Makefile: revision 1.9
        lib/libc/string/strsep.3: revision 1.17
        lib/libc/string/strsep.3: revision 1.18
        regress/lib/libc/string/stresep/Makefile: revision 1.1
        distrib/sets/lists/base/shl.mi: revision 1.364
        regress/lib/libc/string/stresep/stresep_test.c: revision 1.1
        lib/libc/gen/fstab.c: revision 1.28
        lib/libc/shlib_version: revision 1.181
        lib/libc/string/strndup.c: revision 1.1
        lib/libc/string/strdup.3: revision 1.13
        lib/libc/string/strdup.3: revision 1.14
        lib/libc/string/Makefile.inc: revision 1.61
        include/string.h: revision 1.31
        distrib/sets/lists/comp/mi: revision 1.909
        lib/libc/string/stresep.c: revision 1.1
        lib/libc/include/namespace.h: revision 1.118
- Add strndup and stresep
- Use stresep so in fstab so that we can mount paths with white space in th=
em.
Add stresep and strndup.
add regression test for stresep.
libc 146
man pages for stresep and strndup.
Mark up NULL.
stresep, not strnsep. Remove duplicate "the". Bump date for previous.


To generate a diff of this commit:
cvs rdiff -r1.363.2.1 -r1.363.2.2 src/distrib/sets/lists/base/shl.mi
cvs rdiff -r1.908.2.1 -r1.908.2.2 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.30 -r1.30.2.1 src/include/string.h
cvs rdiff -r1.180 -r1.180.2.1 src/lib/libc/shlib_version
cvs rdiff -r1.27 -r1.27.2.1 src/lib/libc/gen/fstab.c
cvs rdiff -r1.117 -r1.117.2.1 src/lib/libc/include/namespace.h
cvs rdiff -r1.60 -r1.60.2.1 src/lib/libc/string/Makefile.inc
cvs rdiff -r1.12 -r1.12.12.1 src/lib/libc/string/strdup.3
cvs rdiff -r0 -r1.1.2.1 src/lib/libc/string/stresep.c \
    src/lib/libc/string/strndup.c
cvs rdiff -r1.16 -r1.16.6.1 src/lib/libc/string/strsep.3
cvs rdiff -r1.8 -r1.8.2.1 src/regress/lib/libc/string/Makefile
cvs rdiff -r0 -r1.1.2.1 src/regress/lib/libc/string/stresep/Makefile \
    src/regress/lib/libc/string/stresep/stresep_test.c

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