Jeff Hill
|
311925da0e
|
fixed sun pro warnings
|
2000-03-13 17:30:36 +00:00 |
|
Jeff Hill
|
2699b86153
|
fix some of the Cfront like Sun Pro warnings
|
2000-03-13 17:17:27 +00:00 |
|
Jeff Hill
|
44774e69b7
|
doc
|
2000-03-13 16:48:49 +00:00 |
|
Jeff Hill
|
b9d17e8a1e
|
use virtual destructor
|
2000-03-13 16:44:00 +00:00 |
|
Jeff Hill
|
45621fb8b6
|
file now ends in a new line
|
2000-03-13 16:42:55 +00:00 |
|
Jeff Hill
|
f79190200f
|
getting size_t from stddef.h is more portable
|
2000-03-13 16:12:55 +00:00 |
|
Janet B. Anderson
|
b63ccc7962
|
Added -g to G++_OPT_YES.
|
2000-03-13 16:04:44 +00:00 |
|
Jeff Hill
|
e028f5b09a
|
fixed gnu warning
|
2000-03-13 15:58:12 +00:00 |
|
Janet B. Anderson
|
d6997574f3
|
Added -g to GCC_OPT_YES.
|
2000-03-13 15:55:16 +00:00 |
|
Jeff Hill
|
dd0cc4722d
|
fixed unintialized local problem
|
2000-03-13 15:46:43 +00:00 |
|
Jeff Hill
|
d50a3bd0dd
|
remoded const from puser member
|
2000-03-13 15:45:56 +00:00 |
|
Jeff Hill
|
c9f1ec72d1
|
better way to fix gnu warnings
|
2000-03-13 15:37:11 +00:00 |
|
Jeff Hill
|
d02b8a526d
|
fixed gnu warnings
|
2000-03-13 15:35:11 +00:00 |
|
William Lupton
|
06f49001ff
|
added ca_puser()
|
2000-03-13 09:48:20 +00:00 |
|
William Lupton
|
03fd3956d5
|
added SD_BOTH definition
|
2000-03-13 08:51:01 +00:00 |
|
William Lupton
|
3c76688a88
|
added missing 'miu.' in 'usr_arg' references
|
2000-03-13 08:50:41 +00:00 |
|
W. Eric Norum
|
3cb400f0c1
|
Add definition for SD_BOTH.
|
2000-03-13 01:15:56 +00:00 |
|
W. Eric Norum
|
df52a9b1fa
|
Need to include sys/types.h to get size_t declaration.
|
2000-03-13 01:15:05 +00:00 |
|
W. Eric Norum
|
e944b442b2
|
Always provide `extern' declaration of dbr_size, dbr_value_offset, and
dbr_value_size. For some reason g++ makes these `local' unless the
extern declaration is present.
|
2000-03-13 01:13:39 +00:00 |
|
W. Eric Norum
|
ecd0ce91e5
|
Move conditional inclusion of stdarg.h after conditional define of CAC_ANSI_FUNC_PROTO.
|
2000-03-13 01:10:30 +00:00 |
|
W. Eric Norum
|
f0eeaecdc1
|
Add explicit initialization for nullBuff -- gcc complained otherwise.
|
2000-03-13 01:08:47 +00:00 |
|
Jeff Hill
|
7a173ed34c
|
vxWorks does not have SD_BOTH ??
|
2000-03-11 01:39:59 +00:00 |
|
Jeff Hill
|
0767a35b96
|
first cut at multi-threading version
|
2000-03-11 01:35:27 +00:00 |
|
Jeff Hill
|
a266d0e586
|
first cut at multi-threading version
|
2000-03-11 01:27:54 +00:00 |
|
Jeff Hill
|
63c647198c
|
first cut at multi-threading version
|
2000-03-11 01:15:28 +00:00 |
|
Jeff Hill
|
64dceda8e3
|
add extern keyword to file scope variable definition for visual C++
depite the fact that their doc indicates that this is not required.
|
2000-03-10 16:16:18 +00:00 |
|
Marty Kraimer
|
8f8b3b0b76
|
change order of defs
|
2000-03-09 21:56:44 +00:00 |
|
Ralph Lange
|
2ce6c32816
|
Length fix for ControlEnum mapping (analogous to GraphicEnum fixes) as suggested by S. Allison
|
2000-03-09 20:32:03 +00:00 |
|
Jeff Hill
|
bbcec6d58d
|
support for C++
|
2000-03-09 19:24:51 +00:00 |
|
Jeff Hill
|
289587f87e
|
added const to string tables
|
2000-03-09 17:33:43 +00:00 |
|
Janet B. Anderson
|
f70b5a12f1
|
Added DIRECTORY_TARGETS to buildInstall dependancies.
|
2000-03-09 17:30:33 +00:00 |
|
Marty Kraimer
|
f1579761db
|
changes for initialization errors
|
2000-03-09 15:38:17 +00:00 |
|
Jeff Hill
|
b04776e855
|
added missing win32 keywords
|
2000-03-09 01:50:09 +00:00 |
|
Jeff Hill
|
a8937526bf
|
made two routines static
|
2000-03-09 01:41:32 +00:00 |
|
W. Eric Norum
|
a02cd4b95d
|
Don't call threadInit from threadCreate -- just print an error message and stop.
This avoids problems with recursive failures should a function called by
threadInit call errlogPrintf.
|
2000-03-08 23:26:12 +00:00 |
|
Marty Kraimer
|
a1df362b2c
|
epicsPrintf=>errlogPrintf; threadSuspendSelf replaces abort
|
2000-03-08 21:11:40 +00:00 |
|
Marty Kraimer
|
a0065fb2eb
|
more changes for threadInit
|
2000-03-08 21:09:21 +00:00 |
|
Marty Kraimer
|
bc42a7d000
|
prevent problems when threadInit not called
|
2000-03-08 18:50:58 +00:00 |
|
Marty Kraimer
|
a13bf6cc0e
|
prevent recursive calls if errlogInit fails
|
2000-03-08 18:49:56 +00:00 |
|
Jeff Hill
|
6573b34b01
|
win32 related keywords
|
2000-03-08 16:25:20 +00:00 |
|
Jeff Hill
|
ff0fcde762
|
doc
|
2000-03-08 16:24:20 +00:00 |
|
Jeff Hill
|
887fc4cd67
|
dont wrap include files with extern "C" - let the files themselves take care of it
|
2000-03-08 16:23:29 +00:00 |
|
Jeff Hill
|
74f7d15487
|
changed to binary
|
2000-03-08 16:21:01 +00:00 |
|
Jeff Hill
|
f1467f153b
|
removed so that I can do a binary add
|
2000-03-08 16:16:29 +00:00 |
|
Jeff Hill
|
b7a2ca9239
|
fixed gnu version test
|
2000-03-08 16:12:08 +00:00 |
|
Janet B. Anderson
|
9d282499fd
|
Fixed link line in C++ munching for VxWorks
|
2000-03-07 20:39:51 +00:00 |
|
W. Eric Norum
|
bd169cc2d5
|
Clean up threadOnceOsd.
Start up interrupt message daemon from threadInit.
|
2000-03-07 20:33:07 +00:00 |
|
Marty Kraimer
|
cdf3825c97
|
implement latest changes to osiThread.h
|
2000-03-07 20:24:54 +00:00 |
|
W. Eric Norum
|
4b3e30ddac
|
Make RTEMS version of threadShow work like POSIX version when passed a
thread ID of 0 (print a header).
|
2000-03-07 17:44:00 +00:00 |
|
Marty Kraimer
|
1b3ca00e0a
|
use threadOnce
|
2000-03-07 16:51:49 +00:00 |
|