mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* 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.
This commit is contained in:
parent
132526780a
commit
c217692b4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user