7d7f4df700
Avoid an optimizer bug that is present in the Tornado 2.x 68K C compilers at anything greater than -O0. Not a problem in C++ though.
Andrew Johnson2004-11-17 19:59:20 +00:00
146eb58120
Revive the canary, and add a test routine that checks whether the optimizer bug is still present. Tornado 2.x compilers for 68K need -O0 to work.
Andrew Johnson2004-11-17 19:58:09 +00:00
e658f3c108
Workaround for Tornado 2.x compilers, fixes Mantis Bug #82.
Andrew Johnson2004-11-17 17:17:18 +00:00
5e94b2146f
Changed printed messages to be the same for all TestAsyn supports.
Ralph Lange2004-11-16 11:30:20 +00:00
87cef6172d
Modified definitions for JAR_INPUT and JARCMD.
Ken Evans2004-11-15 16:20:52 +00:00
98641bcfd2
Add some routines to make porting from vxWorks a little easier. I'm a little leery about my quick hack for rebootHookAdd() since the argument to the 'hooked' function is different.
W. Eric Norum2004-11-11 22:06:52 +00:00
3449a7157a
Added -Qn to CPP because snc sometimes does not like #ident lines.
Janet B. Anderson2004-11-10 21:09:33 +00:00
75a2d6229f
Added -Qn to CPP because snc sometimes does not like #ident lines.
Janet B. Anderson2004-11-10 18:09:54 +00:00
14a47a31e9
partial fix for mantis entry 160 - the following message is avoided by shutting down the socket only if we are not certain if the errno is indicating that the circuit hung up.
Jeff Hill2004-11-09 17:41:53 +00:00
139472e2db
Added $(EPICS_BASE_TOOLS_BIN) to $(PATH) to find dlls for base build tools.
Janet B. Anderson2004-11-09 14:45:01 +00:00
5731e72cf1
Set boot parameters from mot-script-boot if not otherwise specified.
W. Eric Norum2004-11-05 19:51:44 +00:00
c508e485ba
Removed COMMON_JAR, add rule to install existing jar, added jar vpath.
Janet B. Anderson2004-11-01 22:30:10 +00:00
e700d00db0
Moved static constructor call of iocshRegisterCommon() from iocsh.cpp into the output from the registerRecordDeviceDriver.pl script, so standalone sequencer programs don't import all of iocCore unnecessarily.
Andrew Johnson2004-10-29 23:24:35 +00:00
bd4b66de07
Fixed it up to remove package directories during clean. Was previously leaving generated classes (with $ in the name).
Ken Evans2004-10-28 18:56:45 +00:00
9b82574901
fixed recently commited problem in ipAddrToDottedIP
Jeff Hill2004-10-19 18:01:49 +00:00
cb9934b0c7
command line tools caget, camonitor: += as-string option.
Ralph Lange2004-10-19 17:50:58 +00:00
d5e01c38b1
commented out dll main source code
Jeff Hill2004-10-19 17:28:45 +00:00
d4c8dd67d3
use STACK_SIZE_PARAM_IS_A_RESERVATION thread creation option - this should allow more threads to run on XP
Jeff Hill2004-10-19 17:26:01 +00:00
d99c0b613a
DLL main executes in a very limited execution environment - its probably smart to just avoid calling any general purpose code there.
Jeff Hill2004-10-19 17:24:30 +00:00
91097d7d32
return the number of elements copied from address to ascii conversion func
Jeff Hill2004-10-19 17:20:15 +00:00