summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-23 07:33:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-23 07:33:49 -0700
commit594b7bf1f4d88cdc2073cfccdf9b279892537461 (patch)
tree760bfb2718c26fe66602ce1ea251e4093ec40e0e /ChangeLog
parentd6760da67732419d8043d1fdc43e8081f96ef1f1 (diff)
downloadtxr-594b7bf1f4d88cdc2073cfccdf9b279892537461.tar.gz
txr-594b7bf1f4d88cdc2073cfccdf9b279892537461.tar.bz2
txr-594b7bf1f4d88cdc2073cfccdf9b279892537461.zip
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.
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.