aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdf3acccd8..0868e12443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-08-11 Ulrich Drepper <drepper@redhat.com>
+ * assert/assert.c (set_progname): Removed.
+ (__assert_fail): Use __progname instead of __assert_program_name.
+ * assert/assert-perr.c (__assert_perror_fail): Likewise.
+
* malloc/malloc.c (ptmalloc_init): Don't call getenv five times.
Instead use new function next_env_entry which iterates over the
environment once.