diff options
author | DJ Delorie <dj@delorie.com> | 2001-10-07 22:42:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-10-07 22:42:23 +0000 |
commit | f408a0c0ef4c360ad3ae96ca1e3b976587c666d5 (patch) | |
tree | 43876d6e3b21f1a2a97e6af22994999e37d6bf0f /libiberty/ChangeLog | |
parent | 5849f895508122d117627bfddf595a51eedab5c0 (diff) | |
download | gdb-f408a0c0ef4c360ad3ae96ca1e3b976587c666d5.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3896830ba0e..7fba7cbc776 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk> + + * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c, + libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c, + strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c, + xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix + spelling. Give names to function arguments in documentation. Use + (void) prototypes in documentation. + * functions.texi: Regenerate. + 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * argv.c (buildargv, tests, main): Const-ify. |