Commit Graph

7102 Commits

Author SHA1 Message Date
Janet B. Anderson
a91ff3f031 Added Command-line input support define for epicsReadline.c. 2002-11-25 22:28:34 +00:00
Jeff Hill
cff2c0d5f8 its probably wise (based on failures during stress testing) to use a 32 bit
reference counter in gdd
2002-11-25 22:18:20 +00:00
W. Eric Norum
11f5331576 Add to provide signal-related stubs. 2002-11-21 15:07:05 +00:00
W. Eric Norum
0ae4e0fb16 Remove reference to osdReadline.h. Command-line library selection is now
done in CONFIG_SITE.
2002-11-20 20:26:52 +00:00
W. Eric Norum
1c7428c1cf Change command-line input to allow CONFIG_SITE selection of libtecla,
GNU readline, or built-in EPICS routines.
2002-11-20 20:17:36 +00:00
Jeff Hill
f4b94967a8 workaround for earlier versions of the wiondows SDK 2002-11-14 22:19:35 +00:00
Jeff Hill
151d115378 workaround visual c++ 6.0 bugs 2002-11-14 22:14:29 +00:00
Jeff Hill
d8aa4eb679 upgraded error code section 2002-11-13 16:51:43 +00:00
Jeff Hill
6a04e56e60 fixed comment 2002-11-12 19:16:20 +00:00
W. Eric Norum
d5d63e0ebd Add temporary configuration for PPC network device. 2002-11-12 18:18:50 +00:00
W. Eric Norum
8579ce2e26 Clean up architecture-specific hooks.
Add hook for __i386__ remote serial debugging.
2002-11-12 18:18:19 +00:00
Jeff Hill
d5685073ad added missing epicsShareDef (should impact only the VAX) 2002-11-12 16:56:18 +00:00
Ralph Lange
a5c21db367 HP warning fix: missing newline at EOF. 2002-11-12 10:55:07 +00:00
Ralph Lange
f301c33faf Fixed bogus undefined symbols with hpux aCC compiler. 2002-11-12 10:47:05 +00:00
Ralph Lange
d7ff4f71e4 Fix for HP native only compiler flags 2002-11-12 07:16:24 +00:00
Ralph Lange
6f8f059de7 Fixed gcc warning. 2002-11-07 19:18:39 +00:00
Ralph Lange
d429387e8a Fixed gcc warning. 2002-11-07 18:48:59 +00:00
Ralph Lange
140bf4a89a Fixed printf warnings by casting size_t to unsigned long. 2002-11-07 18:36:41 +00:00
Ralph Lange
9990225f23 Fixed HPUX compiler version string. 2002-11-07 17:50:56 +00:00
Ralph Lange
3bab48bdb7 Suppressed HPUX compiler warnings. 2002-11-07 17:48:30 +00:00
Ralph Lange
e062860774 Suppress more HPUX compiler warnings. 2002-11-07 17:47:10 +00:00
Ralph Lange
98a88d9d74 Suppressed HPUX warnings. 2002-11-07 17:39:19 +00:00
Ralph Lange
d7fe8efef6 Suppressed HPUX warnings. 2002-11-07 17:18:27 +00:00
Ralph Lange
89c4e229da Fixed warning (unused function argument). 2002-11-07 17:11:26 +00:00
Ralph Lange
81a7a8cc85 Fixed implementation of notify() to match its declaration. 2002-11-07 17:10:21 +00:00
Jeff Hill
75ed51dc1c better diagnostic 2002-11-07 17:10:17 +00:00
Ralph Lange
e6501454af Fixed macro name clash. 2002-11-07 17:08:30 +00:00
Jeff Hill
8c936886e8 fixed gnu warning 2002-11-06 22:40:17 +00:00
Jeff Hill
3bcc880e73 updated caEventRate to allow multiple subscriptions and provide better statistics 2002-11-06 22:37:17 +00:00
Jeff Hill
721c6f3fde fixed wrong argument 2002-11-06 19:17:39 +00:00
Jeff Hill
f637fd1c72 avoid conversion ambiguities 2002-11-06 19:17:13 +00:00
Jeff Hill
1d69254f73 added assignment operator 2002-11-06 19:08:37 +00:00
Jeff Hill
a9250069de adjusted what is and isnt supported by egcs 2.95 2002-11-05 21:12:25 +00:00
Jeff Hill
83a6109f04 tabs => spaces 2002-11-05 20:47:51 +00:00
Ralph Lange
51cda206ca HPUX warning fix 2002-11-05 15:02:07 +00:00
Jeff Hill
6e2262aecf fixed bogus undefined symbols with hpux compiler 2002-11-04 23:25:41 +00:00
Jeff Hill
a1e29d53e3 apparently gcc 2.95 does not support the throw specification 2002-11-04 22:08:45 +00:00
Jeff Hill
8fdf6c18dc workaround borland 5.5 bug 2002-11-02 00:32:44 +00:00
Jeff Hill
5402eabe08 removed extra ws 2002-11-02 00:08:02 +00:00
Jeff Hill
2f70fd09b4 fixed gnu warning 2002-11-02 00:07:41 +00:00
Jeff Hill
81674af9bb better comments 2002-11-02 00:06:47 +00:00
Jeff Hill
ee810d4b0b fixed comment 2002-11-01 21:22:37 +00:00
Jeff Hill
c9d2317f31 improved message 2002-11-01 21:10:24 +00:00
Jeff Hill
c983a4887c fix arguments are reversed on pthread_kill() 2002-11-01 21:07:30 +00:00
Jeff Hill
5494603e75 uncommented free list release 2002-11-01 18:18:29 +00:00
Jeff Hill
e772ce948c fixed gnu warnings 2002-11-01 18:13:51 +00:00
Jeff Hill
250a5418c1 comment out unused parameter 2002-11-01 17:25:03 +00:00
Jeff Hill
2daf1edf51 declare status when it is used 2002-11-01 17:24:09 +00:00
Jeff Hill
c9468cdf8e moved signaling code 2002-11-01 17:22:23 +00:00
Jeff Hill
fd98efb6f8 use fprintf because errlogPrintf output is clipped at exit 2002-10-31 18:06:02 +00:00