This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/newlib ChangeLog libc/posix/scandir.c libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.cygnus.com	2000-08-28 13:06:54

Modified files:
	newlib         : ChangeLog 
	newlib/libc/posix: scandir.c telldir.c 

Log message:
	2000-08-27  Werner Almesberger  <Werner.Almesberger@epfl.ch>
	
	* libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
	only if _DIRENT_HAVE_D_NAMLEN is defined.
	(alphasort): aligned prototype with
	libc/sys/cygwin/sys/dirent.h and simplified function body.
	* libc/posix/telldir.c (telldir): changed "telldir" prototype to
	long telldir (DIR *) as mentioned in annex B of POSIX.1

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/scandir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/telldir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]