diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-05 23:47:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-05 23:47:58 -0800 |
commit | 43fa874fd295b2c765cddd14939a60a47e190148 (patch) | |
tree | 19e9205efe84ec5b66e1b0b47f8bf732edde9909 /ChangeLog | |
parent | f128b3e3f1ab9fb724d09486b59ae2a2b4cab29c (diff) | |
download | txr-43fa874fd295b2c765cddd14939a60a47e190148.tar.gz txr-43fa874fd295b2c765cddd14939a60a47e190148.tar.bz2 txr-43fa874fd295b2c765cddd14939a60a47e190148.zip |
* regex.c (regex_compile): Handle string input.
* regex.h (regex_compile): Don't call argument
regex_sexp, since it can be a string.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2013-12-05 Kaz Kylheku <kaz@kylheku.com> + * regex.c (regex_compile): Handle string input. + + * regex.h (regex_compile): Don't call argument + regex_sexp, since it can be a string. + + * txr.1: Updated. + +2013-12-05 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Registered regex_parse as new intrinsic function and std_null as new variable. |