summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-20 09:56:34 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-20 09:56:34 +0000
commit7894035e1ce51595cd0bff5727ca0297295c527e (patch)
treeb8d3c92ca2e24edf75d46829d2c181472d1ec21d /ChangeLog
parentcc579e4358c4347a8610be0aa8a7a6a3e3d2fe90 (diff)
Updated to fedora-glibc-20041120T0949
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fbe2f3a14..956684e507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2004-11-20 Ulrich Drepper <drepper@redhat.com>
+
+ * signal/signal.h: Add deprecated attributes to sigstack,
+ sigpause, sigblock, sigsetmask, siggetmask.
+
+2004-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid
+ comma at the end of enum if __USE_BSD is not defined.
+
+2004-11-19 Ulrich Drepper <drepper@redhat.com>
+
+ * malloc/malloc.c (_int_malloc): Check for corruption of chunk
+ which is about to be returned.
+
+ * malloc/malloc.c (_int_free): Add a few more cheap tests for
+ corruption.
+
2004-11-17 Randolph Chung <tausq@debian.org>
* sysdeps/hppa/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind
@@ -14,8 +32,7 @@
(re_compile_internal): Call it.
(re_compile_pattern): Set preg->no_sub to 1 if RE_NO_SUB.
(free_dfa_content): Free subexp_map.
- (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP
- nodes.
+ (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes.
* posix/regexec.c (re_search_internal): If subexp_map
is not NULL, duplicate registers as needed.
* posix/Makefile: Add rules to build and run tst-regex2.
@@ -27,7 +44,7 @@
* libio/libio.h (_IO_FLAGS2_FORTIFY): Renamed from
_IO_FLAGS2_CHECK_PERCENT_N.
- * debug/fprintff_chk.c: Adjust all users.
+ * debug/fprintf_chk.c: Adjust all users.
* debug/printf_chk.c: Likewise.
* debug/vfprintf_chk.c: Likewise.
* debug/vprintf_chk.c: Likewise.