Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libc/bsdlib.cc: Align copyright with upstream. | Corinna Vinschen | 2009-04-15 | 1 | -4/+0 |
| | | | | | | | | | * libc/fnmatch.c: Ditto. * libc/fts.c: Ditto. * libc/inet_addr.c: Ditto. * libc/inet_network.c: Ditto. * libc/rcmd.cc: Ditto. * libc/rexec.cc: Ditto. | ||||
* | * cygwin.din: Export reallocf. | Corinna Vinschen | 2009-02-16 | 1 | -1/+0 |
| | | | | | | | * malloc_wrapper.cc( reallocf): New function. * posix.sgml: Add reallocf to BSD section. * include/cygwin/version.h: Bump API minor number. * libc/fts.c: Remove erroneous reallocf definition. | ||||
* | * libc/fts.c (fts_build): Use DT_DIR case on Cygwin. | Corinna Vinschen | 2009-01-08 | 1 | -3/+4 |
| | | | | | (fts_ufslinks): Fix using wrong structure member in Cygwin-specific code. | ||||
* | * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o. | Corinna Vinschen | 2005-08-08 | 1 | -0/+1253 |
* cygwin.din: Export fts_children, fts_close, fts_get_clientptr, fts_get_stream, fts_open, fts_read, fts_set, fts_set_clientptr, ftw, nftw. * fts.c: New file, imported from FreeBSD. * ftw.c: Ditto. * nftw.c: Ditto. * include/fts.h: Ditto. * include/ftw.h: Ditto. * include/cygwin/version.h: Bump API minor number. |