diff options
author | DJ Delorie <dj@redhat.com> | 2009-10-09 04:49:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-10-09 04:49:52 +0000 |
commit | 79e314681214f07a627b172220ac49e1640ffe54 (patch) | |
tree | 4e418dc25b475bee7c770fba8ac2fd4009c202fa /libiberty/ChangeLog | |
parent | 287369626f415a12f53989914dc0499b6c96d1aa (diff) | |
download | gdb-79e314681214f07a627b172220ac49e1640ffe54.zip gdb-79e314681214f07a627b172220ac49e1640ffe54.tar.gz gdb-79e314681214f07a627b172220ac49e1640ffe54.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1b3a44c..05e594e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2009-10-08 Daniel Gutson <dgutson@codesourcery.com> + Daniel Jacobowitz <dan@codesourcery.com> + Pedro Alves <pedro@codesourcery.com> + + libiberty/ + * argv.c (consume_whitespace): New function. + (only_whitespace): New function. + (buildargv): Always use ISSPACE by calling consume_whitespace. + (expandargv): Skip empty files. Do not stop at the first empty + argument (calling only_whitespace).. + * testsuite/test-expandargv.c: (test_data): Test empty lines + and empty arguments. + (run_tests): Fix false positives due to shorter arguments. + 2009-09-30 Martin Thuresson <martint@google.com> * regex.c (byte_re_match_2_internal): Split declaration and |