Date: Sun, 24 Jan 2010 12:35:36 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/include dirent.h src/lib/libc/gen opendir.c scandir.3 scandir.c src/usr.bin/catman catman.c src/usr.bin/makewhatis makewhatis.c src/usr.sbin/lpr/common_source lp.h rmjob.c Message-ID: <201001241244.o0OCi4wX040357@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2010-01-24 12:35:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
include dirent.h
lib/libc/gen opendir.c scandir.3 scandir.c
usr.bin/catman catman.c
usr.bin/makewhatis makewhatis.c
usr.sbin/lpr/common_source lp.h rmjob.c
Log:
SVN rev 202921 on 2010-01-24 12:35:36Z by kib
Merge scandir(3) interface update to stable/8.
MFC r201512:
Modernize scandir(3) and alphasort(3) interfaces according to the IEEE
Std 1003.1-2008.
MFC r201602:
Move scandir(3) and alphasort(3) into XSI namespace.
MFC r201604:
Use thunks to adapt alphasort-like interface to the comparision function
required by qsort() and qsort_r().
MFC r202556 (by ache):
Use strcoll() in opendir() and alphasort(). Remove some comments.
MFC r202572 (by ache):
Revert to using strcmp() for opendir().
MFC r202677 (by ache):
Style.
MFC r202679 (by ache):
Style: rename internal function to opendir_compar().
MFC r202691 (by ache):
For alphasort(3) add reference to strcoll(3).
MFC r202693 (by ache):
Style: reword comment.
Revision Changes Path
1.16.2.2 +6 -3 src/include/dirent.h
1.25.2.2 +10 -1 src/lib/libc/gen/opendir.c
1.9.10.2 +7 -6 src/lib/libc/gen/scandir.3
1.9.2.2 +22 -13 src/lib/libc/gen/scandir.c
1.16.2.2 +8 -2 src/usr.bin/catman/catman.c
1.12.2.2 +2 -2 src/usr.bin/makewhatis/makewhatis.c
1.25.22.2 +1 -1 src/usr.sbin/lpr/common_source/lp.h
1.21.22.2 +1 -1 src/usr.sbin/lpr/common_source/rmjob.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001241244.o0OCi4wX040357>
