087f0afafb
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn2003-08-05 18:38:18 +00:00
f973722d5a
suppress warning mesage if no record/device/driver support
Marty Kraimer2003-08-05 18:03:31 +00:00
cd10c21647
Previously if a dbGetLink failed on one of the input links, dbGetLink was not called for the remaining links. Now it is
Marty Kraimer2003-08-05 18:01:43 +00:00
6ea736d0ed
put notify did not act properly if a record had disp=TRUE
Marty Kraimer2003-08-05 16:03:02 +00:00
ec11da3a05
RTEMS header files have just too many functions whose prototypes are removed when -ansi is specified.
W. Eric Norum2003-07-30 21:42:54 +00:00
09d50b3213
Export RELEASE entries in environment for tools (MSI in particular)
Andrew Johnson2003-07-30 21:35:30 +00:00
e80f7b4ce1
added wrapper around tmpfile so that we can have a windows specific implementation
Jeff Hill2003-07-30 16:02:58 +00:00
fecb32a960
use epicsTempFile in libCom to get around weaknesses in the win32 tmpfile
Jeff Hill2003-07-30 16:01:28 +00:00
1184e2ab21
now dependent on epicsTempFile in libCom
Jeff Hill2003-07-30 16:00:43 +00:00
0f74d195e1
moved extern "C" down so that it does not have unanticipated side effects on the included header files
Jeff Hill2003-07-30 15:59:47 +00:00
44d234535e
reorganized so that we maintain only one interface specification
Jeff Hill2003-07-30 15:58:24 +00:00
d719a6859c
reorganized so that we maintain only one interface specification - this makes the posix implementation slightly slower, but these arealready very slow routines so there shouldnt be any noticable impact.
Jeff Hill2003-07-30 15:57:20 +00:00
19dba4225a
toolsComm now calls libCom so there is a new build order
Jeff Hill2003-07-30 15:53:25 +00:00
d1d2a1bac8
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn2003-07-25 19:43:41 +00:00
0c8d2336b7
Echo lines read from scripts after macro expansion has completed.
W. Eric Norum2003-07-25 15:31:43 +00:00
360c3f4a36
Fixed small bug which also allows the script to run properly on RH9.0 (I'm not sure why it wouldn't run before though)
Andrew Johnson2003-07-25 15:17:57 +00:00
b0d5f21a87
Modify DBD variable keyword to allow both int and double variables.
Andrew Johnson2003-07-23 21:53:20 +00:00
952387a9dc
Install files listed in INC_vxWorks into include/os/vxWorks etc.
Andrew Johnson2003-07-23 20:19:36 +00:00
c4bf96b4f8
registerRecordDeviceDriver.h no longer needed/appropriate.
Andrew Johnson2003-07-23 18:54:49 +00:00
956ddf6695
Rename the registerRecordDeviceDriver routine.
Andrew Johnson2003-07-23 18:36:26 +00:00
803f0bccbb
Name the registerRecordDeviceDriver subroutine after the dbd file it was created from; allows applications to be split up and loaded separately.
Andrew Johnson2003-07-22 19:48:35 +00:00
f24895c325
Name the registerRecordDeviceDriver subroutine after the dbd file it was created from; allows applications to be split up and loaded separately.
Andrew Johnson2003-07-22 15:36:29 +00:00
55b72128e4
Added dbd variable keyword. Reorganized the later parts of the file, which were not well-structured HTML and which were causing problems with different versions of Amaya.
Andrew Johnson2003-07-18 16:11:24 +00:00
7455d3df07
code to remove channel from the event queue when it is deleted
Jeff Hill2003-07-18 15:48:28 +00:00
b697fc2acc
fixed base to use close on exec options whenever creating a socket on posix compliant systems
Jeff Hill2003-07-16 17:45:09 +00:00
a907bc4df3
Expand line *before* breaking into arguments. a) Much more efficient b) Allows expansion to multiple arguments.
W. Eric Norum2003-07-16 12:35:33 +00:00