Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -2/+2 |
| | |||||
* | * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility. | Corinna Vinschen | 2008-02-10 | 1 | -0/+5 |
| | | | | * libc/nftw.c (nftw): Ditto. | ||||
* | * ftw.c: Include winsup.h. | Corinna Vinschen | 2005-08-08 | 1 | -0/+3 |
| | | | | | * nftw.c: Ditto. * include/ftw.h: Guard declarations appropriately. | ||||
* | * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o. | Corinna Vinschen | 2005-08-08 | 1 | -0/+99 |
* 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. |