Commit a3bb83a2149c638ec64f53c99951dc5445e19d10

Paul Eggert 2005-08-31T19:55:29

* 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.