diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-03 01:19:42 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-03 01:19:42 +0000 |
commit | f5eb407ed17211ebc63abf2aba51d0f9106888f6 (patch) | |
tree | d866b7e45ed795d39634d1ceedf3b1678279d8f1 /winsup/mingw/ChangeLog | |
parent | c2c6b1701a110cbde5ff83c94dc0bf2286494081 (diff) | |
download | cygnal-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/ChangeLog | 8 |
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. |