diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 14:41:23 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 14:41:23 +0000 |
commit | d4a4ed105bcea3aef11198b023000666dd987df6 (patch) | |
tree | b0a95305163b49b59ec6713e9da034f3f5c0050c | |
parent | 10a442350d10ff0ed606fcd573a6f4caf9b47f1a (diff) | |
download | mdk-d4a4ed105bcea3aef11198b023000666dd987df6.tar.gz mdk-d4a4ed105bcea3aef11198b023000666dd987df6.tar.bz2 |
latest pre-release adjustments.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | TODO | 3 |
3 files changed, 12 insertions, 5 deletions
@@ -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. @@ -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 $ @@ -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 $ |