aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-25 17:08:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-25 17:08:15 +0000
commita53e3292a4e94fb81d4870cd1b029a3cbf580c65 (patch)
treeb8495772454dd833542401aa3686ebf5a5814234 /ChangeLog
parentbba09d234b3cfaa311809278c4252fc906f06de2 (diff)
downloadglibc-a53e3292a4e94fb81d4870cd1b029a3cbf580c65.tar
glibc-a53e3292a4e94fb81d4870cd1b029a3cbf580c65.tar.gz
glibc-a53e3292a4e94fb81d4870cd1b029a3cbf580c65.tar.bz2
glibc-a53e3292a4e94fb81d4870cd1b029a3cbf580c65.zip
Update.
2000-02-25 Andreas Jaeger <aj@suse.de> * stdio-common/Makefile (CFLAGS-_itoa.c): The code has been fixed, we don't need to disable the warnings anymore, remove them. * elf/Makefile (CFLAGS-dl-load.c): Likewise. * posix/Makefile (CFLAGS-regex.c): Remove not needed warning flag. * posix/regex.c (regex_compile): Remove unused variables. 2000-02-25 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use __pid_t. * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise. 2000-02-25 Andreas Jaeger <aj@suse.de> * locale/programs/ld-ctype.c (allocate_arrays): Add missing variable declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a17b1e8666..2198686e51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2000-02-25 Andreas Jaeger <aj@suse.de>
+
+ * stdio-common/Makefile (CFLAGS-_itoa.c): The code has been
+ fixed, we don't need to disable the warnings anymore, remove them.
+ * elf/Makefile (CFLAGS-dl-load.c): Likewise.
+
+ * posix/Makefile (CFLAGS-regex.c): Remove not needed warning
+ flag.
+
+ * posix/regex.c (regex_compile): Remove unused variables.
+
+2000-02-25 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use
+ __pid_t.
+ * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
+
+2000-02-25 Andreas Jaeger <aj@suse.de>
+
+ * locale/programs/ld-ctype.c (allocate_arrays): Add missing
+ variable declaration.
+
2000-02-25 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add "sys/msg.h", "sys/mman.h",