summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e063d450..07c92ff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-04-02 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (vec_set_length): Use set instead of assignment.
+ (vecref_l): Use loc to lift address of cell.
+ (replace_vec): Use macro mut to indicate the object is being
+ mutated.
+
+ * lib.h (mut): New macro.
+
2012-04-01 Kaz Kylheku <kaz@kylheku.com>
Start of ground-work for ephemeral GC. We must add some abstraction