1. 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
  2. 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
  3. 9022de5 SCP: Removed the irrelevant sim_deb_PC variable since it duplicates the role sim_PC simulator variable. by Mark Pizzolato · 11 years ago
  4. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  5. 00afa58 SCP: Added hierarchical help capability (from Timothe Litt) by Mark Pizzolato · 11 years ago
  6. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  7. 600d6f5 SCP: Added a mechanism to allow debugging output to display PC values for simulators which don't have a simple register which contains the PC value. by Mark Pizzolato · 11 years ago
  8. 572ed34 Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66 by Mark Pizzolato · 11 years ago
  9. 9844ba6 Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions. by Mark Pizzolato · 11 years ago
  10. 99c1305 Merge remote-tracking branch 'origin/master' into Operator-Commands by Mark Pizzolato · 12 years ago
  11. b886fb2 Add Remote Console support by Mark Pizzolato · 12 years ago
  12. e65ef13 Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org by Mark Pizzolato · 12 years ago
  13. 5bba4da Added support for MTAB entries to have values which contain quoted strings (which can therefore contain spaces and/or other characters which might normally be delimiters. Need suggested by Michael Mondy by Mark Pizzolato · 12 years ago
  14. d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
  15. ad4d5be Give preference with HELP dev SHOW and HELP dev SET for unit modifiers to be displayed with a unit number as an example (unless the device has only one unit). by Mark Pizzolato · 12 years ago
  16. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  17. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  18. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  19. dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
  20. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  21. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  22. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  23. 2b5ceae Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active by Mark Pizzolato · 12 years ago
  24. bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 12 years ago
  25. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 12 years ago
  26. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago
  27. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  28. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  29. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  30. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  31. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  32. a339dae Extensive Control Flow Enhancements: by Mark Pizzolato · 13 years ago
  33. ab3af30 - Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well. by Mark Pizzolato · 13 years ago
  34. 7c51414 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 by Mark Pizzolato · 13 years ago
  35. 9e220f1 Cleaned up VMS builds using various versions of the Dec/Compaq/HP C compilers by Mark Pizzolato · 13 years ago
  36. db99885 scp - Added expansion of %STATUS% and %TSTATUS% in do command by Mark Pizzolato · 14 years ago
  37. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  38. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago
  39. 766e705 Added SET ON, SET NOON, ON, GOTO and RETURN command support by Mark Pizzolato · 14 years ago v4.0-devel
  40. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  41. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  42. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  43. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  44. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  45. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  46. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  47. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  48. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0