From: Ulrich Drepper Date: Sun, 13 Feb 2000 08:10:23 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b083a22aa27c479f5973909546d56ac3d3348f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index eff4bce55ea..55a2ada2b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2000-02-12 Ulrich Drepper + + * ctype/ctype-info.c (__ctype32_tolower, __ctype32_toupper): New + variables. + * locale/langinfo.h: Add _NL_CTYPE_TOUPPER32_EB, + _NL_CTYPE_TOLOWER32_EB, _NL_CTYPE_TOUPPER32_EL, and + _NL_CTYPE_TOLOWER32_EL. + * locale/C-ctype.c: Add initializers for new elements. + * locale/lc-ctype.c: Initialize __ctype32_toupper and + __ctype32_tolower. + * locale/programs/linereader.c (get_symname): Start looking for + numeric value at the right position. + * locale/programs/charset.c (charset_new_char): Remove third parameter. + * locale/programs/charset.h (charset_new_char): Likewise. + * locale/programs/charmap.c (parse_charmap): Update charset_new_char + call. + * locale/programs/ld-ctype.c: Many many changes to generate wide + character classification and mapping tables correctly. + * locale/programs/locales.h: Update prototypes of ctype_class_from, + ctype_class_to, ctype_map_from, and ctype_map_to. + * locale/programs/locfile.c (locfile_read): Initialize + locfile->repertoire. Pass repertoire to ctype_class_from, + ctype_class_to, ctype_map_from, and ctype_map_to calls. + * locale/programs/locfile.h (struct localedef_t): Add repertoire + element. + * locale/programs/repertoire.c (repertoire_find_value): New function. + (repertoire_read): Remove third parameter from charset_new_char call. + * locale/programs/repertoire.h (repertoire_find_value): Declare. + * wctype/wcfuncs.c: Use __ctype32_tolower and __ctype32_toupper. + * wctype/wcfuncs_l.c: Likewise. + + * locale/nl_langinfo.h: Add casts to prevent warnings. + 2000-02-09 Andreas Jaeger * time/strptime.c (strptime_internal): Fix pointer dereference. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8950dee34d9..d402e45956a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2000-02-13 Ulrich Drepper + + * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch + but keep the code around. A bug in the kernel prevent us from + using the code. + (pthread_cond_timedwait_relative_new): Likewise. + (PR libc/1597 and libc/1598). + 2000-02-01 Kaz Kylheku * condvar.c (pthread_cond_timedwait_relative_old): Do tight