diff options
author | jaortega <jaortega> | 2000-12-02 22:32:48 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-12-02 22:32:48 +0000 |
commit | dda8ef14aca2b99d620323b3173e967456c92314 (patch) | |
tree | 54b3efaf81638539d3d9feb639aa22b4ffdc5a81 /ChangeLog | |
parent | 99cc30339d9cb98b240a6e0ef59c333fe3194018 (diff) | |
download | mdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.gz mdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.bz2 |
added mix_eval_t, a w-expression evaluator
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |