Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-112008-09-10 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston
* spu/dirfuncs.c: Avoid warnings. * spu/kill.c: Likewise.
2007-09-222007-09-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
* 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.