1. b2ff00a SCP: Make debug duplicate message reduction properly the default behavior by Mark Pizzolato · 6 years ago
  2. c0f79d8 SCP: Fix Xcode static analysis identified issues (Peter Schorn) by Mark Pizzolato · 6 years ago
  3. 6070692 SCP: Add unit to AIO_VALIDATE context message by Mark Pizzolato · 6 years ago
  4. 482b6f1 SCP: Add ELSE command extension to the IF command processing. by Mark Pizzolato · 6 years ago
  5. a62789a SCP: Make repeated debug message summarization the default by Mark Pizzolato · 6 years ago
  6. a8d4fe8 SCP: Fix potential NULL pointer dereference - Coverity by Mark Pizzolato · 6 years ago
  7. b18fa8c SCP: Prepare for new sim_card interfaces by Mark Pizzolato · 6 years ago
  8. 7a08f23 SCP: Add debug duplicate line output summary support by Mark Pizzolato · 6 years ago
  9. 9cc7267 SCP: Avoid "Unexpected internal error" for expected conditions by Mark Pizzolato · 6 years ago
  10. 15fd71b SCP: Fix Coverity identified issues by Mark Pizzolato · 6 years ago
  11. 65e931c SCP: Provide context for unexpected event processing errors by Mark Pizzolato · 6 years ago
  12. 97bee79 TIMER: Fix overflow error in sim_idle_ms_sleep() timespec tv_nsec field by Mark Pizzolato · 6 years ago
  13. 5d7dc4d SCP: Fix uninitialized variable reference by Mark Pizzolato · 6 years ago
  14. 82ea9c5 SCP: Add substring and string substitution to environment variable expansion by Mark Pizzolato · 6 years ago
  15. 2c55ad0 SCP: Let sim_messagef() be well behaved when stat is SCPE_OK by Mark Pizzolato · 6 years ago
  16. 484889e TIMER: Changed sim_idle_ms_sleep() to use a mutex which is unique to idling by Mark Pizzolato · 6 years ago
  17. d593cdb SCP: Add prompt prior to fatal exit allowing error messages reading by Mark Pizzolato · 6 years ago
  18. 58ccb38 SCP: Add ability to ECHOF output to TMXR lines by Mark Pizzolato · 6 years ago
  19. d3da865 TMXR: Fix MUX transmit scheduling when buffer is empty by Mark Pizzolato · 6 years ago
  20. c9dae31 SCP: Avoid need for TMXR devices to have dummy DEVICE examine and deposit values by Mark Pizzolato · 6 years ago
  21. 3b8442c SCP: Set UNIT_IDLE in the step unit so idline can happen during "STEP -t nnn" by Mark Pizzolato · 6 years ago
  22. 6b77987 TIMER: Allow recording of elapsed time when asynch events arrive while idling by Mark Pizzolato · 6 years ago
  23. d398646 SCP: Fix potential null pointer dereference in debug expression by Mark Pizzolato · 6 years ago
  24. 3973963 SCP: Make expression evaluation consistent by Mark Pizzolato · 6 years ago
  25. f89a65f SCP: Revert pre-insertion of %n to be done during normal expansion. by Mark Pizzolato · 6 years ago
  26. 2203608 SCP: Fix adjacent insertion of %n DO command arguments by Mark Pizzolato · 6 years ago
  27. 2b112b0 SCP: Allow single digit argument insertion for DO command arguments by Mark Pizzolato · 6 years ago
  28. ed2abaa SCP: Enhance debug output while tracking event and timer activity by Mark Pizzolato · 6 years ago
  29. 4fff142 SCP: Fix EXPECT bookkeeping to avoid reference after free error by Mark Pizzolato · 6 years ago
  30. 5700b1f SCP: Properly handle literal strings in expression string comparisons by Mark Pizzolato · 6 years ago
  31. 5ca02d3 SCP: Add missing case independent string compare in expressions by Mark Pizzolato · 6 years ago
  32. 15cd4d3 SCP: Enhance command procedure processing and add debugging support by Mark Pizzolato · 6 years ago
  33. 9e18e0b SCP: Cleanup expression evaluation logic errors by Mark Pizzolato · 6 years ago
  34. 06654d1 TMXR: Make sure all MUX devices can leverage all debug selectors by Mark Pizzolato · 6 years ago
  35. ce5c3f0 SCP: Allow symbols (environment variables) to describe contain addresses by Mark Pizzolato · 6 years ago
  36. b40e586 SCP: Assure that action commands (IF/ASSERT,BREAK, ON, etc.) are trimmed by Mark Pizzolato · 6 years ago
  37. 6e35bee SCP: Fixed Coverity identified issues by Mark Pizzolato · 6 years ago
  38. b1318f5 SCP: Always clear uptr->fileref on detach by Mark Pizzolato · 6 years ago
  39. 874f60c SCP: Fix potentially uninitialized variable reference by Mark Pizzolato · 6 years ago
  40. 5f2c7b2 SCP: Defer substitution for IF/ASSERT command action commands by Mark Pizzolato · 7 years ago
  41. c294787 SCP: Fix expression evaluation divide by zero, and avoid parameter substitution by Mark Pizzolato · 7 years ago
  42. 0daff90 SCP: Add TIME_MSEC predefined variable to provide time to milliseconds by Mark Pizzolato · 7 years ago
  43. 4734454 SCP: Fix sim_dir_scan on Windows to return correct directory name by Mark Pizzolato · 7 years ago
  44. b51d250 SCP: Ignore trailing whitespace for all commands by Mark Pizzolato · 7 years ago
  45. cc31a50 SCP: Allow empty SIM_BUILD_OS for compilers that don't support empty strings by Mark Pizzolato · 7 years ago
  46. cb53ddb makefile: Make compile time Android Version visible in SHOW VERSION output by Mark Pizzolato · 7 years ago
  47. c0cda9f SCP: Remove leading / from sim_dir_scan file names when glob isn't available by Mark Pizzolato · 7 years ago
  48. 818032f SCP: Remove redundant DIR_ENTRY_CALLBACK declaration by Mark Pizzolato · 7 years ago
  49. b781834 SCP: Add sim_dir_scan API for general use. by Mark Pizzolato · 7 years ago
  50. 6ccbfc7 SCP: Report errno value when starting instruction execution fails by Mark Pizzolato · 7 years ago
  51. 245a85d SCP: Fix Coverity identified memory leak in error expression evaluation path by Mark Pizzolato · 7 years ago
  52. a4b5160 SCP: Add string comparison support to C Style expression evaluation by Mark Pizzolato · 7 years ago
  53. 96d3b5d SCP: Add SCP debug options to default device debug setup by Mark Pizzolato · 7 years ago
  54. 130ad1c SCP: Fix potential error path expression evaluation memory leak (Coverity) by Mark Pizzolato · 7 years ago
  55. 4e508cf SCP: Add C style expression support for IF conditions and SET ENV -A by Mark Pizzolato · 7 years ago
  56. 8fe02ad SCP: Updaeted HELP EVAL to provide meaningful examples. by Mark Pizzolato · 7 years ago
  57. 396679a SCP: Add strtotsv to generally parse signed t_value data (t_svalue). by Mark Pizzolato · 7 years ago
  58. b4ca917 SCP: Add formatting support for signed t_value (t_svalue). by Mark Pizzolato · 7 years ago
  59. 15e86fb SCP, DISK: Fix Coverity identified debug path null pointer dereferences by Mark Pizzolato · 7 years ago
  60. adedce8 SCP: Add quoted string argument to SET ENV otherwise trim whitespace by Mark Pizzolato · 7 years ago
  61. da31dfa SCP: Extend EXAMINE <dev> STATE to display elements of arrayed registers by Mark Pizzolato · 7 years ago
  62. 114a29b SCP: Add PCRE version to SHOW VERSION output by Mark Pizzolato · 7 years ago
  63. 28e4311 SCP: Extended debugging to allow for unit specific debug for disk and tape by Mark Pizzolato · 7 years ago
  64. e7090e7 SCP: Add support to compare file contents with IF -F "file1" == "file2" by Mark Pizzolato · 7 years ago
  65. 0b209d2 SCP: Allow UNIT_RO flag bit to be static when UNIT_ROABLE isn't present. by Mark Pizzolato · 7 years ago
  66. d0004b2 SCP: Compiler const warning cleanup by Mark Pizzolato · 7 years ago
  67. 2051422 SCP: Remove redundant public SCP API declarations by Mark Pizzolato · 7 years ago
  68. c8ca416 SCP: Add git commit time to commit id version information by Mark Pizzolato · 7 years ago
  69. 4cbf4e4 SCP: Fix IF conditional expression parsing to not require spaces around operator by Mark Pizzolato · 7 years ago
  70. d81ff1f SCP: Expose get_sim_opt globally so that local commands can parse switches by Mark Pizzolato · 7 years ago
  71. f33ca2a SCP: Improve throttle help and cleaned up set help formatting by Mark Pizzolato · 7 years ago
  72. 8464b6b SCP: Properly display disk sizes for small disks when capac is in sectors by Mark Pizzolato · 7 years ago
  73. 045d7db SCP: ON CONTROL_C cleanup and SHOW ON support by Mark Pizzolato · 7 years ago
  74. 17e72ad SCP: Display HELP <dev> SET help text for modifiers that require values by Mark Pizzolato · 7 years ago
  75. 760e7f2 SCP: stop_cpu and sim_is_running variables t_bool by Mark Pizzolato · 7 years ago
  76. 797feea SCP: Cleanup minor compiler warning by Mark Pizzolato · 7 years ago
  77. 3a81f63 SCP: Add support to handle CTRL+C while executing command files by Mark Pizzolato · 7 years ago
  78. cc6ff4f SCP: Allow Environment variable names in IF/ASSERT string comparisons by Mark Pizzolato · 7 years ago
  79. 4907dfb SCP: Display default delay values with SHOW SEND. by Mark Pizzolato · 7 years ago
  80. 2cd2f8c SCP: Use explicit filename compare when built without HAVE_GLOB & HAVE_FNMATCH by Mark Pizzolato · 7 years ago
  81. 0fc41cb SCP: Properly cancel very long event waits by Mark Pizzolato · 7 years ago
  82. 39c5217 SCP: Properly reset the event queue prior to run/boot by Mark Pizzolato · 7 years ago
  83. eea15bf SCP: Add DEBUG command to allow Debug enabling/disabling via Remote Console by Mark Pizzolato · 7 years ago
  84. 154320b SCP: Add support for BREAK/EXPECT/UNTIL/IF action steps in remote console by Mark Pizzolato · 7 years ago
  85. 80c1c9e SCP: Silence Coverity warning by Mark Pizzolato · 7 years ago
  86. 833927d SCP: Cleanup compiler warnings by Mark Pizzolato · 7 years ago
  87. fbcf72a SCP: Allow commands to be enclosed in quotes. by Mark Pizzolato · 7 years ago
  88. 9086b26 SCP: Allow semicolons within quoted strings while parsing action strings by Mark Pizzolato · 7 years ago
  89. 72d4622 SCP: Add ECHOF command which takes a quoted string as an argument by Mark Pizzolato · 7 years ago
  90. 9b1f44f SCP: Remove optional write_callback in the REGister structure by Mark Pizzolato · 7 years ago
  91. a4a6a1d SCP: Fix regression which disabled limit check when parsing unsigned integers by Mark Pizzolato · 7 years ago
  92. 133cf72 SCP: Move test for unit disabled to also cover devices with attach routines by Mark Pizzolato · 7 years ago
  93. 0293d7f SCP: Enrich EXPECT and SEND help and document information by Mark Pizzolato · 7 years ago
  94. 7246e74 SCP: Add a SIM_OSTYPE built-in environment variable. by Mark Pizzolato · 7 years ago
  95. 61679ed SCP: Add optional write_callback to REGister structure called only on DEPOSIT by Mark Pizzolato · 7 years ago
  96. 9bb1cfd SCP: Add useful info for HELP SET CONSOLE options by Mark Pizzolato · 7 years ago
  97. 733ac0d SCP: Make SLEEP command interruptable with SIGINT by Mark Pizzolato · 7 years ago
  98. 097172f doc: Add missing commands descriptions by Mark Pizzolato · 7 years ago
  99. 4ca544f SCP: Add SLEEP command by Mark Pizzolato · 7 years ago
  100. 9134b8e SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0] by Mark Pizzolato · 7 years ago