W. Eric Norum
2b21145d19
Fix int/pointer conversion warnings.
2004-06-17 04:07:34 +00:00
W. Eric Norum
6a1ea9df6a
Add missing include.
2004-06-17 01:12:58 +00:00
W. Eric Norum
ec29674d06
Fix missing format.
2004-06-17 01:12:40 +00:00
W. Eric Norum
6fe68a0cb3
Fix printf args/formats.
2004-06-17 01:10:59 +00:00
Andrew Johnson
b9fa2e7515
More string termination bugs, this time missing terminators.
2004-06-16 19:10:11 +00:00
W. Eric Norum
58a741d845
Clean up -- use epicsStrDup instead of ad-hoc allocation.
2004-06-16 13:21:52 +00:00
Andrew Johnson
f291862044
Fixed dbLoadTemplates oops! Environment variables tests don't exercise the
...
non-dirty path as much...
2004-06-15 19:07:51 +00:00
Andrew Johnson
7035e0f475
Replaced macErrMessage macros with errlogPrintf
...
Fixed 2 possible buffer overflow bugs
Added an entry type string for error/warning messages
Implemented default values in macro expansions $(name=default)
Improved usefulness of error reporting
2004-06-11 15:40:14 +00:00
W. Eric Norum
7c5e384d08
Cosmetic typo.
2004-06-04 19:51:23 +00:00
Andrew Johnson
751e52a314
Fix some warnings on solaris-sparc.
2004-06-02 20:55:09 +00:00
Andrew Johnson
becd80c4d8
Patch from Jeff Hill, fixes a Tornado 2.2 build problem.
2004-06-02 20:43:21 +00:00
Andrew Johnson
7366f7359c
Added final call to errlogFlush(), needed for solaris-sparc-gnu for some
...
unknown reason - without it, the program doesn't always exit properly.
2004-05-28 18:17:25 +00:00
Jeff Hill
ae5c8365d2
builds now on tornado
2004-05-27 14:31:24 +00:00
Ralph Lange
987f598804
Relative (percent) error -> absolute; units -> SI
2004-05-26 11:04:50 +00:00
Jeff Hill
5ecac228c6
fixed large new size that throws an exception
2004-05-25 17:27:23 +00:00
Jeff Hill
51a1d5991d
when testing new failure use max for type size_t instead of LONG_MAX
2004-05-25 14:45:22 +00:00
W. Eric Norum
4818d705a5
HPUX needs to use SIGALRM and so can't use the POSIX version.
2004-05-18 17:36:31 +00:00
Andrew Johnson
2bef3a2d08
Added two new envParams and converted iocsh to use these instead of getenv()
2004-05-17 21:40:10 +00:00
Andrew Johnson
267e352bb5
Fix problem introduced by Win32 fix, do it properly.
2004-05-17 21:07:10 +00:00
Janet B. Anderson
22df40f776
Added chomp for win32 builds.
2004-05-17 14:27:11 +00:00
W. Eric Norum
32d48f7dcd
Clean up system-call-interrupt mechanism.
2004-05-14 13:36:01 +00:00
Jeff Hill
3dff2767c7
fixed gnu compiler detected issues
2004-05-13 20:05:47 +00:00
Jeff Hill
cbcc94ba9e
fixed missing ansi header
2004-05-13 19:55:25 +00:00
Jeff Hill
c91c7b32f0
use TCP circuits
2004-05-13 19:53:28 +00:00
Jeff Hill
a4c47660f3
added socket unblock mechanism test
2004-05-13 15:33:23 +00:00
Jeff Hill
800d614eed
added socket unblock mechanism test
2004-05-13 15:22:25 +00:00
Jeff Hill
22bc683370
rearranged test order
2004-05-13 15:08:29 +00:00
Jeff Hill
87b4d8db21
added socket unblock mechanism test
2004-05-13 14:48:28 +00:00
Jeff Hill
37958418e4
added socket unblock mechanism test
2004-05-13 14:35:24 +00:00
Jeff Hill
965a511c47
added socket unblock mechanism test
2004-05-12 20:51:25 +00:00
Jeff Hill
cab998f40d
renamed chronIntIdResTable::add to chronIntIdResTable::idAssignAdd to avoid
...
hiding resTable::add in the public base class
2004-04-28 22:15:06 +00:00
Jeff Hill
563733cf3c
changed to call new idAssignAdd func
2004-04-28 22:11:25 +00:00
W. Eric Norum
21e72e7f13
Change include quotes from "" to <>.
...
When "" are used the posix osiUnistd.h is included rather than the
os-specific osiUnistd.h.
2004-04-28 20:06:05 +00:00
W. Eric Norum
ee99561235
No, Darwin really does need to use signals to unblock socket I/O.
2004-04-28 01:20:50 +00:00
W. Eric Norum
14aa5b47b0
Darwin uses shutdown rather than signals to break out of socket I/O.
2004-04-27 21:33:44 +00:00
Jeff Hill
5ed18e6e6f
added missing #include
2004-04-27 18:07:58 +00:00
Jeff Hill
b76257a0d6
fixed temp file creation issues on win32
2004-04-27 17:39:25 +00:00
Andrew Johnson
d844c2dd61
LynxOS support files were removed from configure/os some time back.
2004-04-27 14:57:54 +00:00
Andrew Johnson
068613e447
Fix for Win32
2004-04-26 16:11:29 +00:00
Andrew Johnson
cb4604a157
Add dependencies for envData.c
2004-04-23 18:16:22 +00:00
Andrew Johnson
0b52634e38
Use envGetConfigParamPtr() instead of getenv() for EPICS_TS_NTP_INET,
...
needed to allow a default time server to be set in CONFIG_SITE_ENV.
Also cleaned up some unnecessary string copying.
2004-04-23 17:56:07 +00:00
Andrew Johnson
76f1fdf92d
Tidy up, fixed problem in Bug #76 .
2004-04-22 20:10:10 +00:00
W. Eric Norum
429c47eb11
Add epicsStrSnPrintEscaped.
2004-04-20 01:05:23 +00:00
Ralph Lange
b3872bf14a
Fixed DLL definitions for epicsGetopt (on WIN)
2004-04-14 15:45:27 +00:00
Ralph Lange
1ab4c344aa
+= epicsGetopt to declare (default) or implement (WIN) getopt()
2004-04-14 14:38:25 +00:00
Marty Kraimer
6b0f70a734
fix memory leak in epicsThreadPrivateDelete
2004-04-07 14:19:30 +00:00
Marty Kraimer
610eb4ea87
add epicsConvert
2004-04-05 12:54:27 +00:00
Marty Kraimer
6ff5355e3e
epicsConvert is new. For now it just has epicsConvertDoubleToFloat
2004-04-05 12:41:02 +00:00
Andrew Johnson
af97e702d1
Added function() keyword handling to dbd files again, works properly now.
...
Also moved the code from the generated app_registerRecordDeviceDriver.cpp
file to iocsh/registryCommon.*
2004-03-30 21:56:26 +00:00
Ken Evans
35d8565e41
Added linefeed at the end of osdTime.h.
2004-03-29 19:55:34 +00:00