Commit Graph

26 Commits

Author SHA1 Message Date
Jan Jaeger
439bdbca92 Remove subversion $Id$ tag
Update copyright statement to 2012
2012-03-24 18:41:51 +11:00
Fish (David B Trout)
1383561eaf Compiler warning refactoring cont'd:
ACTIVATE suppression of certain compiler warnings.
(Most all of which were already being suppressed.)

git-svn-id: file:///home/jj/hercules.svn/trunk@7769 956126f8-22a0-4046-8f4a-272fa8102e63
2011-09-20 12:49:36 +00:00
Paul Gorlinsky
03a4560910 Update Copyright notices to 2011.
git-svn-id: file:///home/jj/hercules.svn/trunk@7593 956126f8-22a0-4046-8f4a-272fa8102e63
2011-07-18 22:19:10 +00:00
Fish (David B Trout)
be6883f97d (add comment)
git-svn-id: file:///home/jj/hercules.svn/trunk@7570 956126f8-22a0-4046-8f4a-272fa8102e63
2011-07-16 00:43:10 +00:00
Paul Gorlinsky
0ba658c067 Fix C4748 VS2010 waring in bootstrap.c
git-svn-id: file:///home/jj/hercules.svn/trunk@7315 956126f8-22a0-4046-8f4a-272fa8102e63
2011-02-06 20:44:54 +00:00
Paul Gorlinsky
94dfbba159 ENABLE_INSERT_MODE needs SDK v6 + (correct typo)
git-svn-id: file:///home/jj/hercules.svn/trunk@7114 956126f8-22a0-4046-8f4a-272fa8102e63
2010-11-17 22:52:48 +00:00
Paul Gorlinsky
20204deab4 ENABLE_INSERT_MODE needs SDK v6 +
git-svn-id: file:///home/jj/hercules.svn/trunk@7113 956126f8-22a0-4046-8f4a-272fa8102e63
2010-11-17 22:30:03 +00:00
Paul Gorlinsky
6707c98a23 Add proper casting
git-svn-id: file:///home/jj/hercules.svn/trunk@7104 956126f8-22a0-4046-8f4a-272fa8102e63
2010-11-13 03:16:36 +00:00
Fish (David B Trout)
e28bac6b04 Improved "Unhandled Exception" handling logic for MSVC builds
to catch exceptions that occur in ANY thread (rather than just
in the main thread like before).

git-svn-id: file:///home/jj/hercules.svn/trunk@7097 956126f8-22a0-4046-8f4a-272fa8102e63
2010-11-10 15:36:09 +00:00
Paul Gorlinsky
cb3878faae Update notices; Standardize preamble...
git-svn-id: file:///home/jj/hercules.svn/trunk@5961 956126f8-22a0-4046-8f4a-272fa8102e63
2010-05-10 23:38:28 +00:00
Fish (David B Trout)
f56e6bf75f Windows builds: Don't SetConsoleCtrlHandler
nor disable the Close menu if being debugged.

git-svn-id: file:///home/jj/hercules.svn/trunk@5843 956126f8-22a0-4046-8f4a-272fa8102e63
2010-04-18 03:04:34 +00:00
Paul Gorlinsky
8eb7e78c7c Add new command CMDLEVEL and support for multiple levels or grouping of commands. OPER, MAINT, PROG, DEVEL, and DEBUG. Default is working as before. This only causes user input commands to be limited. HAO, panel functions, and DIAGnose initiated work as before.
git-svn-id: file:///home/jj/hercules.svn/trunk@5769 956126f8-22a0-4046-8f4a-272fa8102e63
2010-03-29 22:34:30 +00:00
Paul Gorlinsky
1c13931baa Disable Windows 'X' box to prevent accidental close of Hercules window.
git-svn-id: file:///home/jj/hercules.svn/trunk@5678 956126f8-22a0-4046-8f4a-272fa8102e63
2010-03-14 03:10:56 +00:00
Roger Bowler
ba6dd770e8 Standardize comments in module prologs and elsewhere
git-svn-id: file:///home/jj/hercules.svn/trunk@5586 956126f8-22a0-4046-8f4a-272fa8102e63
2009-12-31 10:29:11 +00:00
Fish (David B Trout)
d3e66cecff Increase time-intervals accuracy to 1 millisecond for Windows builds (insert
timeBeginPeriod/timeEndPeriod call at begin/end of Hercule 'main' function)


git-svn-id: file:///home/jj/hercules.svn/trunk@4803 956126f8-22a0-4046-8f4a-272fa8102e63
2008-07-17 00:22:11 +00:00
Ivan Warren
eb1fb02cee - Move setting of CPU priority after spwaning timer thread
- Added support for Posix 1003.1e capabilities


git-svn-id: file:///home/jj/hercules.svn/trunk@4573 956126f8-22a0-4046-8f4a-272fa8102e63
2008-02-19 11:49:19 +00:00
Fish (David B Trout)
a2eb0b57c7 Permanently disable in bootstrap.c Microsoft's completely INSANE Invalid CRT Parameter handling behavior
git-svn-id: file:///home/jj/hercules.svn/trunk@4156 956126f8-22a0-4046-8f4a-272fa8102e63
2006-12-28 03:04:34 +00:00
Jan Jaeger
64b9a97a0d Add CVS message log
git-svn-id: file:///home/jj/hercules.svn/trunk@4102 956126f8-22a0-4046-8f4a-272fa8102e63
2006-12-08 09:43:35 +00:00
Fish (David B Trout)
35c67102fe Minor adjustment to C4748 fix.
git-svn-id: file:///home/jj/hercules.svn/trunk@3968 956126f8-22a0-4046-8f4a-272fa8102e63
2006-09-19 09:41:16 +00:00
Fish (David B Trout)
492d9d1f19 Fix C4748 warning causing build failure
git-svn-id: file:///home/jj/hercules.svn/trunk@3967 956126f8-22a0-4046-8f4a-272fa8102e63
2006-09-18 08:24:55 +00:00
Fish (David B Trout)
2de2208a43 Use non-NULL HWND for MessageBox w/sysmodal + topmost + foreground flags (and send special GUI msg too) to resolve PR# build_msc/7: Herc "OOPS!" Crash MiniDump dialog not appearing.
git-svn-id: file:///home/jj/hercules.svn/trunk@3964 956126f8-22a0-4046-8f4a-272fa8102e63
2006-09-16 12:16:29 +00:00
Fish (David B Trout)
0e3f24ff5f workaround misformatted "Dump "chopped pathname" created" message.
git-svn-id: file:///home/jj/hercules.svn/trunk@3747 956126f8-22a0-4046-8f4a-272fa8102e63
2006-03-18 06:10:17 +00:00
Greg Smith
9bb9cc5732 19 Jan 2006 Tweaks to SET_THREAD_NAME - Greg Smith
git-svn-id: file:///home/jj/hercules.svn/trunk@3636 956126f8-22a0-4046-8f4a-272fa8102e63
2006-01-20 01:09:30 +00:00
Fish (David B Trout)
e219ebea50 SET_THREAD_NAME for easier MSVC debugging
git-svn-id: file:///home/jj/hercules.svn/trunk@3555 956126f8-22a0-4046-8f4a-272fa8102e63
2005-12-31 20:01:59 +00:00
Jay Maynard
2370aac4ee The big move: moving MSVC (mingw_port) branch to the trunk. Cross your
fingers...


git-svn-id: file:///home/jj/hercules.svn/trunk@3027 956126f8-22a0-4046-8f4a-272fa8102e63
2005-09-24 16:17:46 +00:00
Ivan Warren
4e6933f81c Redo libtool_exp_merge_1 initial merge/commit
git-svn-id: file:///home/jj/hercules.svn/trunk@1958 956126f8-22a0-4046-8f4a-272fa8102e63
2003-09-15 13:47:10 +00:00