CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/12/10 20:44:28
Log message:
o Fix infinite loop in regex library for certain patterns.
o Fix bug in matching Eol and Bol when regex pattern compiled with
RE_NEWLINE.
o Patch commited yesterday to check for RE_NOSUB was correct, but
actually it was already being checked, but with incorrect test,
"&" instead of "&&"; corrected the old check.
o Added several new tests to test/regex.lsp. Most of the tests are
the same of re/tests.txt.
Modified files:
xc/programs/xedit/lisp/:
internal.h regex.c
xc/programs/xedit/lisp/re/:
re.c
xc/programs/xedit/lisp/test/:
regex.lsp
Revision Changes Path
1.49 +3 -3 xc/programs/xedit/lisp/internal.h
1.10 +3 -4 xc/programs/xedit/lisp/regex.c
1.9 +33 -24 xc/programs/xedit/lisp/re/re.c
1.2 +119 -1 xc/programs/xedit/lisp/test/regex.lsp
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit