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/stdlib.h lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-11-27 19:47:19

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: stdlib.h 
	newlib/libc/stdlib: Makefile.am Makefile.in stdlib.tex 
Added files:
	newlib/libc/stdlib: atoll.c llabs.c lldiv.c 

Log message:
	2003-11-27  Artem B. Bityuckiy  <mail_lists@mail.ru>
	Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/stdlib.h (lldiv_t): New type.
	(atoll, llabs, lldiv): New prototypes.
	* libc/stdlib/Makefile.am: Add support for atoll, llabs, and lldiv.
	* libc/stdlib/stdlib.tex: Ditto.
	* libc/stdlib/Makefile.in: Regenerated.
	* libc/stdlib/atoll.c: New file.
	* libc/stdlib/llabs.c: Ditto.
	* libc/stdlib/lldiv.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.608&r2=1.609
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdlib.h.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/atoll.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/llabs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/lldiv.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.am.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.in.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/stdlib.tex.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]