diff options
author | DJ Delorie <dj@delorie.com> | 2006-01-21 04:28:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2006-01-21 04:28:49 +0000 |
commit | 2704aa83faae215151be30535a83e6dc8e10c92a (patch) | |
tree | ff3f696b414439b771d8232b10e6a0f4aa8c9dd0 /libiberty/ChangeLog | |
parent | 0c291994148a3c5dd53aaa8ec681b1dc026da2a7 (diff) | |
download | gdb-2704aa83faae215151be30535a83e6dc8e10c92a.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 4d5caf37981..290293c1ac6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2006-01-20 Carlos O'Donell <carlos@codesourcery.com> + + * testsuite/Makefile.in: Add test-expandargv test. + * testsuite/test-expandargv.c: New test. + * argv.c (expandargv): Check for errors with ferror, + rather than just by looking at return value from fread. + 2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net> * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast |