summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-08-31 19:55:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-08-31 19:55:29 +0000
commita3bb83a2149c638ec64f53c99951dc5445e19d10 (patch)
tree9a847642119451154e242bc5ad60d2c92a4504e1 /config
parent0b1b22468324375e074bc9c234b0ca4e3d58d68c (diff)
downloadgnulib-a3bb83a2149c638ec64f53c99951dc5445e19d10.tar.gz
* lib/regexec.c (re_search_internal): Simplify update of
rm_so and rm_eo by replacing "if (A == B) A += C - B;" with the equivalent of "if (A == B) A = C;". This will make the code more reliable once we port to 64-bit hosts. * config/srclist.txt: Add glibc bug 1279.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog2
-rw-r--r--config/srclist.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 3bebac3654..8a6bb3f9f3 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,6 +1,6 @@
2005-08-31 Paul Eggert <eggert@cs.ucla.edu>
- * srclist.txt: Add glibc bug 1273, 1277.
+ * srclist.txt: Add glibc bug 1273, 1277, 1278.
2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/config/srclist.txt b/config/srclist.txt
index 3cb3bb87f3..8a410d9100 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.90 2005-08-31 19:40:49 eggert Exp $
+# $Id: srclist.txt,v 1.91 2005-08-31 19:55:29 eggert Exp $
# Files for which we are not the source. See ./srclistvars.sh for the
# variable definitions.
@@ -147,6 +147,7 @@ $LIBCSRC/stdlib/getsubopt.c lib gpl
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1241
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1245
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1278
+# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1279
#$LIBCSRC/posix/regexec.c lib gpl
#
# c89 changes $LIBCSRC/string/strdup.c lib gpl