aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-19 00:36:48 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-19 00:36:48 +0000
commit1e71bd5279854197a69e69c0eea44dd6827b3502 (patch)
tree46147224c81ac154c6862baed09e6cefd601ad6e /ChangeLog
parent2e42b53ca2b2432b95b02c709a8833f7735515fd (diff)
downloadglibc-1e71bd5279854197a69e69c0eea44dd6827b3502.zip
glibc-1e71bd5279854197a69e69c0eea44dd6827b3502.tar.gz
glibc-1e71bd5279854197a69e69c0eea44dd6827b3502.tar.bz2
Update.
* elf/rtld.c (process_envvars): Call __strtoul_internal instead of strtoul. * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed. (__sigjmp_save): Set __mask_was_saved to zero since we don't save anything. * dlfcn/eval.c (__strtol_internal): Define here. (eval): Use __strtol_internal instead of strtol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85c1b8e..32802e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2001-01-18 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c (process_envvars): Call __strtoul_internal instead of
+ strtoul.
+ * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed.
+ (__sigjmp_save): Set __mask_was_saved to zero since we don't save
+ anything.
+ * dlfcn/eval.c (__strtol_internal): Define here.
+ (eval): Use __strtol_internal instead of strtol.
+
* elf/elf.h: Add a few more EF_MIPS_* constants.
2001-01-17 Ulrich Drepper <drepper@redhat.com>