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
Janet B. Anderson
78f3b493ea
Unbundled many files to extensions
1995-02-13 16:27:59 +00:00
Janet B. Anderson
cdf7a99013
Unbundled many files to extensions
1995-02-13 16:22:22 +00:00
Jeff Hill
1b5d92daf1
bucketLib.c - added LOCAL as required
...
ellLib.c - added missing stdio.h
envSubr.c - use getenv/putenv under vxWorks
errSymLib.c - call mprintf() and not printf or logMsg()
(eliminated errToLogMsg variable)
genSubr.c - silenced DEC CC warning
tsSubr.c - fixed ts min west out of range test & VMS changes
1995-02-13 03:49:02 +00:00
Marty Kraimer
7b1c33aa63
cvtFloatToString and cvtDoubleToString failed for the value 1e7
1995-02-02 16:32:30 +00:00
Jeff Hill
5f53ebb4c2
no change
1994-12-07 00:20:58 +00:00
Jeff Hill
6bc97431bc
*** empty log message ***
1994-12-07 00:19:11 +00:00
Marty Kraimer
523c0c37c6
Moved code for src/misc/epicsEnvParams to envSubr
1994-12-05 14:44:21 +00:00
Jeff Hill
53b2a77378
no tiny buckets
1994-11-29 22:41:12 +00:00
Marty Kraimer
a7333f554d
add asLib.h
1994-11-17 20:27:35 +00:00
Jeff Hill
c2484d675b
sccs %W%W => CVS $Id$
1994-11-17 19:11:06 +00:00
Jeff Hill
0ba3898e81
Improved bucketLib.c & portability changes
1994-11-14 18:45:25 +00:00
John Winans
6f289cf7fb
Changed the SRCS macro to SRCS.c and SRCS.cc.
1994-10-25 15:59:09 +00:00
Mark Anderson
3c96fdef74
Change the locally defined and used random() function to local_random() to
...
avoid collision with the standard math library's random() function.
1994-10-13 19:58:34 +00:00
Mark Anderson
9bf17bdc72
Introduce a new file, realpath.c, for emulating the realpath() system call
...
on SUNOS on non-SUNOS systems such as HP-UX and OSF/1. Note that on SUNOS
systems, realpath.c is empty after pre-processing and does not interfere
with the system supplied version.
1994-10-13 19:56:53 +00:00
Mark Anderson
8af01b54c1
Add realpath.c and realpath.o to the Makefile for incorporation into the
...
libCom library, thereby satisfying the realpath() function calls found
in other parts of EPICS. Note that realpath() is found in SUNOS, but not
HP-UX or OSF/1,... (and that realpath.c is empty after pre-processing on SUN).
1994-10-13 19:54:15 +00:00
Janet B. Anderson
5b94f9dd1f
Must skip over constant when looking for COND_END,COND_ELS
1994-10-05 18:43:37 +00:00
Janet B. Anderson
f8d85e30ef
Modified for more changes in CONFIG and RULES files
1994-09-21 22:00:47 +00:00
Marty Kraimer
ca33e25e16
For cvtDoubleToString use fixed up to 1e16
1994-09-16 18:50:18 +00:00
Janet B. Anderson
cc01f3f5fc
Cleanup of files
1994-09-09 17:33:30 +00:00
Janet B. Anderson
c4891ac777
New file
1994-09-07 19:26:45 +00:00
Janet B. Anderson
d531935437
Modified to eork with extensions and do depends
1994-09-07 19:16:48 +00:00
Marty Kraimer
3e4bae2cc9
Changed a short to and unsigned short because thats what it is
1994-09-02 14:05:55 +00:00
Marty Kraimer
1c5da1c24c
Added initialization to suppress warning message
1994-09-02 13:45:11 +00:00
Marty Kraimer
ec0d6fd35e
Two returns did not return value when they should have.
1994-09-02 13:44:03 +00:00
Marty Kraimer
35d71a05d1
Added some casts and initial values to suppress warning messages.
1994-09-02 13:42:38 +00:00
Marty Kraimer
f063feb3cb
Cast of memcpy arg to suppress warning message.
1994-09-02 13:40:55 +00:00
Marty Kraimer
be255e42e2
Args to setsockopt changed. Now matches what HP wants.
1994-09-02 13:39:53 +00:00
Marty Kraimer
714eb851ee
Cast on memcpy arg to get rid of warning message
1994-09-02 13:38:25 +00:00
Matt Needes
dd3de4d8f0
Added "all:" and "clean::" deps, changed flag usage, cleanup.
1994-08-23 20:35:03 +00:00
Matt Needes
8334f1fdd4
New stuff.
1994-08-21 01:02:07 +00:00