summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-03-03 01:19:42 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-03-03 01:19:42 +0000
commitf5eb407ed17211ebc63abf2aba51d0f9106888f6 (patch)
treed866b7e45ed795d39634d1ceedf3b1678279d8f1 /winsup/mingw/ChangeLog
parentc2c6b1701a110cbde5ff83c94dc0bf2286494081 (diff)
downloadcygnal-f5eb407ed17211ebc63abf2aba51d0f9106888f6.tar.gz
cygnal-f5eb407ed17211ebc63abf2aba51d0f9106888f6.tar.bz2
cygnal-f5eb407ed17211ebc63abf2aba51d0f9106888f6.zip
* 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.
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.