From c202c2c50523dd6721e9e2a9c80c1dc018f373bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Sep 2002 18:40:35 +0000 Subject: Update. 2002-09-10 Isamu Hasegawa * 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 * 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. --- localedata/locales/bg_BG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'localedata/locales/bg_BG') diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG index 31cd3e5dc7..2736174c4a 100644 --- a/localedata/locales/bg_BG +++ b/localedata/locales/bg_BG @@ -21,10 +21,10 @@ contact "Delyan Toshev" email "delyant@yahoo.com" tel "" fax "" -language "bg" -territory "BG" -revision "2.0" -date "2001-11-16" +language "Bulgarian" +territory "Bulgaria" +revision "2.0.1" +date "2002-09-10" category "bg_BG:2000";LC_IDENTIFICATION category "bg_BG:2000";LC_CTYPE -- cgit 1.4.1