diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index f1f5463a0..d34f67f02 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,14 @@ +2002-05-24 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/string.h: Add strnlen and strerror_r prototypes. + * libc/string/Makefile.am: Add strnlen.c and strerror_r.c support. + * libc/string/Makefile.in: Regenerated. + * libc/string/strerror_r.c: New file. + * libc/string/strnlen.c: New file. + * libc/sys/linux/Makefile.am: Add rename.c. + * libc/sys/linux/Makefile.in: Regenerated. + * libc/sys/linux/rename.c: New file to override default rename. + 2002-05-24 Thomas Fitzsimmons <fitzsim@redhat.com> * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros. |