aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-08 23:58:37 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-08 23:58:37 +0000
commit120b4c4986b4af867843d0b1b24bf5c06f9d10e4 (patch)
treec783ddc0b145c8a52168eadb5d2759b2c9f0ca57 /ChangeLog
parent97a51d8a0cc6508464305efdd372a630fdcfb7e6 (diff)
downloadglibc-120b4c4986b4af867843d0b1b24bf5c06f9d10e4.zip
glibc-120b4c4986b4af867843d0b1b24bf5c06f9d10e4.tar.gz
glibc-120b4c4986b4af867843d0b1b24bf5c06f9d10e4.tar.bz2
Update.
1998-03-08 Ulrich Drepper <drepper@cygnus.com> * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH, LD_PRELOAD, and LD_VERBOSE. (dl_main): Use global variables set by process_envvars instead of calling getenv. * elf/dl-load.c (_dl_init_paths): Don't call getenv to get LD_LIBRARY_PATH value, this comes with the parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad0b113..9ee2357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1998-03-08 Ulrich Drepper <drepper@cygnus.com>
+
+ * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
+ LD_PRELOAD, and LD_VERBOSE.
+ (dl_main): Use global variables set by process_envvars instead of
+ calling getenv.
+ * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
+ LD_LIBRARY_PATH value, this comes with the parameter.
+
1998-03-08 22:55 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c (dl_main): Delay initialization of path structure if