summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-31 21:05:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-31 21:05:59 +0000
commit55e2d5c7c4f5fdc23c8d0b2bf057c1559f862eec (patch)
treeb6fd328b07e6f8a7a048b20748326283d9af45ec /ChangeLog
parent69071b2ab6e27435b9a2d610b1b5b8c48ea92940 (diff)
Update.
* intl/Makefile (tests): Depend in mtrace-tst-gettext. Make this a new rule depending on tst-gettext.out and run mtrace. * intl/tst-gettext.c: Call mtrace. * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext. * elf/dl-reloc.c: Add a few more __builtin_expect. * configure.in: Remove --with-gettext option. * intl/dcigettext.c (free_mem): Correct freeing of _nl_domain_bindings list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c717c7f9f..436341e283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2000-08-31 Ulrich Drepper <drepper@redhat.com>
+ * intl/Makefile (tests): Depend in mtrace-tst-gettext.
+ Make this a new rule depending on tst-gettext.out and run mtrace.
+ * intl/tst-gettext.c: Call mtrace.
+ * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext.
+
+ * elf/dl-reloc.c: Add a few more __builtin_expect.
+
+ * configure.in: Remove --with-gettext option.
+
+ * intl/dcigettext.c (free_mem): Correct freeing of
+ _nl_domain_bindings list.
+
* sysdeps/generic/setenv.c (free_mem): New function. Free all
allocated memory.