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:
authorChristopher Faylor <me@cgf.cx>2001-09-19 05:07:11 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-19 05:07:11 +0400
commit5733509e25f40d3640c1648dcb89ae5234d097e8 (patch)
tree704e399cd6af206dcfc77186601ea90aae9fdcfd /winsup/cygwin/ChangeLog
parent439defa2300878b2b87145e754ece9bc1d07ad26 (diff)
* cygwin.din (__argv): Export.
(__argc): Ditto. (__progname): Ditto. * include/getopt.h (getopt_long): constify arguments. * lib/getopt.c: Import new file from NetBSD.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 07ab2e4e3..54a8c339d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+Tue Sep 18 21:04:26 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * cygwin.din (__argv): Export.
+ (__argc): Ditto.
+ (__progname): Ditto.
+ * include/getopt.h (getopt_long): constify arguments.
+ * lib/getopt.c: Import new file from NetBSD.
+
Tue Sep 18 18:21:00 2001 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.