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/libgloss ChangeLog spu/Makefile.in spu/jsr ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-09-21 20:40:52

Modified files:
	libgloss       : ChangeLog 
	libgloss/spu   : Makefile.in jsre.h 
Added files:
	libgloss/spu   : dirfuncs.c 

Log message:
	2007-09-21  Patrick Mansfield  <patmans@us.ibm.com>
	
	* spu/dirfuncs.c: New file, holds the opendir, closedir, readdir,
	rewinddir, seekdir and telldir implementations. These are
	grouped in one file so that we do not need a separate file for
	the struct dirent and DIR allocation code.
	* spu/jsre.h: Add JSRE_OPENDIR and other dir opcodes.
	* spu/Makefile.in: Add dirfuncs.o.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.226&r2=1.227
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/dirfuncs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/Makefile.in.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/spu/jsre.h.diff?cvsroot=src&r1=1.17&r2=1.18


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