summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-26 20:55:10 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-09-26 20:55:10 +0000
commit97393d0a03a7ef721afaed14b6d6f398d0fa261a (patch)
tree296846fb789e3b49e2547f212dd678d9e57512c2 /libiberty/ChangeLog
parent18623faed15aed3cc1ecbca0e7323bbc02b4d44b (diff)
downloadgcc-97393d0a03a7ef721afaed14b6d6f398d0fa261a.tar.gz
libiberty.h (expandargv): New function.
* libiberty.h (expandargv): New function. * argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. From-SVN: r104664
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4cf1a404b11..bf64ee9da92 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-26 Mark Mitchell <mark@codesourcery.com>
+
+ * argv.c (safe-ctype.h): Include it.
+ (ISBLANK): Remove.
+ (stdio.h): Include.
+ (buildargv): Use ISSPACE instead of ISBLANK.
+ (expandargv): New function.
+
2005-09-14 Christopher Faylor <cgf@timesys.com>
* pex-win32.c: Include "windows.h".