* time/tzfile.c (find_transition): Instead of a linear search try to
authorUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2007 19:32:39 +0000 (19:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2007 19:32:39 +0000 (19:32 +0000)
commitc217692b4d28396d8594bf0e23790b7094bb9021
tree90760ccf0e4a90577e68e890926b0bcea8a42a00
parent132526780a7373d92e1d9b92fc76138beec07a13
* 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.
ChangeLog