diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-06 23:08:11 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-06 23:08:11 +0000 |
commit | 66750c39f3181bd993d51188cd28ecbc80748946 (patch) | |
tree | 036f4567ffcfd18f014c55f389323ac3ff0881f7 /ChangeLog | |
parent | 93336aaa2fc4bcd9e7af114e0185b67079605a73 (diff) | |
download | mdk-66750c39f3181bd993d51188cd28ecbc80748946.tar.gz mdk-66750c39f3181bd993d51188cd28ecbc80748946.tar.bz2 |
latest changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2004-06-07 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * mixlib/mix_vm.c (Module): correct error tracking and reporting. + + * mixlib/mix_parser.{ch} (Module): properly treat undefined + forward references, inserting new addresses at the program's end. + +2004-06-06 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * mixlib/xmix_vm_handlers.c (Module): + * mixlib/xmix_vm.{hc} (Module): keep track of runtime errors and + correctly report them. + + * mixlib/mix_io.c (Module): bug fix: read only worked in debug mode; + more robust error reporting. + + * mixlib/xmix_parser.h (Module): + * mixlib/mix_scanner.l (Module): keep track of program's end + address. + +2004-06-05 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * THANKS: + * doc/mdk_ack.texi (Acknowledgments): reorganisation. + + * mixlib/xmix_vm.c (lda_handler_): always reverse sign in LDAN, + LDXN and LDiN, even if fspec is not zero (Ruslan Batdalov, closes + Debian bug #247392). + + * autogen.sh: error messages improved and autotools versions updated. + 2004-01-09 Jose Antonio Ortega Ruiz <jao@gnu.org> * configure.in: check for guile headers. |