diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-05 19:32:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-05 19:32:39 +0000 |
commit | c217692b4d28396d8594bf0e23790b7094bb9021 (patch) | |
tree | 90760ccf0e4a90577e68e890926b0bcea8a42a00 | |
parent | 132526780a7373d92e1d9b92fc76138beec07a13 (diff) | |
download | glibc-c217692b4d28396d8594bf0e23790b7094bb9021.zip glibc-c217692b4d28396d8594bf0e23790b7094bb9021.tar.gz glibc-c217692b4d28396d8594bf0e23790b7094bb9021.tar.bz2 |
* time/tzfile.c (find_transition): Instead of a linear search try to
guess the transition index, use a linear search if the result is at
most 10 transitions away from the guess or binary search otherwise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-02-28 Jakub Jelinek <jakub@redhat.com> + + * time/tzfile.c (find_transition): Instead of a linear search try to + guess the transition index, use a linear search if the result is at + most 10 transitions away from the guess or binary search otherwise. + 2007-02-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix |