summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-12 14:41:23 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-12 14:41:23 +0000
commit12efdfc121b6a465a541be390b6915bdfa27ee43 (patch)
tree6da51fa70d465dd94b57629940ed25347ee885a5
parenteabb8e8bde43eaf4c7bdbc11bedb83c311029f9e (diff)
downloadmdk-12efdfc121b6a465a541be390b6915bdfa27ee43.tar.gz
mdk-12efdfc121b6a465a541be390b6915bdfa27ee43.tar.bz2
latest pre-release adjustments.1.1
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
-rw-r--r--TODO3
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e5f71c..6b69de6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* mdk (Module): version 1.1 tagged (v1r1).
+ * mixlib/xmix_parser.h (Module):
+ * mixlib/mix_scanner.l (Module):
+ * mixlib/mix_parser.c (Module): recognition of ALF in listings.
+
+ * mixlib/mix_io.c (mix_io_write_word_array_as_char): drop bogus
+ EOF comparison.
+
2004-06-12 Jose Antonio Ortega Ruiz <jao@gnu.org>
* configure.in (Module): new version; fix guile checking.
diff --git a/NEWS b/NEWS
index 65feb9c..1c20da2 100644
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,9 @@ Please send mdk bug reports to bug-mdk@gnu.org.
Talbot-Wilson).
** Listings produced by mixasm improved: better layout, and correct
- identification of 'CON' instructions added by the compiler as a
- result of local constant definitions and future references.
+ identification of 'ALF' and 'CON' instructions (including those
+ added by the compiler as a result of local constant definitions and
+ future references.
** Local constants can now be modified by a field spec or an index,
as in, say, CMPA =0=,1(3:2) (closes #5654).
@@ -404,4 +405,4 @@ Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
---
-$Id: NEWS,v 1.49 2004/06/12 02:34:39 jao Exp $
+$Id: NEWS,v 1.50 2004/06/12 14:41:23 jao Exp $
diff --git a/TODO b/TODO
index df92194..ba7528f 100644
--- a/TODO
+++ b/TODO
@@ -16,8 +16,7 @@
** Allow MIXAL instructions as commands at the mixvm prompt
(e.g. MIX > exec LDA 2000)
-** Improve detection of pseudoinstructions in mixasm listing files
** gtkhtml for help system
-* $Id: TODO,v 1.8 2004/06/12 01:12:23 jao Exp $
+* $Id: TODO,v 1.9 2004/06/12 14:41:23 jao Exp $