1
0
mirror of https://github.com/simh/simh.git synced 2026-01-20 01:45:14 +00:00

216 Commits

Author SHA1 Message Date
Mark Pizzolato
1e319afd68 Partial merge from master branch 2012-04-10 06:17:00 -07:00
Mark Pizzolato
518d268bea Added command alias support 2012-03-30 12:39:22 -07:00
Mark Pizzolato
3a89ffe9bb Added -Q option to RETURN with a specific status, and an always implied -Q when returning the last command status since presumably the related message has already been displayed. 2012-03-29 08:16:55 -07:00
Mark Pizzolato
b0a3bf6f4e Help message and minor formatting cleanup 2012-03-28 12:08:17 -07:00
Mark Pizzolato
8619674d19 Fixed regression of echo state. Echo is not explicitly inherited by nested do command files. 2012-03-28 05:08:39 -07:00
Mark Pizzolato
72d209fbe5 Added sub_args expansion of %* to mean insert all args %1..%9 2012-03-28 04:49:54 -07:00
Mark Pizzolato
4510ca64c0 Added do_cmd option -O to inherit ON condition actions from caller
Added %SIM_VERIFY% name expansion as "-V" or "" depending on the current do command echo state
Added recording of last command failure status for interactive entered commands
2012-03-28 03:50:22 -07:00
Mark Pizzolato
88786f974e Interpret message suppression flag SCPE_NOMESSAGE for commands entered interactively as well. 2012-03-27 19:33:42 -07:00
Mark Pizzolato
00dfc21bf0 Exposed a means of general disabling message printing to commands while passing back status information. 2012-03-27 19:12:40 -07:00
Mark Pizzolato
693b75c00e Initial Merge of Dave Bryan's localfixes to run the HP diagnostics 2012-03-26 17:17:44 -07:00
Mark Pizzolato
7e68046c59 Added VH to VAX780 Visual Studio Project 2012-03-26 12:17:30 -07:00
Mark Pizzolato
7ea8831c7b Added do command default file extension for file being opened of '.sim' 2012-03-26 12:17:07 -07:00
Mark Pizzolato
0dd5185099 Added VH device to the VAX780 2012-03-26 11:53:06 -07:00
Mark Pizzolato
8cc2ef03c7 Fixed regression in handling (ignoring) error conditions while processing simple do file. 2012-03-26 04:59:46 -07:00
Mark Pizzolato
027c921cfc More robust and correct readline support and fix to VMS build for HP2100 2012-03-25 15:55:36 -07:00
Mark Pizzolato
c205070554 Fix makefile for better GCC version determination and optimization enabling on more platforms 2012-03-25 07:36:37 -07:00
Mark Pizzolato
6e813b8364 Merge with v3.9-0-rc2 first pass 2012-03-24 19:46:37 -07:00
Mark Pizzolato
6d11b3bd25 Updated HP2100 from Dave Bryan 2012-03-24 12:52:22 -07:00
Mark Pizzolato
8255ba9379 Fixed typo in prior correction 2012-03-23 15:57:26 -07:00
Mark Pizzolato
7d07c49e3f Credit Matt Burke for PCAP-VMS revisions 2012-03-23 13:06:37 -07:00
Mark Pizzolato
380625e404 Fixed vax build issue when building on a vax. 2012-03-23 13:05:36 -07:00
Mark Pizzolato
3cc10c3f71 Fixed vax build issue when building on a vax. 2012-03-23 12:40:20 -07:00
Mark Pizzolato
7c51414228 Fixed sim_debug macro implementation to allow for the case when a sim_debug invocation is used as a single expression following an if condition. Found by Michael Bloom 2012-03-23 12:39:42 -07:00
Mark Pizzolato
5863e1bc38 HP2100 Update from Dave Bryan 2012-03-23 11:11:07 -07:00
Mark Pizzolato
e0fbfa6abf Fix memory leaks in attach error paths. 2012-03-22 16:14:30 -07:00
Mark Pizzolato
2fcb0aad62 Made VMS build more robust and the failure case when VMS-PCAP is missing provide guidance. 2012-03-22 14:37:01 -07:00
Mark Pizzolato
0270d0ea0d Cleanup based on reports from Michael Bloom 2012-03-22 12:20:00 -07:00
Mark Pizzolato
3049f16af2 Compiler detected unsigned bug 2012-03-21 14:46:34 -07:00
Mark Pizzolato
5284f8f1e6 VMS Build cleanup 2012-03-21 14:45:59 -07:00
Mark Pizzolato
45246a3339 Updated HP2100 from Dave Bryan 2012-03-21 06:14:01 -07:00
Mark Pizzolato
663b25818b Fix potential memory leak in error path reported by Michael Bloom 2012-03-20 18:57:02 -07:00
Mark Pizzolato
cf280ad8f7 Completing merge of v3.9-0-rc1 compile cleanups 2012-03-20 18:55:45 -07:00
Mark Pizzolato
2b43b358a8 Fix SHOW SHOW command to separate the SHOW options which are device specific and unit specific 2012-03-20 11:16:41 -07:00
Mark Pizzolato
3ccd66d546 Cleanup potential fault in eth_close if eth_close is called with a NULL argument. 2012-03-20 11:16:00 -07:00
Mark Pizzolato
93f14f76fb Compile cleanups 2012-03-20 11:13:17 -07:00
Mark Pizzolato
1945465a5e Revised makefile to build with gcc 3.x as well as different 4.x versions and to dynamically determine the availability of desired features and to report the GCC version at build time. 2012-03-20 08:54:44 -07:00
Mark Pizzolato
fabdf73bed Compiler cleanup after v3.9-0 merge 2012-03-19 16:07:36 -07:00
Mark Pizzolato
fffad7c20e Merge changes from v3.9-0 rc1 2012-03-19 16:05:24 -07:00
Mark Pizzolato
e04a987353 Added makefile option to compile without asynchronouos I/O support (invoke make with NOASYNCH=1) 2012-03-18 16:47:58 -07:00
Mark Pizzolato
cf8c54184d Cleaned up build status messages 2012-03-14 17:47:20 -07:00
Mark Pizzolato
eb0f027c47 Cleanup Compiler warning. 2012-03-14 17:21:15 -07:00
Mark Pizzolato
b3102ea86a Foxed size units (words or bytes) consistency issues when creating disks. 2012-03-14 09:09:25 -07:00
Mark Pizzolato
e61d00d539 Added compiler optimizations to gcc builds 2012-03-13 07:07:28 -07:00
Mark Pizzolato
0abfa9306b Merge branch 'master' of github.com:markpizz/simh 2012-03-13 06:54:46 -07:00
Mark Pizzolato
f07f08b877 Proper declarations to avoid compiler warnings 2012-03-13 06:53:36 -07:00
Mark Pizzolato
57c961f99a Made references to disk capacity consistent with respect to the units they are kept in (i.e. Words or Bytes). 2012-03-12 06:58:47 -07:00
Mark Pizzolato
1d5dc21dcc Enable Maximum compiler optimization for release build of VAX simulators
this produces a net gain of 20% more instructions executed per second
2012-03-09 09:14:34 -08:00
Mark Pizzolato
8e76a8d081 Fixed cygwin build and execution issue, mostly from Tony Nicholson
Fixed OS/X build issues from Tony Nickolson
Fixed OS/X tap networking startup
Added cygwin host NIC hardware address determination
Made *nix host NIC hardware address determination more robust
2012-03-02 13:27:20 -08:00
Mark Pizzolato
e6c94e9466 Add some polish to build messages 2012-02-29 07:08:02 -08:00
Mark Pizzolato
9386369bd5 Made dynamic libreadline loading more robust for some systems 2012-02-28 17:56:41 -08:00