Jeff Hill
b8a2f0495e
evaluation version of deadlock detect mutex
2003-04-16 20:55:41 +00:00
Jeff Hill
a28065c900
cleanup of questionable, but not incorrect code
2003-04-16 20:53:38 +00:00
Jeff Hill
3f28509df8
require guard when sending create chan msg
2003-04-16 20:42:31 +00:00
Jeff Hill
59ca167c5d
added comQueSendMsgMinder class
2003-04-16 20:39:29 +00:00
Jeff Hill
a63da3e2a8
require guard when sending crate chan msg
2003-04-16 20:38:15 +00:00
Jeff Hill
b04d6fc943
cosmetic
2003-04-16 20:37:37 +00:00
Jeff Hill
414811e98d
fixed scalar string to wire formatting
2003-04-16 20:36:36 +00:00
Jeff Hill
2779547dcb
optimized string out
2003-04-16 20:34:51 +00:00
Jeff Hill
b9148e0224
improved test
2003-04-16 20:25:01 +00:00
Ralph Lange
9e20859cfc
Updated Possible Problems section
2003-04-16 14:09:45 +00:00
Marty Kraimer
2826afb3f9
putNotifyBlocked no longer necessary
2003-04-15 20:05:55 +00:00
Jeff Hill
b53f10dbb6
fixed spelling
2003-04-15 18:49:48 +00:00
Jeff Hill
338d438830
added para on ca client library context
2003-04-15 18:42:06 +00:00
Ralph Lange
ef8fb769a1
Fixed compatibility mode for HP (both native and GNU compilers)
2003-04-15 11:34:38 +00:00
Ralph Lange
57db879905
cosmetics
2003-04-15 11:33:52 +00:00
Marty Kraimer
cf80cd22da
take blanks out of names
2003-04-11 12:25:40 +00:00
W. Eric Norum
b921020943
Clarify command-line editing library selection.
2003-04-10 19:56:01 +00:00
Jeff Hill
15b35b60d1
added more progress indicators
2003-04-10 17:51:26 +00:00
Jeff Hill
032bb6e7fc
fixed problem with large array header push optimization
2003-04-10 17:16:00 +00:00
Jeff Hill
d8e7cb5524
remo ved unused code
2003-04-10 17:15:14 +00:00
Jeff Hill
bd1e636fb0
fixed epicsTime_localtime
2003-04-10 14:55:31 +00:00
Marty Kraimer
ec94384106
add info about epicsMessageQueue
2003-04-09 13:58:49 +00:00
Marty Kraimer
000aaea550
more changes for 3.14.2
2003-04-09 13:39:33 +00:00
Ralph Lange
ec3958a36e
+= Build notes
2003-04-09 13:28:59 +00:00
Andrew Johnson
14f6fe08fb
Added softIoc application.
2003-04-09 01:41:36 +00:00
Andrew Johnson
1f33045887
Created softIoc application, which can be used without having a
...
makeBaseApp working area. Read comments in softMain.cpp for
more details. 'softIoc -h' gives usage.
Tested on Solaris & Linux, not appropriate for vxWorks,
other architectures untested.
2003-04-09 01:40:51 +00:00
Jeff Hill
0330a9a085
improved diagnostics
2003-04-08 19:42:01 +00:00
Marty Kraimer
f7fdc9a11e
RELEASE_NOTES.html
2003-04-08 19:31:23 +00:00
Andrew Johnson
9e337cca2b
Permit threads other than main() to call exit() and have the process stop.
...
If a subsidiary thread calls exit(), its context is used (on Solaris at
least) for calling the atexit routines. If one of those routines cancels
the thread that called exit(), the exit itself gets cancelled and any
remaining threads are left running, possibly including the main() thread.
Thus the check in myAtExit() should have been to not cancel the current
thread; when this was tested, presumably only calls to exit() from the
main() thread were checked.
2003-04-08 19:18:52 +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
ef3a3629a5
add device for Test Asyn
2003-04-08 15:24:23 +00:00
Jeff Hill
6c07f8064a
fixed large arrays
2003-04-08 00:06:22 +00:00
Jeff Hill
7600b37a9d
removed tabs
2003-04-07 23:30:23 +00:00
Jeff Hill
fe98915920
updated doc
2003-04-07 22:48:01 +00:00
Jeff Hill
7429e6a1de
optimized protocol transfer
2003-04-07 21:15:22 +00:00
Marty Kraimer
8e3b9a0453
convert hostnames to lower case
2003-04-07 16:06:30 +00:00
Jeff Hill
12efe1ec2b
optimized time fetch during flush
2003-04-07 16:06:17 +00:00
Marty Kraimer
9519c2646a
epicsStringTest is new
2003-04-07 13:52:15 +00:00
Marty Kraimer
48e9500f1a
added epicsStrCaseCmp; add epicsShare decoration
2003-04-07 13:51:18 +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
c2480a2de6
Updated the years listed in Copyright notices.
2003-04-05 00:16:09 +00:00
Andrew Johnson
e95d19ec1c
Added APST and MPST fields that control whether monitors are fired if the
...
new string is identical to the old one. Default value is "On Change" with
behaviour identical to before, set to "Always" to fire monitors every time
the record is processed (analagous to setting MDEL=-1 for numeric record
types).
2003-04-04 21:55:03 +00:00
Andrew Johnson
bb431bdf7c
Fire archive monitors too if delta=0x80000000
2003-04-04 21:25:25 +00:00
Janet B. Anderson
14bd27a4f8
Initial version.
2003-04-04 18:36:25 +00:00
Marty Kraimer
26fac718bf
set BUFFER_EXTRA_BYTES = MAX_MESSAGE_SIZE
2003-04-04 16:29:29 +00:00
Marty Kraimer
14b069660f
make clear distinction between support and ioc apps
2003-04-04 15:01:42 +00:00
Ralph Lange
34b8c943c5
+= epicsStdio for HPUX
2003-04-04 14:14:37 +00:00
Ralph Lange
c3cf188839
+= chatr hint
2003-04-04 14:08:58 +00:00
Ralph Lange
b97ef3dfeb
Reflect recent changes
2003-04-04 13:51:08 +00:00