diff options
author | jaortega <jaortega> | 2000-11-18 21:12:54 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-11-18 21:12:54 +0000 |
commit | f731595f43e2b2d204218efd0e2042312cc33a9d (patch) | |
tree | b5eed566f6e79da8c7ef8836bf2e8c28091a787f /ChangeLog | |
parent | cf46fd449bd2b7a6ff41ac174c46af5ac41eb509 (diff) | |
download | mdk-f731595f43e2b2d204218efd0e2042312cc33a9d.tar.gz mdk-f731595f43e2b2d204218efd0e2042312cc33a9d.tar.bz2 |
missing check for ncurses added to configure.in
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,10 +1,13 @@ Version 0.1.1 + * Bug fix: local symbols are now handled properly (see + samples/stress{1,2}.mixal) * Bug fix: unary - on future refs is handled now (see - samples/stress3.mixal). + samples/stress3.mixal). * Bug fix: future refs to labels defined with the EQU directive - are correctly handled now (see samples/stress4.mixal). - * configure.in check for readline falls back to -lreadline - to fix configuration problem in Mandrake 7.0. + are correctly handled now (see samples/stress4.mixal). + * Bug fix: configure.in checks for ncurses, needed by readline + * 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 |