diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-19 09:24:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-19 09:24:54 +0000 |
commit | 89635190cfc6ecc6e815a6e39872efebafb3f998 (patch) | |
tree | c86d67424deea72495f37e7f6e058e466ef0655c /ChangeLog | |
parent | 02b50340af3fe92aebd6960faa5eb45c34ae7fe6 (diff) |
Update.
* posix/bug-regex20.c: Correct invalid UTF-8 sequences.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2003-11-19 Ulrich Drepper <drepper@redhat.com> + * posix/bug-regex20.c: Correct invalid UTF-8 sequences. + * posix/regex_internal.c (build_wcs_upper_buffer): If mbrtowc fails, just use the byte, do no fancy conversions. |