summaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorjaortega <jaortega>2000-12-02 22:32:48 +0000
committerjaortega <jaortega>2000-12-02 22:32:48 +0000
commitdda8ef14aca2b99d620323b3173e967456c92314 (patch)
tree54b3efaf81638539d3d9feb639aa22b4ffdc5a81 /ChangeLog
parent99cc30339d9cb98b240a6e0ef59c333fe3194018 (diff)
downloadmdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.gz
mdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.bz2
added mix_eval_t, a w-expression evaluator
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a89b27c..5c5e037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-Version 0.1.1
+Version 0.2
+ * mix_eval_t.c: (new file) unit test for mix_eval_t
+ * mix_eval.h, mix_eval.c, mix_eval_scanner.l: (new files)
+ mix_eval_t type (an w-expression evaluator).
+ * mix_device.c (mix_device_write) File buffers are now flushed after
+ a write operation.
+Version 0.1.1 (18/11/00)
* Bug fix: local symbols are now handled properly (see
samples/stress{1,2}.mixal)
* Bug fix: unary - on future refs is handled now (see
@@ -9,5 +15,5 @@ Version 0.1.1
* mix_vm.c (mix_vm_run): overflow of the location pointer checked:
the vm halts if this happens.
-Version 0.1
- * initial revision \ No newline at end of file
+Version 0.1 (01/11/00)
+ * initial revision