diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-10 18:40:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-10 18:40:35 +0000 |
commit | c202c2c50523dd6721e9e2a9c80c1dc018f373bc (patch) | |
tree | 70e18e68fb0e4cf5ac46628a839a7dd7a9d15bdd /localedata/ChangeLog | |
parent | 62439eac8bea0958c8ed57ffa69f74006c0a9055 (diff) | |
download | glibc-c202c2c50523dd6721e9e2a9c80c1dc018f373bc.tar.gz glibc-c202c2c50523dd6721e9e2a9c80c1dc018f373bc.tar.xz glibc-c202c2c50523dd6721e9e2a9c80c1dc018f373bc.zip |
Update.
2002-09-10 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regexec.c (build_trtable): Fix the destination of newline to prevent wrong states from overwriting. Append break statements to optimization. 2002-09-10 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if. (build_range_exp): Add castings to strlen invocations. (build_collating_symbol): Restore the type of characters from "char" to "unsigned char", and supplement castings. (build_collating_symbol): Likewise. (build_equiv_class): Likewise. (build_charclass): Likewise. (seek_collating_symbol_entry): Likewise. (parse_bracket_exp): Likewise. (build_word_op): Supplement a casting. * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if. (re_string_allocate): Fix castings. (re_string_construct): Likewise. (re_string_construct_common): Likewise. (re_string_realloc_buffers): Likewise. (build_wcs_buffer): Likewise. (build_wcs_upper_buffer): Likewise. (re_string_skip_chars): Likewise. (re_string_reconstruct): Likewise. * posix/regex_internal.h: Restore the type of characters in re_string_t and bracket_elem_t from "char" to "unsigned char". (re_string_elem_size_at): Fix castings. * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if. (transit_state_bkref_loop): Restore the type of characters from "char" to "unsigned char", and append a cast to "char*" pointer in array subscript. (check_node_accept_bytes): Likewise. (find_collation_sequence_value): Likewise.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f9d40bd137..d31e094f32 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2002-09-10 Ulrich Drepper <drepper@redhat.com> + + * localedata/locales/bg_BG: Update LC_IDENTIFICATION info. + Patch by Yanko Kaneti <yaneti@declera.com>. + 2002-09-01 Roland McGrath <roland@redhat.com> * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global. |