Commit Graph

868 Commits

Author SHA1 Message Date
Marty Kraimer c43b60c6ef allow null string or * 2004-07-15 12:03:41 +00:00
Marty Kraimer 4a7152c1a2 dbl dbhcr no longer have filename arg; char => const char 2004-07-08 15:09:49 +00:00
Marty Kraimer 55ac37cfac Data Base Request Option DBR_ENUM_STRS for the DTYP field ofsoft records can cause an IOC to crash. 2004-06-07 12:11:20 +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
Andrew Johnson cac8ee7b0e Removed dbCommon.h dependency on O.Common directory, it was causing much
extra compilation and linking the *second* time you run gnumake.
2004-04-19 21:54:44 +00:00
Marty Kraimer 5f08b2170a make test commands more crash resistant 2004-04-06 13:26:56 +00:00
Marty Kraimer ff08561ba0 fix double to float conversion bug 2004-04-05 13:17:30 +00:00
Jeff Hill a0e0cd7ef5 fixed channel uninstall message was not sent to server and other problems 2004-04-02 00:01:45 +00:00
W. Eric Norum bfd0826f03 A NULL or empty name is an error. 2004-02-19 01:17:39 +00:00
W. Eric Norum 72db656797 Don't dereference NULL pointer argument. 2004-02-19 01:15:08 +00:00
Jeff Hill 565a47935c fixed solaris warnings 2004-01-23 20:15:35 +00:00
Jeff Hill bb05cea3c1 fixed solaris warnings 2004-01-23 19:55:11 +00:00
Jeff Hill 21ea090431 fixed missing code interfacing back to net io subsystem 2004-01-22 21:04:03 +00:00
W. Eric Norum 0b3f346659 Don't seg-fault if no argument is passed to dbtr. 2004-01-19 19:52:08 +00:00
Andrew Johnson 1425980268 Cleanup: removed two ancient unused routines. 2004-01-15 20:54:02 +00:00
Andrew Johnson 4c0bf5025f Fix issue with one unpatched Solaris compiler version. 2004-01-15 20:01:31 +00:00
Jeff Hill 67fbf44633 fixed io cancel shutdown order problem 2004-01-15 02:52:28 +00:00
Jeff Hill a2531d6bc9 fixed gnu warnings 2004-01-15 02:51:35 +00:00
Jeff Hill 60a797048a many changes associated will disconnecting the channel but not disconnecting
the circuit
2004-01-15 01:42:49 +00:00
Janet B. Anderson de70a70b1b Added COMPAT_313 macro for building/installing R3.13 compatability files. 2004-01-13 16:15:05 +00:00
Jeff Hill 38599f8391 fixed template parameters to match 2004-01-09 01:30:28 +00:00
Jeff Hill cde473e4d9 fixed names 2004-01-09 01:05:27 +00:00
Jeff Hill f04fa5fdf3 many changes associated will disconnecting the channel but not disconnecting the circuit 2004-01-09 00:42:15 +00:00
Marty Kraimer 5902d83d19 changes for dbCaPutCallback 2003-12-16 19:47:48 +00:00
Jeff Hill df1e65bc8a throw a standard exception 2003-11-14 16:52:55 +00:00
Marty Kraimer 46a8fac619 add dbCaPutLinkCallback 2003-11-06 16:39:05 +00:00
Marty Kraimer a07722260f change DB CA to DB CA Link 2003-11-04 13:01:15 +00:00
W. Eric Norum 1c55c85de9 The IOC shell dose not convert a 0 command-line argument to a NULL pointer.
Allow "" to indicate that all record types should be printed.
2003-11-03 22:43:50 +00:00
Jeff Hill 35d07ffbda changed the name of cxxCompilerDependencies.h to compilerDependencies.h 2003-09-17 19:25:31 +00:00
W. Eric Norum c30c884687 Make arguments match format string. 2003-09-16 18:54:43 +00:00
Andrew Johnson 89addc09d7 Enhanced the TPRO trace output to include the executing thread name 2003-08-12 21:53:14 +00:00
Marty Kraimer 6ea736d0ed put notify did not act properly if a record had disp=TRUE 2003-08-05 16:03:02 +00:00
Janet B. Anderson a892dffd12 Only build OBJS for vxWorks. 2003-08-04 21:42:39 +00:00
Robert Soliday ce29455411 Minor changes added for Borland's C++ compiler on Linux 2003-08-01 19:13:39 +00:00
Marty Kraimer 958b13368b fdopen for write only 2003-05-12 14:40:27 +00:00
Ralph Lange 8e44835903 Fixed/suppressed HP-UX (GNU) warnings 2003-04-23 15:22:56 +00:00
Jeff Hill 778f8936e5 added ca_dump_dbr 2003-04-18 15:39:12 +00:00
Marty Kraimer 2826afb3f9 putNotifyBlocked no longer necessary 2003-04-15 20:05:55 +00:00
Marty Kraimer 6f8d94c8dd use %g instead of %f. Saves several lines of code 2003-04-08 15:25:16 +00:00
Marty Kraimer cb4e242b40 only the sscanf should have the %lf 2003-04-07 12:41:12 +00:00
Marty Kraimer 6958eafd44 %lf instead of *f 2003-04-07 12:13:10 +00:00
Andrew Johnson 68f93f75ed Renamed scan_list.rate => scanlist.period (which is really is).
float => double change for temp value.
Added scanPeriod() routine to convert a menuScan value into seconds.
2003-04-02 20:51:25 +00:00
Marty Kraimer 4b95841fcd more changes to get epicsShare to work on win32 2003-03-28 20:25:43 +00:00
W. Eric Norum 0226c3ff30 Minor cleanup of previous dbl changes. 2003-03-19 14:33:22 +00:00
Marty Kraimer 02485be3b5 fix dbGetLink bug for arrays 2003-03-19 12:35:20 +00:00
W. Eric Norum cf0dca2100 Allow empty strings to stand in for missing or 0 vxWorks argument. 2003-03-19 01:52:56 +00:00
Janet B. Anderson 6021e84957 Changes for shared libraries and os consistancy. 2003-03-18 22:45:03 +00:00
W. Eric Norum 90cf8344c2 Add forward structure declarations to prevent compiler warnings when
recGbl.h is included on its own (i.e. just to get recGblSetSevr).
2003-02-12 21:22:23 +00:00
Jeff Hill 8e5aa40895 removed throw specifications 2003-02-12 18:51:35 +00:00
Jeff Hill 6ce867d70d fixed no termination from event remove loop if event queue is 100% full 2003-01-30 15:48:41 +00:00