Commit Graph
9834 Commits
Author SHA1 Message Date
Jeff Hill bb307159d9 avoid deadlock when holding callback lock, deleting channel, but not
identified as thread that might be in possesion of cb lock
2002-02-11 19:22:17 +00:00
Jeff Hill 94835992fc changed priotocol revision 2002-02-11 19:19:05 +00:00
Jeff Hill 0962df6fcf changed time out 2002-02-11 19:18:17 +00:00
Jeff Hill 7185b540b1 fixed bug in osdThreadOnce 2002-02-08 23:15:05 +00:00
Janet B. Anderson 7398914536 Added win32 resource file. 2002-02-08 16:37:38 +00:00
Janet B. Anderson 35dd16460a Added win32 resource file. 2002-02-08 15:45:25 +00:00
W. Eric Norum 49c38e2a09 Add newline at end of file to quiet compiler complaints. 2002-02-08 01:19:47 +00:00
Marty Kraimer 5a3e870629 add atexit to flush messages 2002-02-07 20:33:26 +00:00
Jeff Hill 0b2c21767a fix for CONNRESET with disconnected udp socket issue 2002-02-07 19:00:10 +00:00
Marty Kraimer f2afd7657a make sure value has value 2002-02-07 13:03:44 +00:00
Jeff Hill d96fb9ac5d call epics builtin inline byte swapping 2002-02-06 23:41:53 +00:00
Jeff Hill 865c66889c added integer byte swapping 2002-02-06 23:36:09 +00:00
Janet B. Anderson 6cc57bc31b Removed old unused Makefile.* files. 2002-02-06 16:48:30 +00:00
Janet B. Anderson f25b12f52e Removed old R3.13 type Makefiles. 2002-02-06 16:45:07 +00:00
Janet B. Anderson 0e039cb7fa Added win32 resource file. 2002-02-06 16:44:35 +00:00
Janet B. Anderson 52b25d2e8a Removed old unused or unnecessary Makefiles. 2002-02-06 16:41:46 +00:00
Janet B. Anderson 8d5c821766 Removed generic dir since it no longer contains a Makefile. 2002-02-06 16:40:53 +00:00
Jeff Hill 003b62bed0 REMOVED TESTDB 2002-02-06 15:49:43 +00:00
Jeff Hill 89c9a956a7 removed 2002-02-06 15:48:49 +00:00
Ralph Lange 5fc667f7f4 Some more HP aCC warning fixes. 2002-02-06 11:09:12 +00:00
Ralph Lange fd5ef88125 Fixed some static_cast / HP aCC tag problems. 2002-02-06 10:09:35 +00:00
Jeff Hill eb86c4109e fixed warnings 2002-02-06 02:28:27 +00:00
Jeff Hill 921db3d9f8 make copy constructor and assignment oper private 2002-02-06 02:27:42 +00:00
Jeff Hill 8f85d2887c cosmetic 2002-02-06 02:23:17 +00:00
Jeff Hill b7bd21ae9b supress duplicate addr list message in certain situations 2002-02-06 02:20:59 +00:00
Jeff Hill 746222f8c9 removed leftover junk 2002-02-06 02:20:28 +00:00
Jeff Hill 461cb4d9a3 supress duplicate addr list message in certain situations 2002-02-06 02:14:21 +00:00
Jeff Hill 933a4e9646 fuixed warning messages 2002-02-06 02:13:43 +00:00
Jeff Hill a3629be5a3 cosmetic 2002-02-06 02:08:29 +00:00
Jeff Hill be0e98b2b9 test presettuing the table size 2002-02-06 02:07:55 +00:00
Jeff Hill 036f046c25 added invalid iterator 2002-02-06 02:06:59 +00:00
Jeff Hill e7270cccb1 dont allocate table space until its needed and remove leftover junk 2002-02-06 02:06:08 +00:00
Ralph Lange 497eb2d1c4 Moved CA_..._PORT static casts from caProto.h into C++ sources. 2002-02-05 12:58:31 +00:00
Ralph Lange 1876eac721 Fuzzily wise-guyishly fixed a misspelling. 2002-02-05 12:38:58 +00:00
Ralph Lange 0e3bb1193a Reintroduced two different interfaces (=widths) for priority. 2002-02-05 10:35:25 +00:00
Ralph Lange 3562336111 Changes for HP-UX 11 - first semi-stable version 2002-02-04 16:21:13 +00:00
Ralph Lange 4bd3e02954 Changes for HP-UX 11 - first semi-stable version 2002-02-04 16:05:49 +00:00
Marty Kraimer 4f9fda48ff fix problems related to removing casts fro ellLib.h 2002-02-04 15:15:57 +00:00
Ralph Lange 96d928fa51 Changes for HP-UX 11 - first semi-stable version 2002-02-04 15:14:43 +00:00
Marty Kraimer 9ad5b74cca In do_sel udf is not set false at the beginning.
If selm has an invalid value recGblSetSevr(psel,SOFT_ALARM,MAJOR_ALARM)
is called.
2002-02-04 15:11:52 +00:00
Marty Kraimer c707269064 all existing manipulations of UDF in process() are removed and
udf is set FALSE when the raw value is successfully read.
2002-02-04 15:11:22 +00:00
Marty Kraimer 3280244690 fix problems related to removing casts fro ellLib.h 2002-02-04 15:03:54 +00:00
Marty Kraimer a9f2ae117d allow 60 character record names 2002-02-04 15:03:21 +00:00
Marty Kraimer 96b978161d remove casts. The compiler will this generate valuable error messages 2002-02-04 15:02:50 +00:00
Marty Kraimer 51bb0b0a44 add example from appDevGuide 2002-02-01 20:04:05 +00:00
Jeff Hill 58a16ba21d fixed hpux warnings 2002-01-31 16:54:04 +00:00
W. Eric Norum 52a6a1a75a Add epicsTime_gmtime and epicsTime_localtime routines. Code is identical to
that in posix/osdTime.cpp.
2002-01-31 15:35:06 +00:00
Jeff Hill f24df999ab added todo comment 2002-01-29 16:06:24 +00:00
Jeff Hill 8a103e4eb4 tabs to spaces and dont export in epicsShareDef 2002-01-18 00:31:25 +00:00
Jeff Hill 7d3d54005f fixed build failure after Ralph's function spelling fix 2002-01-17 23:46:10 +00:00