aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@gcc.gnu.org>2001-11-04 20:11:12 -0500
committerDJ Delorie <dj@gcc.gnu.org>2001-11-04 20:11:12 -0500
commitfae8182ab422d9d929cacc7b38ab151539ca7e8f (patch)
tree4862503d5065d748221fb54fd1e176c0c262e1d7
parent55a10d7ca39afa9fae1076ad89cbc3070596c1da (diff)
downloadgcc-fae8182ab422d9d929cacc7b38ab151539ca7e8f.zip
gcc-fae8182ab422d9d929cacc7b38ab151539ca7e8f.tar.gz
gcc-fae8182ab422d9d929cacc7b38ab151539ca7e8f.tar.bz2
remove trailing whitespace
From-SVN: r46779
-rw-r--r--libiberty/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index d577ef2..cd68c5b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -35,7 +35,7 @@
documentation.
* fnmatch.txh: New.
* functions.texi: Regenerate.
-
+
2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
* bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
@@ -96,10 +96,10 @@
* configure.in: Don't use in-tree texinfo, because libiberty must
be built before it. Check for makeinfo version 4 or higher.
* functions.texi: Regenerate.
-
+
2001-09-20 DJ Delorie <dj@redhat.com>
Phil Edwards <pedwards@disaster.jaj.com>
-
+
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
@@ -121,7 +121,7 @@
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
-
+
2001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* concat.c (reconcat): Fix for traditional C.
@@ -143,7 +143,7 @@
* asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
VA_FIXEDARG & VA_CLOSE.
-
+
* vasprintf.c: Check HAVE_STRING_H when including string.h.
(checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.