This is the mail archive of the newlib-cvs@sourceware.org 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/_syslist.h l ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2008-01-03 22:33:37

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: _syslist.h reent.h 
	newlib/libc/include/sys: unistd.h 
	newlib/libc/posix: Makefile.am Makefile.in isatty.c 
	newlib/libc/reent: Makefile.am Makefile.in 
	newlib/libc/stdio: freopen.c makebuf.c 
	newlib/libc/sys/a29khif: _isatty.S 
	newlib/libc/sys/arc: isatty.c 
	newlib/libc/sys/arm: syscalls.c 
	newlib/libc/sys/d10v: syscalls.c 
	newlib/libc/sys/h8300hms: syscalls.c 
	newlib/libc/sys/h8500hms: syscalls.c 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
	newlib/libc/syscalls: Makefile.am Makefile.in 
Added files:
	newlib/libc/posix: _isatty.c 
	newlib/libc/reent: isattyr.c 
	newlib/libc/sys/linux: isatty.c 
	newlib/libc/syscalls: sysisatty.c 

Log message:
	2008-01-03  Jeff Johnston  <jjohnstn@redhat.com>
	
	Make isatty syscall handling consistent with other newlib syscalls.
	
	* libc/include/_syslist.h: Add _isatty.
	* libc/include/reent.h: Add _isatty_r.
	* libc/include/sys/unistd.h: Add _isatty.
	* libc/posix/Makefile.am: Add new _isatty.c file.
	* libc/posix/Makefile.in: Regenerated.
	* libc/posix/_isatty.c: New file.
	* libc/posix/isatty.c: Changed to call _isatty().
	* libc/reent/Makefile.am: Add new isattyr.c file.
	* libc/reent/Makefile.in: Regenerated.
	* libc/reent/isattyr.c: New file.
	* libc/stdio/freopen.c: Changed to call _isatty_r().
	* libc/stdio/makebuf.c: Ditto.
	* libc/sys/a29khif/_isatty.S: Change isatty to _isatty.
	* libc/sys/arc/isatty.c: Ditto.
	* libc/sys/arm/syscalls.c: Ditto.
	* libc/sys/d10v/syscalls.c: Ditto.
	* libc/sys/h8300hms/syscalls.c: Ditto.
	* libc/sys/h8500hms/syscalls.c: Ditto.
	* libc/sys/linux/Makefile.am: Add new isatty.c file.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/isatty.c: New file.
	* libc/syscalls/Makefile.am: Add new sysisatty.c file.
	* libc/syscalls/Makefile.in: Regenerated.
	* libc/syscalls/sysisatty.c: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1110&r2=1.1111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/_syslist.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/reent.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/_isatty.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.am.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.in.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/isatty.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/isattyr.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.am.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.in.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/freopen.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/makebuf.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/a29khif/_isatty.S.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/arc/isatty.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/arm/syscalls.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/d10v/syscalls.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/h8300hms/syscalls.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/h8500hms/syscalls.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/isatty.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/syscalls/sysisatty.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/syscalls/Makefile.am.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/syscalls/Makefile.in.diff?cvsroot=src&r1=1.17&r2=1.18


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