diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-17 21:09:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-17 21:09:28 +0000 |
commit | 5fe915ee12806a1cb6a5ece20746a4f080de0a65 (patch) | |
tree | 35dcf389db65c96eae7fddeed1d38a70552df573 /ChangeLog | |
parent | 21bc421fb026fe05ecf80882d7698020ad0e336c (diff) | |
download | glibc-5fe915ee12806a1cb6a5ece20746a4f080de0a65.tar.gz glibc-5fe915ee12806a1cb6a5ece20746a4f080de0a65.tar.xz glibc-5fe915ee12806a1cb6a5ece20746a4f080de0a65.zip |
* hurd/Makefile (routines): Add lookup-retry.
* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Broken out ... * hurd/lookup-retry.c: ... into here, new file. * sysdeps/mach/hurd/dl-sysdep.c (open_file): Call that instead using of duplicate code here. * hurd/hurdexec.c (_hurd_exec): Be robust for DTABLESIZE==0. * posix/regex.c: Avoid an access violation if malloc fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 53b8f046a5..6c6775890e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-06-16 Roland McGrath <roland@frob.com> + + * hurd/Makefile (routines): Add lookup-retry. + * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Broken out ... + * hurd/lookup-retry.c: ... into here, new file. + * sysdeps/mach/hurd/dl-sysdep.c (open_file): Call that instead + using of duplicate code here. + + * hurd/hurdexec.c (_hurd_exec): Be robust for DTABLESIZE==0. + 2001-06-17 Ulrich Drepper <drepper@redhat.com> * po/ja.po: Update from translation team. @@ -2589,7 +2599,7 @@ 2001-03-30 Isamu Hasegawa <isamu@yamato.ibm.com> - * posix/regex.c: Avoid an access violation if malloc failes. + * posix/regex.c: Avoid an access violation if malloc fails. 2001-03-30 Andreas Jaeger <aj@suse.de> @@ -2606,7 +2616,7 @@ * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined. * stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC. - . + 2001-03-29 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c: Fix typo and add a sentinel. |