aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-17 05:16:49 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-17 05:16:49 +0000
commitf40473668438eaba88eced8d4e78db1225e90542 (patch)
treec8a55e212d39c880faba7fd1295ad9b4fdb0d6c3 /ChangeLog
parentf04b9a68febb179fc90095ae4f9fb2b7ec68a901 (diff)
downloadglibc-f40473668438eaba88eced8d4e78db1225e90542.tar
glibc-f40473668438eaba88eced8d4e78db1225e90542.tar.gz
glibc-f40473668438eaba88eced8d4e78db1225e90542.tar.bz2
glibc-f40473668438eaba88eced8d4e78db1225e90542.zip
[BZ #18]
Update. * nscd/nscd_conf.c (nscd_parse_file): Little optimization. 2004-02-14 Thorsten Kukuk <kukuk@suse.de> * nscd/dbg_log.c (set_logfile): Only save name of logfile, don't open it. (init_logfile): New function, open logfile if requested. * nscd/dbg_log.h: Adjust protoype for set_logfile, add init_logfile. * nscd/nscd.c (main): Call init_logfile after forking in background. * nscd/nscd_conf.c (nscd_parse_file): Adjust for new set_logfile. 2004-02-16 Ulrich Drepper <drepper@redhat.com> ld.so.preload is not present [BZ #18].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4842a71b71..c39ca5325f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
2004-02-16 Ulrich Drepper <drepper@redhat.com>
+ * nscd/nscd_conf.c (nscd_parse_file): Little optimization.
+
+2004-02-14 Thorsten Kukuk <kukuk@suse.de>
+
+ * nscd/dbg_log.c (set_logfile): Only save name of logfile,
+ don't open it.
+ (init_logfile): New function, open logfile if requested.
+ * nscd/dbg_log.h: Adjust protoype for set_logfile, add init_logfile.
+ * nscd/nscd.c (main): Call init_logfile after forking in background.
+ * nscd/nscd_conf.c (nscd_parse_file): Adjust for new set_logfile.
+
+2004-02-16 Ulrich Drepper <drepper@redhat.com>
+
* elf/rtld.c (dl_main): Don't fail execution if file named in
- ld.so.preload is not present.
+ ld.so.preload is not present [BZ #18].
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Undo unintended
changes in last patch.