]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 08:10:23 +0000 (08:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 08:10:23 +0000 (08:10 +0000)
ChangeLog
linuxthreads/ChangeLog

index eff4bce55eab6855127f8a3be652ccb3aa548eaa..55a2ada2b2fc5430303c0eeae47183f07c31c3c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2000-02-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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  <aj@suse.de>
 
        * time/strptime.c (strptime_internal): Fix pointer dereference.
index 8950dee34d9607b5df54f71ff7092a832cf204d8..d402e45956aeed5e83d7205b56d9385b924b2a22 100644 (file)
@@ -1,3 +1,11 @@
+2000-02-13  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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  <kaz@ashi.footprints.net>
 
        * condvar.c (pthread_cond_timedwait_relative_old): Do tight