From: Ulrich Drepper Date: Wed, 24 Nov 1999 03:19:02 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~19538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd979c005c2558ba492cdca8e3b1ad4bdbbda4b7;p=platform%2Fupstream%2Flinaro-glibc.git Update. 1999-11-23 Ulrich Drepper * iconv/skeleton.c: It's __is_last, not is_last. * locale/programs/ld-ctype.c (ctype_finish): Correct method to find the UCS value. (allocate_arrays): Likewise. (find_idx): Correctly increase array size. Patches by Shinya Hanataka . --- diff --git a/ChangeLog b/ChangeLog index a0dfb91..5513916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-11-23 Ulrich Drepper + + * iconv/skeleton.c: It's __is_last, not is_last. + + * locale/programs/ld-ctype.c (ctype_finish): Correct method to find + the UCS value. + (allocate_arrays): Likewise. + (find_idx): Correctly increase array size. + Patches by Shinya Hanataka . + 1999-11-23 Thorsten Kukuk * iconv/skeleton.c: Don't access next_step->fct if data->is_last