1. 1d360ef ibm1130: Fix build on FreeBSD as discussed in #499 by Mark Pizzolato · 7 years ago
  2. ce5d7de IBM1130: Make timer logic consistent with comments describing expected action by Mark Pizzolato · 7 years ago
  3. 0559308 IBM1130: Fix Coverity identified PTR positioning bookkeeping by Mark Pizzolato · 7 years ago
  4. 5d1f5c3 IBM1130: Address Coverity identified issues in CR device by Mark Pizzolato · 7 years ago
  5. 197bca5 IBM1130: Add necessary parenthesis to conditional expression (Coverity) by Mark Pizzolato · 7 years ago
  6. 86b8a7d IBM1130: Avoid focus change to the command window when using a telnet console by Mark Pizzolato · 7 years ago
  7. 930e497 IBM1130: Properly sync GUI info at startup by Mark Pizzolato · 7 years ago
  8. 99e833f IBM1130: GUI support for alternate disk booting (James Fehlinger) by Mark Pizzolato · 7 years ago
  9. 85deff8 IBM1130: Set PLOT device disabled when plot support isn't available by Mark Pizzolato · 7 years ago
  10. 089740a IBM1130: Fix GUI POWER and RESET buttons to properly synch with main thread by Mark Pizzolato · 7 years ago
  11. 83d414d IBM1130: Fix missing x64 GUI declaration by Mark Pizzolato · 7 years ago
  12. 73a058a IBM1130: Allow 32bit and 64bit build of GUI (Jim Fehlinger) by Mark Pizzolato · 7 years ago
  13. a9cd426 IBM1130: Change position, color, text of buttons to match real 1130 by Mark Pizzolato · 7 years ago
  14. b085067 IBM1130: Clarify prompts to handle incorrect file drops into GUI by Mark Pizzolato · 7 years ago
  15. 1cf4f77 IBM1130: more robust detection of SCP command files dropped into GUI by Mark Pizzolato · 7 years ago
  16. d9cc663 IBM1130: Add SCP command file auto detect for files dropped into GUI by Mark Pizzolato · 7 years ago
  17. 50ee797 IBM1130: Force update of GUI prior to reading commands by Mark Pizzolato · 7 years ago
  18. 6c39b3a IBM1130: Change disk device labels to reflect correct drive numbers by Mark Pizzolato · 7 years ago
  19. b8f6dfa IBM1130: Make sure GUI Card Reader doesn't change while simulator is running by Mark Pizzolato · 7 years ago
  20. 22efe75 IBM1130: Move focus to console input window after all GUI button presses by Mark Pizzolato · 7 years ago
  21. e0a45f9 IBM1130: Fix non-windows build by Mark Pizzolato · 7 years ago
  22. 17c56a0 IBM1130: Bring focus to the SCP window at appropriate times with GUI console by Mark Pizzolato · 7 years ago
  23. fee3e81 IBM1130: Disallow printer 'paper' removal with simulator running by Mark Pizzolato · 7 years ago
  24. 4df0a9f IBM1130: Properly serialize commands and waiting for command completion by Mark Pizzolato · 7 years ago
  25. 5917787 IBM1130: Fix plot compile issues when plot device is enabled by Mark Pizzolato · 7 years ago
  26. ab4ee75 IBM1130: Give notepad a chance to open its file before proceeding by Mark Pizzolato · 7 years ago
  27. 6ae7437 IBM1130: Fix missing CONST in plot declarations (James Fehlinger) by Mark Pizzolato · 7 years ago
  28. bc6caf5 IBM1130: Rework GUI -> SCP input processing to really stuff input by Mark Pizzolato · 7 years ago
  29. 0269901 IBM1130: Correct label in GUI Operation Tags->Operation Flags by Mark Pizzolato · 7 years ago
  30. 58f6e7d IBM1130: Pickup the latest utils from ibm1130software.zip from ibm1130.org by Mark Pizzolato · 7 years ago
  31. e7dbc8e IBM1130: Change peeks into the event queue to only consider ibm1130 events by Mark Pizzolato · 7 years ago
  32. b866f76 IBM1130: Cleanup GUI command interactions and shutdown activities by Mark Pizzolato · 7 years ago
  33. 0c27d1f IBM1130: Convert Tabs to Spaces by Mark Pizzolato · 7 years ago
  34. cbf90e7 IBM1130: Remove internal DELETE command since SCP provides one now. by Mark Pizzolato · 8 years ago
  35. d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
  36. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  37. 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
  38. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  39. 1fb209c SOCKETS: Cleanup, simplify and extend the sim_sock API set. by Mark Pizzolato · 10 years ago
  40. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  41. 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  42. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  43. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  44. 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  45. f386776 Compiler warning fixes from Brian Knittel by Mark Pizzolato · 11 years ago
  46. d01b070 More compiler suggested cleanups by Mark Pizzolato · 11 years ago
  47. 38a0448 Fixed declaration error in ibm1130 simulator and properly exported the newly renamed routine sim_sub_args. by Mark Pizzolato · 12 years ago
  48. e65ef13 Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org by Mark Pizzolato · 12 years ago
  49. 960c5b5 Fix issues observed by Sun C compiler by Mark Pizzolato · 12 years ago
  50. 374b13f Fixes to infinite loop issues found by Mikulas Patocka by Mark Pizzolato · 12 years ago
  51. 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
  52. eb7e3b8 Fixed compiler issue when compiling with MinGW. by Mark Pizzolato · 12 years ago
  53. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  54. 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
  55. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  56. 0b1b5f1 scp.c - Added a 'set prompt "XXX"' command to change the prompt which is used while scp collects command input. by Mark Pizzolato · 12 years ago
  57. 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
  58. 57008bb Cleaned up nested comments by Mark Pizzolato · 12 years ago
  59. 3049f16 Compiler detected unsigned bug by Mark Pizzolato · 13 years ago
  60. 93f14f7 Compile cleanups by Mark Pizzolato · 13 years ago
  61. 599c471 ibm1130 - Compiler cleanup by Mark Pizzolato · 14 years ago
  62. d81365b Compile cleanups. by Mark Pizzolato · 14 years ago
  63. a6964f8 Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms by Mark Pizzolato · 14 years ago
  64. 35eac70 Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc1
  65. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  66. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  67. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  68. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  69. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  70. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  71. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  72. f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
  73. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  74. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  75. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  76. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11