From: Ulrich Drepper Date: Wed, 24 Nov 1999 03:19:02 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd979c005c2558ba492cdca8e3b1ad4bdbbda4b7;p=thirdparty%2Fglibc.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 a0dfb916f4c..5513916f484 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