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:
authorMark Mitchell <mark@codesourcery.com>2005-11-18 09:00:24 +0300
committerMark Mitchell <mark@codesourcery.com>2005-11-18 09:00:24 +0300
commitd3b102687e0668b3b5d1c2c97d9f8f471408ba59 (patch)
tree961ebcb9e6d0d4b14df80c3f2aaa8c11395e9378
parent21a9ba5d8c76fa589fd41365b693a27c8e905606 (diff)
Issue #488
* libiberty/argv.c (expandargv): Check for errors with ferror, rather than by looking at return value from fread.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 10d393409..2e2558d0b 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2005-11-17 Carlos O'Donell <carlos@codesourcery.com>
+
+ Issue #488
+ * libiberty/argv.c (expandargv): Check for errors with ferror,
+ rather than by looking at return value from fread.
+
2005-10-13 Mark Mitchell <mark@codesourcery.com>
Issue #439