Re: regex module broken

2006-04-13 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, Your patch fixes things for FreeBSD 4.11-RELEASE. Thank you, -- Mark Paul Eggert <[EMAIL PROTECTED]> writes: > "Derek R. Price" <[EMAIL PROTECTED]> writes: > > > The base problem appears to be using the C99 wctype_t > > wi

comment update in regex.h for RE_DUP_MAX

2006-04-13 Thread Paul Eggert
I installed this: 2006-04-13 Paul Eggert <[EMAIL PROTECTED]> * lib/regex.h (RE_DUP_MAX): Update comment to match current implementation. --- lib/regex.h 10 Apr 2006 06:43:33 - 1.36 +++ lib/regex.h 13 Apr 2006 22:14:12 - 1.37 @@ -322,7 +322,14 @@ extern reg_syn

Re: regex module broken

2006-04-13 Thread Paul Eggert
"Derek R. Price" <[EMAIL PROTECTED]> writes: > The base problem appears to be using the C99 wctype_t > without protection when may not have been present and > therefore not included. Thanks for reporting that. I installed the following patch into gnulib (and shortly into coreutils). 2006-04-13