aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2008-09-19 22:41:01 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2008-09-19 22:41:01 +0000
commitacf5111a6f42c88183021a0779765731796ccbdd (patch)
tree6839bff1e3c0d52073b36a8164ad48a36c67427d /winsup/mingw/ChangeLog
parentbe66dbed41083b50597a025239cfa857f972a221 (diff)
downloadnewlib-acf5111a6f42c88183021a0779765731796ccbdd.zip
newlib-acf5111a6f42c88183021a0779765731796ccbdd.tar.gz
newlib-acf5111a6f42c88183021a0779765731796ccbdd.tar.bz2
Fix MinGW-Bug [2119504].
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 983e2b2..1037598 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,15 @@
2008-09-19 Keith Marshall <keithmarshall@users.sourceforge.net>
+ Fix MinGW-Bug [2119504].
+ (Reported by Peiyuan Song).
+
+ * mingwex/getopt.c (getopt_resolved): Do not overwrite...
+ (*retindex): ...this already correctly assigned return variable...
+ (opt[index].val): ...with this; this should have been assigned to...
+ (*opt[index].flag) [opt[index].flag != NULL]: ...this instead.
+
+2008-09-19 Keith Marshall <keithmarshall@users.sourceforge.net>
+
Fix MinGW-Bug [2117379].
(Reported by Peiyuan Song).