Sam Steingold
2005-03-08 00:00:20 UTC
regexp.c exhibits the following 8 bugs:
1. regcomp("*a"): "Invalid preceding regular expression"
2. regcomp("^*"): "Invalid preceding regular expression"
3. regcomp("$*"): "Invalid preceding regular expression"
4. regcomp("(*)b"): "Invalid preceding regular expression"
5. regcomp("{[^}\n]*}"): "Invalid content of \\{\\}"
6. regcomp("{[^}\n]*}"): "Invalid content of \\{\\}"
7. regcomp ("{[^}\n]*}"): "Invalid content of \\{\\}"
8. regcomp("[[:xdigit]+") works, but when the result is matched against
"0[x:dig", it matches just "[", not "[x:dig"
bugs discovered by the CLISP regexp test suite.
1. regcomp("*a"): "Invalid preceding regular expression"
2. regcomp("^*"): "Invalid preceding regular expression"
3. regcomp("$*"): "Invalid preceding regular expression"
4. regcomp("(*)b"): "Invalid preceding regular expression"
5. regcomp("{[^}\n]*}"): "Invalid content of \\{\\}"
6. regcomp("{[^}\n]*}"): "Invalid content of \\{\\}"
7. regcomp ("{[^}\n]*}"): "Invalid content of \\{\\}"
8. regcomp("[[:xdigit]+") works, but when the result is matched against
"0[x:dig", it matches just "[", not "[x:dig"
bugs discovered by the CLISP regexp test suite.
--
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.memri.org/> <http://www.honestreporting.com>
<http://pmw.org.il/> <http://www.iris.org.il> <http://www.mideasttruth.com/>
The early bird may get the worm, but the second mouse gets the cheese.
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.memri.org/> <http://www.honestreporting.com>
<http://pmw.org.il/> <http://www.iris.org.il> <http://www.mideasttruth.com/>
The early bird may get the worm, but the second mouse gets the cheese.