diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-26 23:42:20 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-26 23:42:20 -0800 |
commit | c150e646fa90409c412f07f59edbb897bdbb4997 (patch) | |
tree | b4c4cfb5a2a95d57f7049e97574bbcec8b3b70f5 /ChangeLog | |
parent | eee670172cca986245006e1c9a4f32f7d0b60895 (diff) | |
download | txr-c150e646fa90409c412f07f59edbb897bdbb4997.tar.gz txr-c150e646fa90409c412f07f59edbb897bdbb4997.tar.bz2 txr-c150e646fa90409c412f07f59edbb897bdbb4997.zip |
* regex.c (match_regex_right): New function.
* regex.h (match_regex_right): Declared.
* eval.c (eval_init): Register match_regex_right as instrinsic.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-01-26 Kaz Kylheku <kaz@kylheku.com> + * regex.c (match_regex_right): New function. + + * regex.h (match_regex_right): Declared. + + * eval.c (eval_init): Register match_regex_right as instrinsic. + +2014-01-26 Kaz Kylheku <kaz@kylheku.com> + Implementing more correct treatment of meta forms like @[...] and @(...) occurring in the TXR pattern language. |