diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 05:32:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 05:32:47 +0000 |
commit | 6ae9b99ef23691204c5e1e8128425f1a78465a4f (patch) | |
tree | a062a94ad8ac565bcb85c58a4547a70cb472025f /ChangeLog | |
parent | c020d48c6e91b351cefebbc7a82a9c1ec2d9d83b (diff) | |
download | glibc-6ae9b99ef23691204c5e1e8128425f1a78465a4f.tar.gz glibc-6ae9b99ef23691204c5e1e8128425f1a78465a4f.tar.xz glibc-6ae9b99ef23691204c5e1e8128425f1a78465a4f.zip |
Update.
* posix/getopt_init.c (__getopt_clean_environment): Avoid making the strncmp calls most of the time by testing for '_' as the first character of the name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1f3d91cf62..3fbb34f8c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-08-10 Ulrich Drepper <drepper@redhat.com> + * posix/getopt_init.c (__getopt_clean_environment): Avoid making + the strncmp calls most of the time by testing for '_' as the first + character of the name. + * elf/dl-open.c (add_to_global): Remove stale comment. * elf/dl-load.c (fillin_rpath): In SUID binaries, don't mark |