summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-06 23:08:11 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-06 23:08:11 +0000
commita2d52ab5fea1b291d4cda0e7c792e2d0bb36f834 (patch)
tree7e5269bda20b887c6d28f260c41e163155dada9b
parent9a5bfbd989940f83be6950b579666dd985581dc7 (diff)
downloadmdk-a2d52ab5fea1b291d4cda0e7c792e2d0bb36f834.tar.gz
mdk-a2d52ab5fea1b291d4cda0e7c792e2d0bb36f834.tar.bz2
latest changes
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5124db7..4318b78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.