Commit Graph

139 Commits

Author SHA1 Message Date
Jeff Hill 23f88290b1 added missing macros 1998-10-05 20:33:10 +00:00
Jeff Hill c9ca2a362d removed pragma 1998-10-01 23:09:29 +00:00
Marty Kraimer 85629b8908 Task priorities were changed so that no epics task has higher priority than netTask.
Definitions for IOEVENTSCAN and TIMESTAMP were removed.
1998-09-29 14:45:50 +00:00
Marty Kraimer aefa82520a TSsetClockFromUnix was made global 1998-09-29 14:11:03 +00:00
Jeff Hill fd088bfa83 added ca_get_ioc_connection_count () 1998-09-24 21:18:25 +00:00
Jeff Hill ffc026ca61 fixed shared/static issues on WIN32 1998-07-07 22:38:05 +00:00
Jeff Hill 94fdaba021 EPICS_DLL => EPICS_DLL_NO (so we are backwards compatible 1998-06-22 22:32:05 +00:00
Jeff Hill 9100c5dd7e doc 1998-06-16 02:58:49 +00:00
Jeff Hill 3733b9bd40 attempted to solve err to str problems 1998-06-16 02:56:09 +00:00
Jeff Hill 261479ad0a removed ipAddrToA decl 1998-06-16 02:54:27 +00:00
Jeff Hill 1b00ec96fb added bad functionpointer error 1998-06-16 00:56:57 +00:00
Janet B. Anderson 7107a2031b Added #define for SOCKERRSTR 1998-06-12 20:40:08 +00:00
Janet B. Anderson 682656a794 Changed perl to $(PERL) 1998-06-11 18:18:39 +00:00
Janet B. Anderson ce878ffdd8 Modified cygwin32 separator definitions. 1998-06-10 17:37:04 +00:00
Jeff Hill 3437531581 allow non-shareable lib build under WIN32 1998-05-29 20:03:33 +00:00
Jeff Hill 7dae2cd25b added sock ioctl() typedef 1998-05-29 19:55:59 +00:00
Jeff Hill 134fe51682 added sock ioctl() typedef and the loop back address 1998-05-29 19:55:25 +00:00
Jeff Hill 13b7753cf4 more changes to allow traditional C 1998-05-21 21:53:20 +00:00
Marty Kraimer a1c5820561 raised DB_CA_PRI to just higher than sequencer 1998-05-20 21:00:43 +00:00
Marty Kraimer 601de8c5e5 changed from semBCreate to semMCreate 1998-05-20 20:59:46 +00:00
Jeff Hill c71c933f98 improved doc 1998-05-06 21:52:09 +00:00
Jeff Hill 51a907fbc6 improved doc 1998-05-06 21:28:18 +00:00
Jeff Hill ccf7bf9ebc added changes from Steve Hunt 1998-05-06 18:32:21 +00:00
Janet B. Anderson 0a0b6d7880 Added compiler specific key words to set up shareable library (DLL) for WIN32 1998-04-23 14:03:55 +00:00
Jeff Hill f0ed7be469 added ECA_BADCHID 1998-04-23 01:00:38 +00:00
Marty Kraimer 4486982ee6 Checked for Y2K complience. It turns out it was even ok when NTP time overflows
in 2036. However it was modified so that no overflows should occur while convert
ing between NTP, UNIX, and EPICS epochs.
In addition the conversion of fractions of a second to nanaoseconds was changed
Formatting was changed so that interesting code does not run off right side of page.
Hopefully EPICS base is now fine for Y2K.
In fact it should be fine (as far as time is converned) until the Unix epoch
overflows a 32 unsigned integer in the year 2106.
1998-03-19 20:41:16 +00:00
Jeff Hill 2163b7e60e dont use Vis C++ key words under the Cygnus GNU environment 1998-03-19 00:04:32 +00:00
Marty Kraimer 7385472689 Fix problems that could cause crash when asInit called after iocInit
Add macro substitution capability
1998-03-16 15:51:10 +00:00
Jeff Hill 5276e19d59 fixed problem where 3.13.beta11 unable to connect to 3.11 with correct native type 1998-03-12 20:39:11 +00:00
Jeff Hill 5bd1407214 improved doc 1998-03-02 22:17:40 +00:00
Jeff Hill ae1a1dc7b8 improved doc 1998-03-02 22:06:15 +00:00
Jeff Hill 41655d995b installed 1998-02-27 02:59:01 +00:00
Jeff Hill 53ff524e67 installed 1998-02-27 02:47:44 +00:00
Jeff Hill 7c6af324ec use winsock II 1998-02-27 02:33:49 +00:00
Jeff Hill bc48b09009 install osiFileName.h 1998-02-27 02:32:40 +00:00
Jeff Hill 5fea5bc173 moved postfix and calcPerform to postfix.h 1998-02-27 01:28:08 +00:00
Ken Evans 66aa22f9eb Added epicsShareAPIV for variable args functions. These cannot be
_stdcall, so the current implementation was not working.
epicsShareAPIV should be used for functions with both ... and va_list
type arguments.
1998-02-20 21:48:33 +00:00
Jeff Hill cb3be0edd7 removed osiFileName.h 1998-02-20 01:24:56 +00:00
Jeff Hill 828ac6ef19 removed osi file name stuff 1998-02-18 22:39:52 +00:00
Jeff Hill 381c7db9bb added file name defs headers 1998-02-06 00:19:17 +00:00
Jeff Hill 9edc539d43 added osi file name defs 1998-02-06 00:14:53 +00:00
Jeff Hill 294a1fb43d added osi file name headers 1998-02-06 00:10:15 +00:00
Jeff Hill 5aa2aee0ea file name headers 1998-02-06 00:09:37 +00:00
Jeff Hill 3dd76200fc added errno macros 1998-02-06 00:07:37 +00:00
Jeff Hill 2bcd1ad238 use SEM_INVERSION_SAFE 1998-02-06 00:02:38 +00:00
Jeff Hill 6957237fa1 fixed pre-ansi compiler no macros problem 1998-02-05 22:05:05 +00:00
Ken Evans 935d7f3146 Added more information to the comments. 1998-02-03 17:28:20 +00:00
Marty Kraimer 529703ef54 added the arch_stack_factor for 64 bit architectures; changes for errlog 1998-01-20 21:49:55 +00:00
Janet B. Anderson dc274bb8f6 Changed perl to $(PERL). 1997-12-18 22:07:04 +00:00
Janet B. Anderson 35096c4d5a Linux specific changes to solaris file. 1997-12-18 19:42:19 +00:00