* config/srclist.txt: Add glibc bug 1227.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Aug 2005 05:01:20 +0000 (05:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Aug 2005 05:01:20 +0000 (05:01 +0000)
commitfa1bb8673a20a170851fb3b2216e90b56cc042f0
tree7f47075665949cd2c8a1e6afdefc823e5516e595
parent9c0a244e6628467378462a623e8531beaab0b85c
* config/srclist.txt: Add glibc bug 1227.
* lib/regexec.c (sift_states_bkref): Fix portability bug: the code
assumed that reg_errcode_t is a signed type, which is not
necessarily true if _XOPEN_SOURCE is not defined.
config/ChangeLog
config/srclist.txt
lib/ChangeLog
lib/regexec.c