diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-21 09:28:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-21 09:28:31 +0000 |
commit | 51ea6fc094544328c08c367bc40a3b830b8fe7e8 (patch) | |
tree | 91333b851a8f863aff4f7de8c4ded66a83ca0bbc /ChangeLog | |
parent | 8f8452b75aed81fae37aa922da8e8a008cf8d451 (diff) | |
download | glibc-51ea6fc094544328c08c367bc40a3b830b8fe7e8.tar.gz glibc-51ea6fc094544328c08c367bc40a3b830b8fe7e8.tar.xz glibc-51ea6fc094544328c08c367bc40a3b830b8fe7e8.zip |
Update.
2004-08-21 Ulrich Drepper <drepper@redhat.com> * dlfcn/Makefile: Don't build eval.c anymore. pointer in new variable ORIG_NAME and use this pointer when
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e1de142b35..0381af5b4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-21 Ulrich Drepper <drepper@redhat.com> + + * dlfcn/Makefile: Don't build eval.c anymore. + 2004-08-20 Roland McGrath <roland@frob.com> * csu/Makefile ($(objpfx)version-info.h): Use printf in place @@ -34,7 +38,7 @@ 2004-08-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter - pointer in new variable ORIG_NAME and se this pointer when + pointer in new variable ORIG_NAME and use this pointer when determination of canonical name failed, not the possibly IDN translated value of NAME. |