From b5fb70042633a9d83409be29d76057295c6614e7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Aug 2005 19:11:45 +0000 Subject: [PATCH] * config/srclist.txt: Add glibc bug 1232. * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James Youngman in . --- config/ChangeLog | 2 +- config/srclist.txt | 3 ++- lib/ChangeLog | 3 +++ lib/regex.h | 3 +-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 3bd132b48..3ffe3ca0d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,6 @@ 2005-08-23 Paul Eggert - * srclist.txt: Add glibc bug 1231. + * srclist.txt: Add glibc bugs 1231, 1232. 2005-08-20 Paul Eggert diff --git a/config/srclist.txt b/config/srclist.txt index d0668391b..76007a601 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.79 2005-08-23 18:55:44 eggert Exp $ +# $Id: srclist.txt,v 1.80 2005-08-23 19:11:46 eggert Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -106,6 +106,7 @@ $LIBCSRC/posix/regex.c lib gpl # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1201 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1207 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1222 +# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1232 #$LIBCSRC/posix/regex.h lib gpl # # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1215 diff --git a/lib/ChangeLog b/lib/ChangeLog index 36e00fb4b..336b1f580 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-08-23 Paul Eggert + * regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James Youngman + in . + * regex_internal.c (re_string_skip_chars, register_state): (calc_state_hash): Remove forward decls; no longer needed now that we use prototypes. diff --git a/lib/regex.h b/lib/regex.h index 425f60e9f..c31095aa2 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -136,8 +136,7 @@ typedef unsigned long int reg_syntax_t; /* If this bit is set, then an ending range point collating higher than the starting range point, as in [z-a], is invalid. - If not set, then when ending range point collates higher than the - starting range point, the range is ignored. */ + If not set, the containing range is empty and does not match any string. */ #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) /* If this bit is set, then an unmatched ) is ordinary. -- 2.11.0