~ chicken-core (master) afb994594a5a49bc0f266eea4b069fef9bf6f753
commit afb994594a5a49bc0f266eea4b069fef9bf6f753
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Tue Aug 23 21:07:21 2011 +0200
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Tue Aug 23 21:07:21 2011 +0200
Update types.db: irregex-match accepts an optional start and end argument just like irregex-search
diff --git a/types.db b/types.db
index 24d44fb0..640c0101 100644
--- a/types.db
+++ b/types.db
@@ -1069,7 +1069,7 @@
(irregex-lengths (procedure! irregex-lengths ((struct regexp)) *)
(((struct regexp)) (##sys#slot #(1) '7)))
-(irregex-match (procedure! irregex-match (* string) *))
+(irregex-match (procedure! irregex-match (* string #!optional fixnum fixnum) *))
;irregex-match?
(irregex-match-data? (procedure? (struct regexp-match) irregex-match-data? (*) boolean))
Trap