From 620e0d080536f8d8655e24b2965b05b95c00396d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 20 Aug 2005 22:26:51 +0000 Subject: [PATCH] * config/srclist.txt: Add glibc bug 1223. * lib/regcomp.c (create_initial_state): Remove duplicate decl. --- config/ChangeLog | 2 +- config/srclist.txt | 3 ++- lib/ChangeLog | 3 +++ lib/regcomp.c | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 6eebce9e9b..2131a32a26 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,6 @@ 2005-08-20 Paul Eggert - * srclist.txt: Add glibc bugs 1220, 1221, 1222. + * srclist.txt: Add glibc bugs 1220, 1221, 1222, 1223. 2005-08-19 Paul Eggert diff --git a/config/srclist.txt b/config/srclist.txt index 3b9bd0069f..4092744d90 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.73 2005-08-20 07:42:15 eggert Exp $ +# $Id: srclist.txt,v 1.74 2005-08-20 22:26:51 eggert Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -97,6 +97,7 @@ $LIBCSRC/stdlib/getsubopt.c lib gpl # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1057 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1217 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1220 +# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1223 #$LIBCSRC/posix/regcomp.c lib gpl # $LIBCSRC/posix/regex.c lib gpl diff --git a/lib/ChangeLog b/lib/ChangeLog index 2dca012315..dea9edc136 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2005-08-20 Paul Eggert + * regcomp.c (create_initial_state): Remove duplicate decl. + * regcomp.c: (re_compile_pattern, re_set_syntax, re_compile_fastmap): (re_compile_fastmap_iter, regcomp, regerror, regfree): @@ -15,6 +17,7 @@ (build_charclass, build_charclass_op, fetch_number, create_tree): (create_token_tree, mark_opt_subexp, duplicate_tree): Use prototypes rather than old-style definitions. + * regex_internal.c: (re_string_allocate, re_string_construct, re_string_realloc_buffers): (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer): diff --git a/lib/regcomp.c b/lib/regcomp.c index aa4f08db1e..ade91595ea 100644 --- a/lib/regcomp.c +++ b/lib/regcomp.c @@ -33,7 +33,6 @@ static reg_errcode_t create_initial_state (re_dfa_t *dfa); static void optimize_utf8 (re_dfa_t *dfa); #endif static reg_errcode_t analyze (regex_t *preg); -static reg_errcode_t create_initial_state (re_dfa_t *dfa); static reg_errcode_t preorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra); -- 2.30.2