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: christos
Date: Sun Mar 26 18:11:22 UTC 2006
Modified Files:
src/include: glob.h
src/lib/libc/compat/gen: Makefile.inc
src/lib/libc/gen: glob.3 glob.c
src/usr.bin/less/less: lglob.h
src/usr.sbin/catman: catman.c
src/usr.sbin/pkg_install/lib: file.c
Added Files:
src/lib/libc/compat/gen: compat___glob13.c
Log Message:
PR/33123: Murray Armfield: standards compliance & glob.h
Certain fields in glob.h need to be size_t; fix this and version glob(3).
http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/include/glob.h
cvs rdiff -r1.2 -r1.3 src/lib/libc/compat/gen/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/compat/gen/compat___glob13.c
cvs rdiff -r1.29 -r1.30 src/lib/libc/gen/glob.3
cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/glob.c
cvs rdiff -r1.1.1.5 -r1.2 src/usr.bin/less/less/lglob.h
cvs rdiff -r1.24 -r1.25 src/usr.sbin/catman/catman.c
cvs rdiff -r1.76 -r1.77 src/usr.sbin/pkg_install/lib/file.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