diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-11 19:22:37 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-11 19:22:37 -0700 |
commit | f1a5e50f78927a362f244f0adfc1d23813c93073 (patch) | |
tree | 7a4207a469342a77c0653e9f6041de516af2ba4c /ChangeLog | |
parent | 387d9c08e44db206e995bbbf272b7b8ea8580ad7 (diff) | |
download | txr-f1a5e50f78927a362f244f0adfc1d23813c93073.tar.gz txr-f1a5e50f78927a362f244f0adfc1d23813c93073.tar.bz2 txr-f1a5e50f78927a362f244f0adfc1d23813c93073.zip |
Implementing while* and until* loops.
* eval.c (while_star_s, until_star_s): New symbol variables.
(me_while_star, me_until_star): New static functions.
(eval_init): Initialize new variables. Register while* and
until* macros.
* txr.1: Documented while* and until*.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2015-04-11 Kaz Kylheku <kaz@kylheku.com> + Implementing while* and until* loops. + + * eval.c (while_star_s, until_star_s): New symbol variables. + (me_while_star, me_until_star): New static functions. + (eval_init): Initialize new variables. Register while* and + until* macros. + + * txr.1: Documented while* and until*. + + * txr.vim, tl.vim: Regenerated. + +2015-04-11 Kaz Kylheku <kaz@kylheku.com> + * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2. 2015-04-11 Kaz Kylheku <kaz@kylheku.com> |