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/include/sys/unistd.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.cygnus.com	2000-08-24 15:32:38

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: unistd.h 
	newlib/libc/posix: popen.c 
	newlib/libc/reent: reent.c 
	newlib/libc/stdlib: mprec.c 
	newlib/libc/unix: getcwd.c getpass.c ttyname.c 

Log message:
	2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
	
	* libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions
	like  x << y-z  to the equivalent  x << (y-z).
	(d2b): changed if statements with assignment to perform the
	assignment prior to the if check.
	* libc/reent/reent.c: included stdlib.h for "_free_r" prototype.
	* libc/unix/getpass.c (getpass): moved "echo" assignment out of if.
	* libc/unix/ttyname.c: included string.h for "strcpy" prototype.
	* libc/unix/getcwd.c (ISDOT): added parentheses to clarify && and ||
	precedence.
	* libc/include/sys/unistd.h: added "vfork" prototype (for popen.c).
	Added "_execve" prototype (for execl.c, execle.c, execv.c, and
	execve.c).
	* libc/posix/popen.c (popen): added parentheses to clarify && and ||
	precedence.
	* libm/math/e_cosh.c (__ieee754_cosh): changed parentheses to
	clarify && and || precendence (and to remove pascalism).
	* libm/math/e_sinh.c (__ieee754_sinh): Ditto.
	* libm/math/s_infconst.c: added another pair of braces to all
	initializers for __infinity (need three: for __infinity[1] array,
	for union __dmath, and for i[2]).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/popen.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/reent.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mprec.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/getcwd.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/getpass.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/ttyname.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]