diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-13 04:00:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-13 04:00:16 +0000 |
commit | 1843975c42e23cbd686efef3dae6856b53842798 (patch) | |
tree | 3a67d4e546db406200be8b6dcffc8928a5d021f7 /ChangeLog | |
parent | 43317e8e787ba945c0dfe4097b1924375584e2fb (diff) | |
download | glibc-1843975c42e23cbd686efef3dae6856b53842798.tar glibc-1843975c42e23cbd686efef3dae6856b53842798.tar.gz glibc-1843975c42e23cbd686efef3dae6856b53842798.tar.bz2 glibc-1843975c42e23cbd686efef3dae6856b53842798.zip |
* posix/regex_internal.c (re_string_skip_chars): Also return the last
wide character.
(re_string_reconstruct): Calculate the context by itself when the
offset points out of the valid range.
(re_string_context_at): Use wide character when MB_CUR_MAX > 1.
* posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
(IS_WIDE_WORD_CHAR): New macro.
(IS_WIDE_NEWLINE): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-11-11 Isamu Hasegawa <isamu@yamato.ibm.com> + + * posix/regex_internal.c (re_string_skip_chars): Also return the last + wide character. + (re_string_reconstruct): Calculate the context by itself when the + offset points out of the valid range. + (re_string_context_at): Use wide character when MB_CUR_MAX > 1. + * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro. + (IS_WIDE_WORD_CHAR): New macro. + (IS_WIDE_NEWLINE): New macro. + 2002-11-12 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/strchr.S: Don't use one register for two |