summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-11 19:22:37 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-11 19:22:37 -0700
commitf1a5e50f78927a362f244f0adfc1d23813c93073 (patch)
tree7a4207a469342a77c0653e9f6041de516af2ba4c /ChangeLog
parent387d9c08e44db206e995bbbf272b7b8ea8580ad7 (diff)
downloadtxr-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4898893..4df75cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>