sperber
|
ce9da610e6
|
Handle the regexp matching the empty string specially, as POSIX
requires it to be "()", not "()".
This closes bug
[ 1005026 ] sre: (** 0 0 "foo") raises error
|
2004-08-22 14:22:29 +00:00 |
mainzelm
|
da53963d82
|
Fixed a bug in the parser of "-" sre forms.
|
2004-01-09 22:51:07 +00:00 |
mainzelm
|
ed3cc365b0
|
Fix for
> (regexp-search? (posix-string->regexp "$") "test")
Error: exception
wrong-type-argument
(checked-record-ref '#{Unspecific} '#{Record-type 46 cre} 1)
by Peter Wang
|
2003-10-23 15:58:08 +00:00 |
mainzelm
|
acb0c8265f
|
Fix for (rx (|)) by Peter Wang
|
2003-10-23 15:55:55 +00:00 |
mainzelm
|
3e397f65c5
|
GC_PROTECT some variables.
|
2003-05-01 10:21:33 +00:00 |