From 4a16cc52e0592048151cc3c09634007204ea48db Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Aug 2006 20:49:28 +0000 Subject: Import regex changes from libc via gnulib. --- lib/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index ac3c19dfe..7f0ed7435 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,24 @@ 2006-08-10 Paul Eggert + Import the following changes from libc: + + 2006-06-02 Jakub Jelinek + + * posix/regex_internal.c (re_string_skip_chars): If no character has + been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc + to the byte which couldn't be converted. + (re_string_reconstruct): Don't clear valid_raw_len before calling + re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set + tip_context using re_string_context_at. + + 2006-05-02 Ulrich Drepper + + * posix/regex.h: g++ still cannot handled [restrict]. + + 2006-04-21 Ulrich Drepper + + * posix/regex.h: Remove special handling for VMS. + Accommodate new getaddrinfo implementation in gnulib. * inet_ntop.c, inet_ntop.h, snprintf.c, snprintf.h, socket_.h: New files, from gnulib. -- cgit v1.2.3-54-g00ecf