d1d2a1bac8
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-07-25 19:43:41 +00:00
0c8d2336b7
Echo lines read from scripts after macro expansion has completed.
W. Eric Norum
2003-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 Johnson
2003-07-25 15:17:57 +00:00
7e1db8bc95
Clean up example code.
W. Eric Norum
2003-07-25 15:05:17 +00:00
e536c949e1
Fixed typo.
Janet B. Anderson
2003-07-25 14:53:08 +00:00
13fcc63153
Added fix for full path name when in cygwin shell.
Janet B. Anderson
2003-07-24 20:11:37 +00:00
af073e289d
Use explicit callback so that this code matches the Application Developer's Guide description.
W. Eric Norum
2003-07-24 19:37:51 +00:00
14d410cddb
fixed redundant event queue wakeup
Jeff Hill
2003-07-24 00:07:16 +00:00
b9fb6caffb
Added envPaths functionality, and using these variables in st.cmd files
Andrew Johnson
2003-07-23 22:08:50 +00:00
9b2d79a5c8
Added double support to variable keywords.
Andrew Johnson
2003-07-23 22:00:19 +00:00
b0d5f21a87
Modify DBD variable keyword to allow both int and double variables.
Andrew Johnson
2003-07-23 21:53:20 +00:00
952387a9dc
Install files listed in INC_vxWorks into include/os/vxWorks etc.
Andrew Johnson
2003-07-23 20:19:36 +00:00
c4bf96b4f8
registerRecordDeviceDriver.h no longer needed/appropriate.
Andrew Johnson
2003-07-23 18:54:49 +00:00
956ddf6695
Rename the registerRecordDeviceDriver routine.
Andrew Johnson
2003-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 Johnson
2003-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 Johnson
2003-07-22 15:36:29 +00:00
e38db3e6d3
Documented the dbExpand -o option.
Andrew Johnson
2003-07-22 14:59:38 +00:00
d96c061366
Build object files for vxWorks only.
Janet B. Anderson
2003-07-22 14:54:54 +00:00
7bff35a687
Changed dbExpand rules to use new -o option to specifiy the output filename
Andrew Johnson
2003-07-21 23:08:36 +00:00
9991b7300f
Added a -o outfile option (Bug #28) Tidied up internals.
Andrew Johnson
2003-07-21 23:01:43 +00:00
b17bb61e68
First published version.
Andrew Johnson
2003-07-21 15:34:51 +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 Johnson
2003-07-18 16:11:24 +00:00
7455d3df07
code to remove channel from the event queue when it is deleted
Jeff Hill
2003-07-18 15:48:28 +00:00
a2d4436b83
doc
Jeff Hill
2003-07-18 15:48:08 +00:00
e13dafb8af
dbGetInfoPointer should return void*, not const char* Short-circuit return in dbGetInfo if no item
Andrew Johnson
2003-07-18 14:58:40 +00:00
6661789143
Efficiency improvements. Cut down on copy operations.
W. Eric Norum
2003-07-18 12:33:44 +00:00
a02b3b243e
use close on exec option for sock
Jeff Hill
2003-07-16 23:28:02 +00:00
4428ca3661
fixed base to use close on exec options whenever creating a socket on posix compliant systems
Jeff Hill
2003-07-16 23:22:22 +00:00
9dc92c9b03
turn on close on exec option
Jeff Hill
2003-07-16 22:09:58 +00:00
bb92682ed1
fixed base to use close on exec options whenever creating a socket on posix compliant systems
Jeff Hill
2003-07-16 22:05:54 +00:00
faf5bc3b0e
Added variable keyword example.
Andrew Johnson
2003-07-16 21:28:43 +00:00
10414b4429
Added a debug variable to the example mySub routines, making this settable from the ioc shell.
Andrew Johnson
2003-07-16 21:20:45 +00:00
44031b3e94
Renamed the support library to xxxSupport, to match previous tidy-up.
Andrew Johnson
2003-07-16 20:10:50 +00:00
7cf94abe78
Tidying up various things:
Andrew Johnson
2003-07-16 20:03:52 +00:00
025a73ca42
Added dbDumpVariable command
Andrew Johnson
2003-07-16 19:32:20 +00:00
da56d5e2b8
Added support for new variable dbd keyword, integers only so far.
Andrew Johnson
2003-07-16 18:35:26 +00:00
067c0a3db1
Added support for the new variable dbd keyword, converts to iocshVarDef
Andrew Johnson
2003-07-16 18:24:17 +00:00
84666e054e
fixed include
Jeff Hill
2003-07-16 18:03:02 +00:00
b697fc2acc
fixed base to use close on exec options whenever creating a socket on posix compliant systems
Jeff Hill
2003-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 Norum
2003-07-16 12:35:33 +00:00
835edde87d
Added iocshRegisterVariable
Andrew Johnson
2003-07-15 22:32:09 +00:00
ac4890e5c9
Fixed locking problem in new iocshRegisterVariable routine.
Andrew Johnson
2003-07-15 22:13:23 +00:00
a4c82bfd9f
Touch up previous fix.
W. Eric Norum
2003-07-15 21:17:29 +00:00
417dfcc191
Declare proper linkage for varCallFunc().
W. Eric Norum
2003-07-15 20:47:22 +00:00
86158b907d
Add support for environment variable macro expansion.
W. Eric Norum
2003-07-15 20:38:09 +00:00
d777dc654d
Fixing Eric's rogue checkins from the main trunk.
Andrew Johnson
2003-07-15 19:50:25 +00:00
e70dba5bf9
Macro expansion using environment variables as macro definitions.
W. Eric Norum
2003-07-15 19:04:29 +00:00
3f61b69fa3
var, maclib, etc.
W. Eric Norum
2003-07-15 19:00:09 +00:00
1e2a950e0b
Add support for simple variable set/show.
W. Eric Norum
2003-07-15 18:55:14 +00:00
a2b2ef414d
Add registryChange function.
W. Eric Norum
2003-07-15 18:52:30 +00:00
e628e95d2c
dont assert fail if getsockname returns bad status
Jeff Hill
2003-07-15 16:22:08 +00:00
68120ccb74
doc bug fix for assert fail when getpeername or getsockname return failure status
Jeff Hill
2003-07-15 16:21:27 +00:00
fb3dfef5e8
fixed build errors
Jeff Hill
2003-07-15 16:03:36 +00:00
1fef904a9e
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-07-15 15:56:33 +00:00
6ee9656f43
Add iocshArgPersistentString type.
W. Eric Norum
2003-07-08 20:30:20 +00:00
ac128fc048
Add iocshArgPersistentString type.
W. Eric Norum
2003-07-08 20:14:54 +00:00
7f56802052
Add epicsStrDup().
W. Eric Norum
2003-07-08 19:35:28 +00:00
ad6be99ae4
added notes on fixes to the ASCII error logging system
Jeff Hill
2003-07-08 19:14:16 +00:00
1ac82bb6bd
fixed problem occurring when a message w/o a CR arrives and a CR from an old message is found.
Jeff Hill
2003-07-08 18:36:23 +00:00
d97ca30986
fixed problems occurring when message size exceeds the buffer size
Jeff Hill
2003-07-08 18:32:04 +00:00
cd8b21fafc
removed use of stdio due to win32 portability problems
Jeff Hill
2003-07-08 00:08:06 +00:00
ccd94cd911
Added PATH_FILTER to calls of tools (allows building in DOS-Box)
Ralph Lange
2003-07-07 08:24:53 +00:00
c6464b8797
Added loadable library definitions and rules
Janet B. Anderson
2003-07-03 16:17:38 +00:00
03e7db8ff0
improved port default
Jeff Hill
2003-07-03 15:17:11 +00:00
c8a106a50d
fixed syntax error
Jeff Hill
2003-07-03 15:11:03 +00:00
773c12becc
improved disconnect search interval
Jeff Hill
2003-07-03 15:07:51 +00:00
37476c6482
improved port default
Jeff Hill
2003-07-03 15:07:26 +00:00
47b044d257
fixed client removal order bug
Jeff Hill
2003-07-02 20:55:31 +00:00
5f61e9c2fc
Fractional seconds need leading 0s and all 9 digits Changed timestamp output format to one that can be easily parsed Added flush after each anomaly to stop pipes from buffering output
Andrew Johnson
2003-06-27 15:06:46 +00:00
6463589276
Simplify SHRLIB_SUFFIX.
W. Eric Norum
2003-06-23 19:25:33 +00:00
ee4b51b2f9
Added OP_SYS_LDFLAGS.
Janet B. Anderson
2003-06-19 20:47:07 +00:00
1a9f922454
Added comments.
Janet B. Anderson
2003-06-19 17:35:11 +00:00
29aad6c0c0
Initial version
Janet B. Anderson
2003-06-19 17:33:51 +00:00
686990ccfa
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-06-19 17:33:30 +00:00
004b21a7a5
Updated comments.
Janet B. Anderson
2003-06-19 17:29:38 +00:00
884514bb7a
Included the gnu file.
Janet B. Anderson
2003-06-19 17:29:16 +00:00
7b5ad4c8f2
Initial version.
Janet B. Anderson
2003-06-19 17:25:51 +00:00
d25ea19815
This commit was manufactured by cvs2svn to create branch 'B3.14'.
cvs2svn
2003-06-19 17:24:51 +00:00
c606ecf428
Fixed problems when instantiating several iterator functions. Shouldn't test code at least ensure that all compile properly?
Andrew Johnson
2003-06-19 15:26:47 +00:00
78ad1feec8
run the beacon thread one click higher in priority than the udp input thread's priority. This should keep beacons regular when there is a heavy search load because all ofthe hosts are connecting at once
Jeff Hill
2003-06-13 00:29:50 +00:00
ba6b7f6e21
set retry number to 4 when there is a beacon anomaly or when a channel disconnects. This starts the searcch delay at .4 seconds instead of at 0.25 seconds.
Jeff Hill
2003-06-13 00:27:27 +00:00
8b0e1c88c4
fixed usage printf
Jeff Hill
2003-06-05 15:01:19 +00:00
83753fb9e6
converted pure vf to ordinary vf to avoid undefined behavior when eventSignal is called in the destructor
Jeff Hill
2003-06-04 00:17:23 +00:00
8ecceef706
Get template file from INSTALL_TEMPLATES dir.
Janet B. Anderson
2003-06-03 20:06:48 +00:00
d5020308aa
Added SHRLIB_ALLOW_UNDEFINEDS to allow undefined symbols.
Janet B. Anderson
2003-06-03 19:54:33 +00:00
fee9dce2a0
removed junk
Jeff Hill
2003-05-30 23:16:10 +00:00
5a9320525c
moved udp deamon priority to below that of the beacon generator priority
Jeff Hill
2003-05-30 23:04:02 +00:00
8a6cbfde20
Driver support names are const char*
Andrew Johnson
2003-05-29 21:20:02 +00:00
a063a2f0a9
s/Destroy/Delete/ in name of vxWorks routine.
Andrew Johnson
2003-05-29 21:03:39 +00:00
2612b722fa
RTEMS can't use code compiled with -fPIC.
W. Eric Norum
2003-05-29 21:03:38 +00:00
12e97d5e91
Fix typo.
W. Eric Norum
2003-05-29 18:27:37 +00:00
78313c62f9
API change to epicsMessageQueue.
W. Eric Norum
2003-05-29 13:18:26 +00:00
1e84246cb7
Add 'size' argument to all epicsMessageQueue receive routines.
W. Eric Norum
2003-05-29 03:10:16 +00:00
6d5061781c
fixed race condition at thread exit
Jeff Hill
2003-05-23 00:11:59 +00:00
b6a001e4cb
This commit was manufactured by cvs2svn to create branch 'B3.14'.
R3.14.2
cvs2svn
2003-05-22 15:16:25 +00:00
f44bc9a818
last two digits of stat,end are hour NOT month
Marty Kraimer
2003-05-22 15:16:24 +00:00
45609829f8
Modified comment.
Janet B. Anderson
2003-05-22 00:21:58 +00:00
06064b444a
small clarification
Jeff Hill
2003-05-22 00:03:13 +00:00
9ab8596aff
small clarification
Jeff Hill
2003-05-21 23:17:09 +00:00
b6c6755918
Added a success message (Bug#30).
Andrew Johnson
2003-05-21 19:33:28 +00:00