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]
Other format: [Raw text]

src/newlib ChangeLog libc/include/string.h lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-06-05 13:58:59

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: string.h 
	newlib/libc/include/sys: reent.h 
	newlib/libc/posix: Makefile.am Makefile.in closedir.c opendir.c 
	                   readdir.c rewinddir.c scandir.c seekdir.c 
	                   telldir.c 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: dirent.h signal.h 
Added files:
	newlib/libc/include/sys: lock.h 
	newlib/libc/posix: readdir_r.c 
	newlib/libc/sys/linux: psignal.c strsignal.c 

Log message:
	2002-06-05  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/string.h[__linux__]: Add strsignal prototype.
	* libc/include/sys/lock.h: New file with default locking support.
	* libc/include/sys/reent.h: Add signal buffer support for strsignal
	and psignal.
	* libc/posix/Makefile.am: Add support for readdir_r.c.
	* libc/posix/Makefile.in: Regenerated.
	* libc/posix/closedir.c: Add locking support and hash table cleanup.
	* libc/posix/opendir.c: Add lock support.
	* libc/posix/readdir.c: Ditto.
	* libc/posix/rewinddir.c: Ditto.
	* libc/posix/scandir.c: Ditto.
	* libc/posix/seekdir.c: Ditto.
	* libc/posix/telldir.c: Ditto plus add _cleanupdir routine to
	clean up leftover hash table entries.
	* libc/posix/readdir_r.c: New file.
	* libc/sys/linux/Makefile.am: Add psignal.c and strsignal.c support.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/sys/dirent.h: Add dd_lock to DIR structure.
	* libc/sys/linux/sys/signal.h: Add psignal prototype.
	* libc/sys/linux/psignal.c: New file.
	* libc/sys/linux/strsignal.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.322&r2=1.323
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/string.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/lock.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/readdir_r.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/closedir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/opendir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/readdir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/rewinddir.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/scandir.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/seekdir.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.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/psignal.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/strsignal.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/dirent.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/signal.h.diff?cvsroot=src&r1=1.4&r2=1.5


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