Compare commits

...
Author SHA1 Message Date
steve 61d230c5b2 Get memory word updates from trunk 2002-03-02 00:28:39 +00:00
steve 8f94545f2a cariage return fixes from main trunk. 2002-03-02 00:27:10 +00:00
steve 6975707804 Properly initialize code tables to 0. 2002-03-02 00:25:31 +00:00
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: codes.cc,v 1.9 2002/03/01 05:43:59 steve Exp $"
#ident "$Id: codes.cc,v 1.8.4.1 2002/03/02 00:25:31 steve Exp $"
#endif
# include "codes.h"
@@ -105,8 +105,8 @@ vvp_code_t codespace_index(vvp_cpoint_t point)
/*
* $Log: codes.cc,v $
* Revision 1.9 2002/03/01 05:43:59 steve
* Initialize all the codes tables.
* Revision 1.8.4.1 2002/03/02 00:25:31 steve
* Properly initialize code tables to 0.
*
* Revision 1.8 2001/05/09 04:23:18 steve
* Now that the interactive debugger exists,
+3 -6
View File
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: lexor.lex,v 1.31 2002/03/01 05:42:50 steve Exp $"
#ident "$Id: lexor.lex,v 1.29.2.1 2002/03/02 00:27:10 steve Exp $"
#endif
# include "parse_misc.h"
@@ -158,11 +158,8 @@ int yywrap()
/*
* $Log: lexor.lex,v $
* Revision 1.31 2002/03/01 05:42:50 steve
* out-of-memory asserts.
*
* Revision 1.30 2002/02/27 05:46:33 steve
* carriage return is white space.
* Revision 1.29.2.1 2002/03/02 00:27:10 steve
* cariage return fixes from main trunk.
*
* Revision 1.29 2002/01/03 04:19:02 steve
* Add structural modulus support down to vvp.
+4 -1
View File
@@ -27,7 +27,7 @@
* Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704.
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: vpi_memory.cc,v 1.5 2002/02/06 04:48:34 steve Exp $"
#ident "$Id: vpi_memory.cc,v 1.4.2.1 2002/03/02 00:28:39 steve Exp $"
#endif
# include "vpi_priv.h"
@@ -363,6 +363,9 @@ vpiHandle vpip_make_memory(vvp_memory_t mem)
/*
* $Log: vpi_memory.cc,v $
* Revision 1.4.2.1 2002/03/02 00:28:39 steve
* Get memory word updates from trunk
*
* Revision 1.5 2002/02/06 04:48:34 steve
* get bin or hex string values of memory words.
*