Commit Graph

405 Commits

Author SHA1 Message Date
Janet B. Anderson 0f8f36c4bb Makefile now uses library build rule from RULES.Vx
Moved cvtBpt.c to db dir so libCom builds without record header dependancies
1995-08-17 15:38:03 +00:00
Marty Kraimer b0e9cc9fba Made changes so that it doesnt call dbCalloc 1995-08-17 14:48:02 +00:00
Marty Kraimer 6eb04984bd Removed epicsSetEnvParams 1995-08-17 14:47:40 +00:00
Jeff Hill c13d342680 fixed compilation error 1995-08-14 16:08:08 +00:00
Jeff Hill 93c191ffe9 windows NT changes 1995-08-12 01:11:53 +00:00
Jeff Hill 0dc2be41d3 dont allow res id reuse 1995-08-12 01:10:57 +00:00
Jeff Hill 11af4456c7 dont return (and leak memory) 1995-08-12 01:10:25 +00:00
Jeff Hill f232999d32 dont print if the format is NULL 1995-08-12 01:04:11 +00:00
Jeff Hill ca13bfdff9 dont call vprintf if pformat is NULL 1995-08-12 01:03:17 +00:00
Jeff Hill 21cbea930a added casdef.h 1995-08-12 01:02:39 +00:00
Jeff Hill 8b06e22907 added return to print func 1995-08-12 01:02:11 +00:00
Jeff Hill f3dcfd60bb dont allow reallocation of the same res id
use std EPICS status
1995-08-12 01:01:20 +00:00
Jeff Hill 1b33e449c6 use $log in header 1995-08-12 01:00:07 +00:00
Jeff Hill afa208a5e1 use $log in header 1995-08-12 00:59:11 +00:00
John Winans 83d4ee2313 Changed the way send() is called to account for structure padding. 1995-05-30 14:45:44 +00:00
John Winans d27f70a883 Aded logic to handle the new BdtEof protocol state. 1995-05-16 15:39:27 +00:00
Jim Kowalkowski bcde03d0a0 new functions to support the bulk data transfer 1995-05-11 02:10:50 +00:00
Andrew Johnson 1887fbd7f8 Added CONFIG_SITE_ENV, changed envData to .c file 1995-05-04 09:49:18 +00:00
Jeff Hill 64b7a679a0 Use vxWorks sem for locks and free lists when fdmgr delete
(none of this is currently used under UNIX)
1995-04-26 03:11:02 +00:00
Andrew Johnson 561e2e9fb9 Moved environment parameter defaults to config/CONFIG_ENV 1995-04-24 16:02:24 +00:00
Jeff Hill b75d3964d7 more ANSI C changes and fixed send call back lost problem 1995-03-08 17:44:46 +00:00
Marty Kraimer e7b8b42452 Make sure errInit is called before epicsPrintf or errPrintf execute 1995-03-08 13:48:38 +00:00
Marty Kraimer 6aa5ecfa0e Allow errInit to be called multiple times 1995-03-07 21:18:56 +00:00
Jeff Hill f1bc683bd4 ssert => epicsAssert 1995-03-07 01:25:09 +00:00
Jeff Hill cee91cb578 badd status map btw TScurrentTimeStamp() => tsLocalTime () fixed 1995-03-06 22:44:10 +00:00
Jeff Hill 679e1b8a56 added misssing includes 1995-03-06 22:43:19 +00:00
Jeff Hill f6d91b8876 added missing includes 1995-03-06 22:42:55 +00:00
Jeff Hill a86c813415 this time for sure 1995-03-06 22:42:03 +00:00
Jeff Hill be2491bc51 created 1995-03-06 22:38:42 +00:00
Jeff Hill 1634c70c06 added assert stuff 1995-03-06 22:37:55 +00:00
Marty Kraimer e0b6ce3867 tsLocalTime on vxWorks now returns S_ts_OK for success just like unix 1995-03-03 14:53:02 +00:00
Janet B. Anderson 9ea5c86ab5 changed to += syntax 1995-03-02 19:10:48 +00:00
Janet B. Anderson 382c496b24 Changed to += syntax 1995-03-02 18:52:09 +00:00
Janet B. Anderson 13173544a9 Ansi c changes 1995-03-02 18:49:26 +00:00
Johnny Tang 7b03f77e30 to be compatible with select prototype on hp. 1995-02-28 00:57:23 +00:00
Marty Kraimer e55693525c If on vxWorks add #include <vxWorks.h> 1995-02-27 15:36:56 +00:00
Janet B. Anderson 4a7c1b1715 Added comments. 1995-02-21 17:53:22 +00:00
Janet B. Anderson e75c3729b8 Fixed comment on #endif stmt 1995-02-21 17:52:42 +00:00
Jeff Hill e783ec0de9 added cinst to pformat decl so we match ansi C 1995-02-18 01:51:38 +00:00
Jeff Hill 23f970b821 const added to pformat declartion so we match ansi C 1995-02-18 01:50:07 +00:00
Marty Kraimer a12e94cffb Forgot to remove mprintf.h 1995-02-17 20:59:30 +00:00
Marty Kraimer d38eaf82cd Clean up errPrintf stuff 1995-02-17 20:55:09 +00:00
Janet B. Anderson f3ad1f4d4e Initial version 1995-02-17 15:09:56 +00:00
Jeff Hill 0eb9331f88 NT changes 1995-02-16 22:35:44 +00:00
Janet B. Anderson 8e12035e4a Initial version 1995-02-13 19:39:28 +00:00
Janet B. Anderson 69fc84d4a6 Replaced include genDefs.h with assert.h 1995-02-13 16:42:18 +00:00
Janet B. Anderson 415ac1f797 Remove includes for arAccessLib.h and sydDefs.h 1995-02-13 16:40:26 +00:00
Janet B. Anderson e4c383cfb5 Added LN and SQRT as synonyms for LOGE and SQR, respectively.
Added NINT, nearest integer function.
Modified handling of "-"  so operator can be either unary or binary.
1995-02-13 16:38:27 +00:00
Janet B. Anderson c89e742e67 Added NINT 1995-02-13 16:35:52 +00:00
Janet B. Anderson ab11ca0407 Modified to allow negative values for tsMinWest 1995-02-13 16:32:04 +00:00