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
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ba6e11da1..24ed9ecdd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.
+ * 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.
+
2005-08-07 Christopher Faylor <cgf@timesys.com>
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and