summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 91f923925..beca3f882 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-03 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * mingwex/getopt.c: New file, copied from cygwin srcs.
+ * include/getopt.h: New file, copied from cygwin srcs.
+ * include/unistd.h: Include getopt.h.
+ * mingwex/Makefile.in ((DISTFILES): Add getopt.c.
+ (POSIX_OBJS): Add getopt.o.
+
2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/stdio.h (vscanf): Add prototype.