From dda8ef14aca2b99d620323b3173e967456c92314 Mon Sep 17 00:00:00 2001 From: jaortega Date: Sat, 2 Dec 2000 22:32:48 +0000 Subject: added mix_eval_t, a w-expression evaluator --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ChangeLog') 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 -- cgit v1.2.3