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 |
|
Ken Evans
|
a473612084
|
Added a version of gphDump that writes to an arbitrary file pointer
rather than stdout.
|
2004-03-29 19:35:58 +00:00 |
|
W. Eric Norum
|
3bc6a48ade
|
Install correct handler.
Avoid infinitely-recursive handler calls.
|
2004-03-24 17:57:56 +00:00 |
|
W. Eric Norum
|
a170d40be2
|
Read errors resulting from interrupted system calls are not fatal.
|
2004-03-24 01:45:23 +00:00 |
|
Andrew Johnson
|
c07e6af98c
|
Removed spectrumRecord and related libCom code.
|
2004-03-23 20:47:42 +00:00 |
|
Marty Kraimer
|
82f5d588db
|
replace p by pcar_<type>_
|
2004-02-17 13:21:39 +00:00 |
|
Jeff Hill
|
13a779ca81
|
installed fft routines
|
2004-02-10 21:43:57 +00:00 |
|
Jeff Hill
|
7517890d03
|
installed
|
2004-02-10 21:43:17 +00:00 |
|
Jeff Hill
|
8799d3c6ba
|
fixed template arg does not default with sunpro
|
2004-02-09 21:28:07 +00:00 |
|
Jeff Hill
|
2c68ac3a10
|
fixed sunpro warnings
|
2004-02-07 01:22:26 +00:00 |
|
Jeff Hill
|
1fa297d34f
|
fixed sunpro warnings
|
2004-02-07 01:21:30 +00:00 |
|
Jeff Hill
|
452a040183
|
fixed sunpro warnings
|
2004-02-07 00:38:19 +00:00 |
|