diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-02 00:01:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-02 00:01:27 +0000 |
commit | c21b1e2f8f96b666aeb7ada4ae642c2fef0a602e (patch) | |
tree | cd2110be86d24df49a8f0093505d4ce1ac679070 | |
parent | 9ad72f61cce636ad449bdf0bf32a6d051c99224b (diff) | |
download | glibc-c21b1e2f8f96b666aeb7ada4ae642c2fef0a602e.tar.gz glibc-c21b1e2f8f96b666aeb7ada4ae642c2fef0a602e.tar.xz glibc-c21b1e2f8f96b666aeb7ada4ae642c2fef0a602e.zip |
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
missing backslash in test arguments. * sysdeps/mach/hurd/configure: Regenerated. 2001-11-26 Roland McGrath <roland@frob.com> * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null. Reported by John Tobey <jtobey@john-edwin-tobey.org>.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8830347a9..3957777fe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-12-01 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add + missing backslash in test arguments. + * sysdeps/mach/hurd/configure: Regenerated. + +2001-11-26 Roland McGrath <roland@frob.com> + + * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null. + Reported by John Tobey <jtobey@john-edwin-tobey.org>. + 2001-11-30 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add ARMSCII-8. |