summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb996325..70d0fa8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2015-07-23 Kaz Kylheku <kaz@kylheku.com>
+
+ Adding with-resources macro.
+
+ * share/txr/stdlib/with-resources.tl: New file.
+
+ * lisplib.c (with_resource_set_entries, with_resources_instantiate):
+ New static functions.
+ (lisplib_init): Register new functions under dlt_register.
+
+ * txr.1: Document with-resources.
+
2015-07-22 Kaz Kylheku <kaz@kylheku.com>
Adding nthcdr as accessor.