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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2009-12-17 19:43:43

Modified files:
	newlib         : ChangeLog 
	newlib/libc/iconv/lib: conv.h ucsconv.h 
	newlib/libc/include: _ansi.h stdlib.h 
	newlib/libc/include/sys: reent.h unistd.h 
	newlib/libc/search: bsearch.c 
	newlib/libc/stdio: fseek.c 
	newlib/libc/stdio64: fseeko64.c 
	newlib/libc/stdlib: atexit.c on_exit.c 

Log message:
	2009-12-17  Jerker Back  <jerker.back@gmail.com>
	
	* libc/include/_ansi.h: Add new _EXFNPTR macro for using with
	function pointer arguments.
	* libc/iconv/lib/conv.h: Use _EXFNPTR rather than _EXPARM macro.
	* libc/iconv/lib/ucsconv.h: Ditto.
	* libc/include/stdlib.h: Use new _EXFNPTR macro for function pointers.
	* libc/include/sys/reent.h: Ditto.
	* libc/include/sys/unistd.h: Ditto.
	* libc/search/bsearch.c: Ditto.
	* libc/stdio/fseek.c: Ditto.
	* libc/stdio64/fseeko64.c: Ditto.
	* libc/stdlib/atexit.c: Ditto.
	* libc/stdlib/on_exit.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1441&r2=1.1442
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/iconv/lib/conv.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/iconv/lib/ucsconv.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/_ansi.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdlib.h.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/search/bsearch.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/fseek.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio64/fseeko64.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/atexit.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/on_exit.c.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]