aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-24 06:01:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-24 06:01:05 +0000
commit5866b13180519807f875b64b5b69882b8c198c44 (patch)
tree67f4cd0bdf443f35b5c28aa4beedc8e745841168 /ChangeLog
parent150ae521207dd679bbc293d09ddf3654e832e36a (diff)
downloadglibc-5866b13180519807f875b64b5b69882b8c198c44.tar
glibc-5866b13180519807f875b64b5b69882b8c198c44.tar.gz
glibc-5866b13180519807f875b64b5b69882b8c198c44.tar.bz2
glibc-5866b13180519807f875b64b5b69882b8c198c44.zip
Update.
2000-02-23 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-ctype.c (allocate_arrays): Make sure the end of width table is 4-byte aligned. (ctype_output): Write out the entire width array. * sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cc5dd2ebe..d8c5821ff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-23 Ulrich Drepper <drepper@redhat.com>
+
+ * locale/programs/ld-ctype.c (allocate_arrays): Make sure the end
+ of width table is 4-byte aligned.
+ (ctype_output): Write out the entire width array.
+
+ * sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.
+
2000-02-23 Andreas Jaeger <aj@suse.de>
* dlfcn/dlopen.c: Include <stddef.h> for NULL.