CVS commit: src/dist/nvi/regex

2011-11-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Nov 19 17:45:11 UTC 2011 Modified Files: src/dist/nvi/regex: engine.c regcomp.c regex2.h Log Message: reliability fix, merge libc/regex fix to avoid memory exhaust problem. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/dist/nvi/regex

2011-11-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Nov 19 17:45:11 UTC 2011 Modified Files: src/dist/nvi/regex: engine.c regcomp.c regex2.h Log Message: reliability fix, merge libc/regex fix to avoid memory exhaust problem. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/dist/nvi/regex

2009-10-31 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Oct 31 20:11:53 UTC 2009 Modified Files: src/dist/nvi/regex: regexec.c Log Message: Fix regexp on LP64 systems. By the time 'states1' was expanded, it became 'char *' so the code tried to put 64 bits into an int! Fixed PR/41924

CVS commit: src/dist/nvi/regex

2009-08-30 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Aug 30 14:57:51 UTC 2009 Modified Files: src/dist/nvi/regex: regcomp.c Log Message: fix bin/41781, the pattern /\$/ doesn't match a dollar sign anymore by default. To generate a diff of this commit: cvs rdiff -u -r1.4