summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>