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/reent.h libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2009-08-12 18:22:38

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: reent.h 
	newlib/libc/reent: Makefile.am Makefile.in 
	newlib/libc/stdio: mktemp.c 
Added files:
	newlib/libc/reent: mkdirr.c 

Log message:
	2009=08-12  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/stdio/mktemp.c (_gettemp): Do not call _mkdir_r unless
	HAVE_MKDIR is defined.
	
	2009-08-12  Hans-Peter Nilsson  <hp@axis.com>
	
	* libc/include/reent.h: Add prototype and definition of _mkdir_r.
	* libc/reent/Makefile.am (GENERAL_SOURCES): Add mkdirr.c.
	(CHEWOUT_FILES): Add mkdirr.def.
	* libc/reent/Makefile.in: Regenerate.
	* libc/reent/mkdirr.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1378&r2=1.1379
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/reent.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/mkdirr.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.am.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.in.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/mktemp.c.diff?cvsroot=src&r1=1.11&r2=1.12


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