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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2008-10-31 21:03:42

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: limits.h 
	newlib/libc/posix: Makefile.am Makefile.in execl.c execle.c 
	                   execlp.c execv.c execve.c execvp.c popen.c 
	                   scandir.c 
	newlib/libc/sys/linux: configure configure.in 
	newlib/libc/sys/linux/include: limits.h 
Added files:
	newlib/libc/include: envlock.h fnmatch.h glob.h regex.h 
	                     wordexp.h 
	newlib/libc/posix: COPYRIGHT cclass.h cname.h collate.c 
	                   collate.h collcmp.c engine.c fnmatch.3 
	                   fnmatch.c glob.3 glob.c namespace.h 
	                   reallocf.c regcomp.c regerror.c regex.3 
	                   regex2.h regexec.c regfree.c rune.h 
	                   runetype.h sysexits.h un-namespace.h utils.h 
	                   wordexp.c wordfree.c 
Removed files:
	newlib/libc/sys/linux/stdlib: COPYRIGHT Makefile.am Makefile.in 
	                              cclass.h cname.h collate.c 
	                              collate.h collcmp.c engine.c 
	                              fnmatch.3 fnmatch.c glob.3 glob.c 
	                              reallocf.c regcomp.c regerror.c 
	                              regex.3 regex2.h regexec.c 
	                              regfree.c utils.h wordexp.c 
	                              wordfree.c 

Log message:
	2008-10-31  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/limits.h: Add ARG_MAX, PATH_MAX, and _POSIX2_RE_DUP_MAX.
	* libc/include/envlock.h: New file.
	* libc/include/fnmatch.h: Ditto.
	* libc/include/glob.h: Ditto.
	* libc/include/regex.h: Ditto.
	* libc/include/wordexp.h: Ditto.
	* libc/posix/Makefile.am: Add new files moved from
	libc/sys/linux/stdlib.
	* libc/posix/Makefile.in: Regenerated.
	* libc/posix/COPYRIGHT: New file moved from libc/sys/linux/stdlib.
	* libc/posix/cclass.h: Ditto.
	* libc/posix/cname.h: Ditto.
	* libc/posix/collate.c: Ditto.
	* libc/posix/collate.h: Ditto.
	* libc/posix/collcmp.c: Ditto.
	* libc/posix/engine.c: Ditto.
	* libc/posix/fnmatch.3: Ditto.
	* libc/posix/glob.3: Ditto.
	* libc/posix/fnmatch.c: Ditto.
	* libc/posix/glob.c: Ditto.
	* libc/posix/namespace.h: Ditto.
	* libc/posix/reallocf.c: Ditto.
	* libc/posix/regcomp.c: Ditto.
	* libc/posix/regerror.c: Ditto.
	* libc/posix/regex.3: Ditto.
	* libc/posix/regex2.h: Ditto.
	* libc/posix/regexec.c: Ditto.
	* libc/posix/regfree.c: Ditto.
	* libc/posix/rune.h: Ditto.
	* libc/posix/runetype.h: Ditto.
	* libc/posix/scandir.c: Remove advertising clause which is not in
	effect.
	* libc/posix/sysexits.h: Ditto.
	* libc/posix/un-namespace.h: Ditto.
	* libc/posix/utils.h: Ditto.
	* libc/posix/wordexp.c: Ditto.
	* libc/posix/wordfree.c: Ditto.
	* libc/posix/execl.c: Add !_NO_EXECVE flag check.
	* libc/posix/execle.c: Ditto.
	* libc/posix/execlp.c: Ditto.
	* libc/posix/execv.c: Ditto.
	* libc/posix/execve.c: Ditto.
	* libc/posix/execvp.c: Ditto.
	* libc/posix/popen.c: Add !_NO_POPEN flag check.
	* libc/sys/linux/configure: Regenerated.
	* libc/sys/linux/configure.in: Remove stdlib.
	* libc/sys/linux/include/limits.h: Add include of linux/limits.h.
	* libc/sys/linux/stdlib/Makefile.am: Removed.
	* libc/sys/linux/stdlib/Makefile.in: Ditto.
	* libc/sys/linux/stdlib/COPYRIGHT: Moved to libc/posix.
	* libc/sys/linux/stdlib/cclass.h: Ditto.
	* libc/sys/linux/stdlib/cname.h: Ditto.
	* libc/sys/linux/stdlib/collate.c: Ditto.
	* libc/sys/linux/stdlib/collate.h: Ditto.
	* libc/sys/linux/stdlib/collcmp.c: Ditto.
	* libc/sys/linux/stdlib/engine.c: Ditto.
	* libc/sys/linux/stdlib/fnmatch.3: Ditto.
	* libc/sys/linux/stdlib/fnmatch.c: Ditto.
	* libc/sys/linux/stdlib/glob.3: Ditto.
	* libc/sys/linux/stdlib/glob.c: Ditto.
	* libc/sys/linux/stdlib/reallocf.c: Ditto.
	* libc/sys/linux/stdlib/regcomp.c: Ditto.
	* libc/sys/linux/stdlib/regerror.c: Ditto.
	* libc/sys/linux/stdlib/regex.3: Ditto.
	* libc/sys/linux/stdlib/regex2.h: Ditto.
	* libc/sys/linux/stdlib/regexec.c: Ditto.
	* libc/sys/linux/stdlib/regfree.c: Ditto.
	* libc/sys/linux/stdlib/utils.h: Ditto.
	* libc/sys/linux/stdlib/wordexp.c: Ditto.
	* libc/sys/linux/stdlib/wordfree.c: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1209&r2=1.1210
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/envlock.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/fnmatch.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/glob.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/regex.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/wordexp.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/limits.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/COPYRIGHT.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/cclass.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/cname.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/collate.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/collate.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/collcmp.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/engine.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/fnmatch.3.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/fnmatch.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/glob.3.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/glob.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/namespace.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/reallocf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regcomp.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regerror.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regex.3.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regex2.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regexec.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/regfree.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/rune.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/runetype.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/sysexits.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/un-namespace.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/utils.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/wordexp.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/wordfree.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.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.in.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execl.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execle.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execlp.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execv.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execve.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/execvp.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/popen.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/scandir.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/configure.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/configure.in.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/include/limits.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/COPYRIGHT.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/Makefile.am.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/Makefile.in.diff?cvsroot=src&r1=1.11&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/cclass.h.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/cname.h.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/collate.c.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/collate.h.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/collcmp.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/engine.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/fnmatch.3.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/fnmatch.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/glob.3.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/glob.c.diff?cvsroot=src&r1=1.4&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/reallocf.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regcomp.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regerror.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regex.3.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regex2.h.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regexec.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/regfree.c.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/utils.h.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/wordexp.c.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/stdlib/wordfree.c.diff?cvsroot=src&r1=1.1&r2=NONE


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