summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-14 21:40:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-14 21:40:00 -0700
commit4d20a108a5e942045b2c5a6773ca0f45f010030d (patch)
tree87f7eacefa17369fa2750eda3209c571af7bb876 /ChangeLog
parenta82a0b4aa32dc54b5ee590e9b87e9ad635b12ecc (diff)
downloadtxr-4d20a108a5e942045b2c5a6773ca0f45f010030d.tar.gz
txr-4d20a108a5e942045b2c5a6773ca0f45f010030d.tar.bz2
txr-4d20a108a5e942045b2c5a6773ca0f45f010030d.zip
* HACKING: Added notes on generational garbage collection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f489bc7..46374ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-04-14 Kaz Kylheku <kaz@kylheku.com>
+ * HACKING: Added notes on generational garbage collection.
+
+2012-04-14 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): New functions remove-if and keep-if.
* lib.c (remove_if, keep_if): New functions.