[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Small bugfix for irregex
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Small bugfix for irregex |
Date: |
Sun, 19 Aug 2012 02:07:24 +0200 (CEST) |
From: Peter Bex <address@hidden>
Subject: [Chicken-hackers] [PATCH] Small bugfix for irregex
Date: Wed, 15 Aug 2012 21:45:48 +0200
> Hi hackers,
>
> Here's a bugfix for irregex to change this behavior:
>
> #;1> (use irregex)
> #;2> (irregex-match 'http-url "http://call-cc.org/foo")
> #<regexp-match (0 submatches)>
> #;3> (irregex-match 'http-url "http://call-cc.org/foo/bar")
> #f
Pushed. I forgot to sign-off, as usual.
cheers,
felix