diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-10-30 17:34:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-10-30 17:34:12 -0800 |
commit | 4b493073a6deafa6b4ac6386a0eab034e0e20082 (patch) | |
tree | eb2dfcef8f75ff7cceeda12e841623e0caa28771 /ChangeLog | |
parent | d79ac8185c3533a5ea89c4a7e12b01f64f349e30 (diff) | |
download | txr-4b493073a6deafa6b4ac6386a0eab034e0e20082.tar.gz txr-4b493073a6deafa6b4ac6386a0eab034e0e20082.tar.bz2 txr-4b493073a6deafa6b4ac6386a0eab034e0e20082.zip |
Trivial change allows regexps to be bound to variables,
and used for matching. This Just Works because of
the way match_line treats variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-10-18 Kaz Kylheku <kkylheku@gmail.com> + + Trivial change allows regexps to be bound to variables, + and used for matching. This Just Works because of + the way match_line treats variables. + + * match.c (eval_form): Check for a regexp form and return + it as a value representing itself. + * regex.c (regexp): New function. + * regex.h (regexp): Declared. + 2009-10-17 Kaz Kylheku <kkylheku@gmail.com> * deps.mk: Updated. |