aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e67fbaf..0384c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,16 @@
2005-09-27 Ulrich Drepper <drepper@redhat.com>
+ [BZ #1158]
+ * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in
+ which the functions were registered.
+ * dlfcn/Makefile: Add rules to build and run bug-atexit1 and
+ bug-atexit2.
+ * dlfcn/bug-atext1.c: New file.
+ * dlfcn/bug-atext1-lib.c: New file.
+ * dlfcn/bug-atext2.c: New file.
+ * dlfcn/bug-atext2-lib.c: New file.
+
[BZ #1078]
* libio/fileops.c (_IO_new_file_xsputn): Determine amount of
available space in non-line-buffered buffer correctly.