From owner-cvs-src-old@FreeBSD.ORG Sun Jan 24 12:44:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6C8E1065672 for ; Sun, 24 Jan 2010 12:44:04 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1FD28FC08 for ; Sun, 24 Jan 2010 12:44:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0OCi4IC040358 for ; Sun, 24 Jan 2010 12:44:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0OCi4wX040357 for cvs-src-old@freebsd.org; Sun, 24 Jan 2010 12:44:04 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201001241244.o0OCi4wX040357@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 24 Jan 2010 12:35:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 12:44:04 -0000 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