aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-21 20:32:34 +0000
committerRoland McGrath <roland@gnu.org>2001-08-21 20:32:34 +0000
commit88e7ba6a07c407487aa279e9ac88eef7b5d14fcc (patch)
tree2776d989acbf543f039827b5f0befe9c20a93e06 /ChangeLog
parent0b32ff01b855437f26d90a47ffc619fad2f6917f (diff)
downloadglibc-88e7ba6a07c407487aa279e9ac88eef7b5d14fcc.zip
glibc-88e7ba6a07c407487aa279e9ac88eef7b5d14fcc.tar.gz
glibc-88e7ba6a07c407487aa279e9ac88eef7b5d14fcc.tar.bz2
* sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
as a macro, not an extern inline function. * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here. * Versions.def (libc): Add GLIBC_2.2.5 set. * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro. (__hurd_fail): Use that instead of _EXTERN_INLINE in decl. 2001-08-20 Roland McGrath <roland@frob.com> * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "". (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b5bc42..783c73f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2001-08-21 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
+ as a macro, not an extern inline function.
+
+ * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
+ * Versions.def (libc): Add GLIBC_2.2.5 set.
+ * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
+ (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
+
+2001-08-20 Roland McGrath <roland@frob.com>
+
+ * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
+ (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
+
2001-08-21 Ulrich Drepper <drepper@redhat.com>
* string/bits/string2.h: Remove strnlen optimization here.