glibc/dirent
Ulrich Drepper 89a9e37b7a Update.
1998-03-20 11:58  Ulrich Drepper  <drepper@cygnus.com>

	* dirent/Makefile (routines): Add scandir64, alphasort64, and
	versionsort64.
	* dirent/alphasort64.c: New file.
	* dirent/scandir64.c: New file.
	* dirent/versionsort64.c: New file.
	* dirent/dirent.h: Add LFS support for scandir, alphasort, and
	versionsort.
	* sysdeps/generic/readdir64.c: Rename to __readdir64 and make
	old name weak alias.
	* sysdeps/unix/sysv/linux/readdir64.c: Likewise.

	* dirent/alphasort.c: Use strcoll instead of strcmp.

	* dirent/scandir.c: Optimize a bit.

	* dirent/versionsort.c: Pretty print.

1998-03-20  Ulrich Drepper  <drepper@cygnus.com>

	* string/string.h: Add prototype for __strtok_r.
1998-03-20 12:06:55 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1998-03-20 12:06:55 +00:00
alphasort.c Update. 1998-03-20 12:06:55 +00:00
alphasort64.c Update. 1998-03-20 12:06:55 +00:00
dirent.h Update. 1998-03-20 12:06:55 +00:00
list.c Update. 1998-03-18 12:22:11 +00:00
opendir-tst1.c Update. 1998-03-18 12:22:11 +00:00
scandir.c Update. 1998-03-20 12:06:55 +00:00
scandir64.c Update. 1998-03-20 12:06:55 +00:00
tst-seekdir.c update from main archive 961030 1996-10-31 02:57:12 +00:00
versionsort.c Update. 1998-03-20 12:06:55 +00:00
versionsort64.c Update. 1998-03-20 12:06:55 +00:00