summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-14 06:57:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-14 06:57:43 -0800
commit28bd257494d8a0a6337d6fdd06b820412a2f1c55 (patch)
treea7db5acbae930222af2fad3b6df20461725666d8 /ChangeLog
parent48c8cec1c83d70e23dc1359b85cfd9e36fdaa60f (diff)
downloadtxr-28bd257494d8a0a6337d6fdd06b820412a2f1c55.tar.gz
txr-28bd257494d8a0a6337d6fdd06b820412a2f1c55.tar.bz2
txr-28bd257494d8a0a6337d6fdd06b820412a2f1c55.zip
* eval.c (bind_args): Implemented default values for optional
arguments. (op_defun): Permit the syntax. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a0f4ac..46ff1909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-01-14 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (bind_args): Implemented default values for optional
+ arguments.
+ (op_defun): Permit the syntax.
+
+ * txr.1: Documented.
+
2014-01-13 Kaz Kylheku <kaz@kylheku.com>
Support for pushing back bytes and characters into streams.