1. 83993ae Optimize compiling for Windows CE disabled due to some bug by WHR · 9 years ago wce
  2. d3eb911 Porting to Windows CE: made the pdp1.exe compiles by WHR · 9 years ago
  3. 30380ec GCC version bug in mingw.mk fixed; Porting SIMH to Windows CE by likai · 9 years ago
  4. 71b99c6 SCP: Add -D switch to RESTORE command to suppress detach/attach activities during a restore. Fix #197 by Mark Pizzolato · 10 years ago
  5. d75ec66 FRONTPANEL: Added support for a register array to be returned as part of a register set by Mark Pizzolato · 10 years ago
  6. 04142da SCP: Added simulator version checking while performing a RESTORE operation. by Mark Pizzolato · 10 years ago
  7. 674b8e0 SCP: Fix incorrect version check in RESTORE command and add logic to report git version differences (#197), Fix #206 by Mark Pizzolato · 10 years ago
  8. 8ad7dc2 SCP: Fix error returned by detach_unit to SCPE_NOTATT when an attachable unit isn't currently attached by Mark Pizzolato · 10 years ago
  9. 325e369 FRONTPANEL: Added mount and dismount commands for removable media by Mark Pizzolato · 10 years ago
  10. 9d47891 FRONTPANEL: Added logic to pass simulator startup messages in panel error text if the connection to the simulator shuts down while it is starting. by Mark Pizzolato · 10 years ago
  11. 1548777 SCP: Fix dangling perror details by Mark Pizzolato · 10 years ago
  12. 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
  13. ef6528b SCP: Added automatic saving of console WRU, DEL, BRK and PCHAR console variables and provided a way for a simulator to declare that is doesn't have a console port so automatic WRU detection can be performed. by Mark Pizzolato · 10 years ago
  14. 9cb9018 SCP: Extend SHOW processing for default (unspecified) device to also handle global show modifiers, thus making SHOW RADIX display the radix for the default device (usually CPU). by Mark Pizzolato · 10 years ago
  15. 38eaee7 SCP: future-proof save/restore logic by Scott Bailey · 10 years ago
  16. d84883a SCP: Add a special pseudo name "$" which is the value returned from the most recent EXAMINE command which can be used for register (or memory) indirect EXAMINE commands. by Mark Pizzolato · 10 years ago
  17. d75c072 VAX, VAX780, VAX8600, MicroVAX1, MicroVAX2: Stabilize SAVE/RESTORE capabilities to allow restore of older version VAX and VAX780 save images and to properly allow simulator restores of processor model variations as discussed in #197 points 1 & 2 by Mark Pizzolato · 10 years ago
  18. 1d3ac29 SCP: Make sure that dynamically allocated print buffers have room for NUL character string terminator by Mark Pizzolato · 10 years ago
  19. 137f825 SCP: Removed unused conditional compile referenced to HAS_vsprintf_void and HAS_vsnprintf_void. Avoid emitting redundant \r characters when writing to stdout while a simulator is running. Suggestions from Bob Supnik. by Mark Pizzolato · 10 years ago
  20. 9eb8439 SCP: Fix spelling of SET VERBOSE command alias for SET VERIFY. by Mark Pizzolato · 10 years ago
  21. 059a541 FRONTPANEL: General Enhancements by Mark Pizzolato · 10 years ago
  22. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  23. 2c2ffe3 Remote Console: Restructured so that commands are not executed within the sim_instr() routine. by Mark Pizzolato · 10 years ago
  24. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  25. 5b4e9d5 SCP: Corrected error message text by Mark Pizzolato · 10 years ago
  26. 4ee599b SCP: Added a SHOW VIDEO command for simulators which include video devices by Mark Pizzolato · 10 years ago
  27. e0108b5 SCP: Compiler suggested cleanup and spelling fix by Mark Pizzolato · 10 years ago
  28. 6f1e837 SCP: Added -T switch to the EXPECT, SEND and STEP commands to specify that the units of delay/stepping are in microseconds rather than instructions. by Mark Pizzolato · 10 years ago
  29. 9f9c983 SCP: Fix debug setup info displayed by SHOW SEND and SHOW EXPECT by Mark Pizzolato · 10 years ago
  30. 470b9b5 SCP: Fix EXPECT matching logic for non-regex strings to have enough room to buffer all of potential match data plus a NUL byte. by Mark Pizzolato · 10 years ago
  31. fb7b53c SCP: Add info displayed in SHOW EXPECT and SHOW SEND to advise how SEND & EXPECT debugging is enabled by Mark Pizzolato · 10 years ago
  32. 7a2600d SCP: EXPECT debug fix to avoid invalid memory reference if a expect structure doesn have a device pointer. Corrected comments. From Mark Emmer. by Mark Pizzolato · 10 years ago
  33. bc8ee69 SCP: better parsing support for command files which contain UTF-8 data in SEND/EXPECT strings by Mark Pizzolato · 10 years ago
  34. aae9e55 SCP: More allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  35. 256bbdd SCP: Allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  36. 99a7e65 SCP: Only report DO file context when run_cmd completes if the completion status is not a simulator specific error code and not due to a STEP, EXPECT or STOP completion. by Mark Pizzolato · 10 years ago
  37. 6ec6b6a SCP: Provide an API to display alternate error message text while returning SCPE status. by Mark Pizzolato · 10 years ago
  38. de9fc84 SCP: added flexibility to search specifier parsing to fallback to register value format if the VM supplied parse_sym() doesn't handle the value provided. by Mark Pizzolato · 10 years ago
  39. 9e1e325 SCP: Avoid redundant log and debug output by Mark Pizzolato · 10 years ago
  40. 1d530cc SCP: Enhanced ASSERT/IF to support expressions which test memory contents. Also enhanced EXAMINE's search capabilities to be able to match multi-byte patterns for VMs which are byte addressable. by Mark Pizzolato · 10 years ago
  41. 47a0576 SCP: Revert prior commit since it was the wrong approach by Mark Pizzolato · 10 years ago
  42. 0a96584 SCP: Added special EXAMINE reference variable "$" usable in conditional expression for the ASSERT and IF commands by Mark Pizzolato · 10 years ago
  43. 88d6442 SCP: Allow the VM to print simulator stop message information in lieu of, or in addition to, the default message. by Mark Pizzolato · 10 years ago
  44. 42e7d48 SCP: Fixes Cannot show radix, etc. for a device that has no modifiers and SET and SHOW responses for invalid entry are inconsistent. from Dave Bryan by Mark Pizzolato · 10 years ago
  45. e87d40c SCP: Add a -Q option to ATTACH -R and ATTACH -N to suppress success status messages. From Dave Bryan by Mark Pizzolato · 10 years ago
  46. 95740f1 SCP: Add a "-N" (new file) option to the SET LOG and SET DEBUG commands. From Dave Bryan. by Mark Pizzolato · 10 years ago
  47. 03800ae SCP: Stop calls VM-provided address printer for PC without REG_VMAD from Dave Bryan by Mark Pizzolato · 10 years ago
  48. e35081d SCP: Avoid duplicate output when run_cmd completes just as is done in sim_printf() by Mark Pizzolato · 10 years ago
  49. 4f41c53 SCP: Fixed potential out of bounds array reference while expanding command arguments. by Mark Pizzolato · 10 years ago
  50. d1b5e3a SCP: Add the # character at the beginning of a line as a comment character. Requested by Kevin Handy by Mark Pizzolato · 10 years ago
  51. 1f20041 SCP: Added expansion of special built-in environment variable DATE_YC which is the century of the current date. by Mark Pizzolato · 10 years ago
  52. cd9a499 SCP: Fixed EXPECT processing to properly cleanup after matches. Added display of expect buffer to SHOW EXPECT and extended expect match debugging output. by Mark Pizzolato · 10 years ago
  53. 45859ff SCP: Fixed SEND command to properly support a bare AFTER=n argument. by Mark Pizzolato · 10 years ago
  54. 4eed007 SCP: Restructured timer/co-scheduling activities to support co-scheduling on specific timers by Mark Pizzolato · 10 years ago
  55. a0c7f99 scp: avoid redefining MAX by François Revol · 10 years ago
  56. 94486c1 SCP: Updated documentation and help text by Mark Pizzolato · 10 years ago
  57. a4c5056 Compiler suggested cleanup. by Mark Pizzolato · 10 years ago
  58. 4938c02 SCP: Fixed expect match checking when testing regular expressions to avoid NUL bytes in the output stream. by Mark Pizzolato · 10 years ago
  59. 6368a21 SCP: Fixed SET and SHOW command parsing to more generally allow value operations against the default device (CPU) both with and without value oriented modifiers by Mark Pizzolato · 10 years ago
  60. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  61. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  62. 4dbac41 SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h by Mark Pizzolato · 10 years ago
  63. f6e7504 SCP: Fix SEND <dev>:line when after=nn and delay=nn not specified by Mark Emmer · 10 years ago
  64. b4fb149 SCP: Fix help text for expect command. by Mark Pizzolato · 10 years ago
  65. e835870 SCP: Fix NOEXPECT to actually delete a single indicated expect rule. Allow expect actions to be provided. Fix match buffer management when expect regular expressions are in use. by Mark Pizzolato · 10 years ago
  66. ebf4e0c SCP: Add support for legacy form of console expect and send string commands (from Dave Bryan) by Mark Pizzolato · 10 years ago
  67. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  68. bff7521 SCP: Migrate more output written to sim_log to use sim_printf. by Mark Pizzolato · 10 years ago
  69. 6c5a700 SCP: Added numeric value comparisons to IF and ASSERT compares. by Mark Pizzolato · 10 years ago
  70. 1f9d21a SCP: Added IF command and string comparision behaviors to the ASSERT and IF command operations. by Mark Pizzolato · 10 years ago
  71. 916bab3 SCP: Cleaned up help for EXPECT and SEND commands. Added optional case insensitive match option to regular expression EXPECT rules. by Mark Pizzolato · 10 years ago
  72. 5a4bbba SCP: Extended EXPECT and SEND to have more flexible activation delays by Mark Pizzolato · 10 years ago
  73. 5af6210 SCP: Add RegEx support to EXPECT string processing by Mark Pizzolato · 10 years ago
  74. ddc29fb SCP: Added debugging support for EXPECT and SEND activities. Fixed SEND buffer queuing bug. by Mark Pizzolato · 10 years ago
  75. 02e90de SCP: Added EXPECT and SEND commands to react to data from and inject data into the simulated console port (and other MUX ports) by Mark Pizzolato · 10 years ago
  76. d0865d3 SCP: Fix recently revised breakpoint setup to behave properly breakpoint action is NULL by Mark Pizzolato · 10 years ago
  77. 0b10508 SCP: Allow for the potential of a breakpoint action to remove the establishing breakpoint while still completing pending actions by Mark Pizzolato · 10 years ago
  78. f355749 SCP: Provide a way to display an arbitrary buffer contents as hex in debug output by Mark Pizzolato · 10 years ago
  79. 1e0b83c SCP: Avoid building sim_video code when it isn't used by a simulator. by Mark Pizzolato · 10 years ago
  80. b8dc8f0 SCP: Fix to have sim_printf expand newlines to CRLF when writing to stdout with the simulator running. Allow sim_debug to be called with a NULL device pointer and return producing no output. by Mark Pizzolato · 10 years ago
  81. 2c0cedc PDP11, VAX: Added ability to set the size of RAUSER devices to be n binary MB (1024*1024) with the -B switch. Added SHOW -B to display drive capacities in binary MB using the SHOW -B switch. by Mark Pizzolato · 10 years ago
  82. f4771af SCP: Fix SET VERIFY which didn't work while processing command procedures by Mark Pizzolato · 10 years ago
  83. e8114cf SCP: Fix errant display of NEXT warning on first STEP command. From Peter Schorn by Mark Pizzolato · 11 years ago
  84. 92e3acb SCP: Added the rest of the NEXT command repeat count support. by Mark Pizzolato · 11 years ago
  85. 7fc8922 SCP: Added a repeat count for the NEXT command by Mark Pizzolato · 11 years ago
  86. 8f3e643 SCP: Added the NEXT command. This command provides the ability for a simulator to step over subroutine calls. by Mark Pizzolato · 11 years ago
  87. e63fbdc SCP: Fix SHOW DEBUG device debug flags output for devices which may have debug settings which set multiple flags. by Mark Pizzolato · 11 years ago
  88. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  89. 98ac7af PDP11, VAX: Fix differencing virtual disk corruption during creation problems by Mark Pizzolato · 11 years ago
  90. 9022de5 SCP: Removed the irrelevant sim_deb_PC variable since it duplicates the role sim_PC simulator variable. by Mark Pizzolato · 11 years ago
  91. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  92. 59d0602 PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87 by Mark Pizzolato · 11 years ago
  93. 9068ea0 SCP: Fleshing out more of the hierarchical help content. by Mark Pizzolato · 11 years ago
  94. 545aa85 SCP: Cleaned up the hierarchical help APIs to follow the same indentation style used in the rest of scp.c. Fixed the help prompt to avoid adding an extra level to the prompt when the current level has no children. by Mark Pizzolato · 11 years ago
  95. afcbea2 SCP: Add SHOW -C BREAK to display the currently defined breakpoints as commands which can be used to redefine them later. by Mark Pizzolato · 11 years ago
  96. 8d09ebe Compiler indicated cleanups to Fix #105 by Mark Pizzolato · 11 years ago
  97. da134eb SCP: Added detailed help (including switches) for SET DEBUG command and an auto flush of the debug output when instruction execution stops. by Mark Pizzolato · 11 years ago
  98. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  99. 1845180 SCP: Added default simulator specific initialization file to be in the current working directory if one isn't found where the simulator binary is located (suggested by Jordi Guillaumes Pons in #101). by Mark Pizzolato · 11 years ago
  100. c64aabf SCP: Fix for %DATE_WW% and %DATE_WYYYY% computation on the first days of a year after a leap year. by Mark Pizzolato · 11 years ago