- faae90e ID16: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
- 1c83826 ID32: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
- e1f8e88 ID16, ID32: Fixed testing of 8b mode and echoed character (COVERITY) by Bob Supnik · 8 years ago
- 6f036bb ID16, ID32: Added mask on EXE repeat count (COVERITY) by Bob Supnik · 8 years ago
- d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 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
- c221e1f ALTAIR, Interdata, LGP, NOVA: Addition of sim_printf in various places from Bob Supnik by Mark Pizzolato · 10 years ago
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- 54a4845 ALL: Revert "ALL: make sure all useful state is in simh registers while processing events" by Mark Pizzolato · 10 years ago
- 5551a0d ALL: make sure all useful state is in simh registers while processing events by Mark Pizzolato · 10 years ago
- 30d2db2 GRI, I1401, I7094, ID16, ID32, LGP, NOVA: Change a few tabs to spaces which had crept in over time. by Mark Pizzolato · 10 years ago
- c2cef3c ALL: Avoid name space collision for the global variable PC when readline is dynamically loaded in many simulators. by Mark Pizzolato · 10 years ago
- c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
- 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
- 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
- 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 026dd98 Merge latest from Bob Supnik by Mark Pizzolato · 11 years ago
- 4e5f910 Compiler nits for void * assignments from Bob Supnik by Mark Pizzolato · 11 years ago
- 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
- 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
- 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
- 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
- 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
- b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
- a3b0dc3 Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. by Mark Pizzolato · 12 years ago
- 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
- 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 13 years ago
- 57008bb Cleaned up nested comments by Mark Pizzolato · 13 years ago
- db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 13 years ago
- 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
- fabdf73 Compiler cleanup after v3.9-0 merge by Mark Pizzolato · 13 years ago
- a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
- 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
- 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
- 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
- 6149cc7 Notes For V3.7 by Bob Supnik · 18 years ago v3.7-1
- 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
- 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
- dc871fa Notes For V3.6-0 by Bob Supnik · 19 years ago v3.6-0
- a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
- 1e704bf Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-1
- b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
- ec60bbf Notes For V3.4-0 by Bob Supnik · 20 years ago v3.4-0
- 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
- 9b5c8c9 Notes For V3.3-1 by Bob Supnik · 20 years ago v3.3-1
- b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
- 2e00e11 Notes For V3.2-3 by Bob Supnik · 20 years ago v3.2-3
- e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
- 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
- 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
- f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
- 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
- 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
- f20f5c6 Notes For V2.10-3 by Bob Supnik · 22 years ago v2.10-3
- 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2