summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2009-01-04 17:35:36 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2009-01-04 17:35:36 +0000
commitf1170e02f2463a0a296f9d3199bb7e6e8257d2ab (patch)
tree49a26f5f696a935035d66994bb44cbc825c5fee5 /winsup/mingw/ChangeLog
parent952783ba77512e36857a6179da8cada9367ef3cc (diff)
downloadcygnal-f1170e02f2463a0a296f9d3199bb7e6e8257d2ab.tar.gz
cygnal-f1170e02f2463a0a296f9d3199bb7e6e8257d2ab.tar.bz2
cygnal-f1170e02f2463a0a296f9d3199bb7e6e8257d2ab.zip
Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 58fc95a2d..8fa373ad5 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-04 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+ Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).
+ Also add tentative support for BSD specific `optreset' feature.
+
+ * include/getopt.h (optreset) [_BSD_SOURCE]: Define; map it to...
+ (__mingw_optreset): ...this new global variable.
+
+ * mingwex/getopt.c (__mingw_optreset): Instantiate it...
+ (getopt_parse) [optind < 1]: ...make it true; use it to reset argument
+ parsing context.
+
2008-12-31 Keith Marshall <keithmarshall@users.sourceforge.net>
Partial fix for MinGW-Bug [2457778]: (Reported by Sisyphus).