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 configure.host libc/inclu ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-08-27 14:20:10

Modified files:
	newlib         : ChangeLog configure.host 
	newlib/libc/include: wchar.h 
	newlib/libc/stdlib: Makefile.am Makefile.in 
Added files:
	newlib/libc/stdlib: wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c 
	                    wmemset.c 

Log message:
	2002-08-27  Egor Duda  <deo@logos-m.ru>
	
	* libc/stdlib/wmemchr.c: New file.
	* libc/stdlib/wmemcmp.c: Ditto.
	* libc/stdlib/wmemcpy.c: Ditto.
	* libc/stdlib/wmemmove.c: Ditto.
	* libc/stdlib/wmemset.c: Ditto.
	* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files.
	* configure.host: Default -DMB_CAPABLE for cygwin.
	* libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(),
	wmemmove() and wmemset().  Add include of <_ansi.h>.
	* libc/stdlib/Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.425&r2=1.426
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/wchar.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/wmemchr.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/wmemcmp.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/wmemcpy.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/wmemmove.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/wmemset.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.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/Makefile.in.diff?cvsroot=src&r1=1.18&r2=1.19


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