aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-26 21:02:59 +0000
committerMark Mitchell <mark@codesourcery.com>2005-09-26 21:02:59 +0000
commit7b17bc29953d0fdda3d473ebef6c2488a1f6fb04 (patch)
tree1165bfa6d8543bdce1058c58cd90953a57d52fd8 /libiberty/ChangeLog
parentae2a31bf153265146a5dafaa3059f720183cbb24 (diff)
downloadgdb-7b17bc29953d0fdda3d473ebef6c2488a1f6fb04.zip
gdb-7b17bc29953d0fdda3d473ebef6c2488a1f6fb04.tar.gz
gdb-7b17bc29953d0fdda3d473ebef6c2488a1f6fb04.tar.bz2
* 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. * Makefile.in: Regenerated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4cf1a40..dcd2450 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+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.
+ * Makefile.in: Regenerated.
+
2005-09-14 Christopher Faylor <cgf@timesys.com>
* pex-win32.c: Include "windows.h".