Commit Graph

1630 Commits

Author SHA1 Message Date
Janet B. Anderson
7398914536 Added win32 resource file. 2002-02-08 16:37:38 +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
Marty Kraimer
f2afd7657a make sure value has value 2002-02-07 13:03:44 +00:00
Jeff Hill
865c66889c added integer byte swapping 2002-02-06 23:36:09 +00:00
Ralph Lange
5fc667f7f4 Some more HP aCC warning fixes. 2002-02-06 11:09:12 +00:00
Jeff Hill
921db3d9f8 make copy constructor and assignment oper private 2002-02-06 02:27:42 +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
96d928fa51 Changes for HP-UX 11 - first semi-stable version 2002-02-04 15:14:43 +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
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
2519c4f377 fixed to preserve 8 byte alignment 2002-01-15 20:02:45 +00:00
Jeff Hill
bdd9faa944 fixed to preserve 8 byte alignment 2002-01-15 16:46:11 +00:00
Jeff Hill
571d14a0b3 removed extra semi-colon 2001-12-14 01:00:23 +00:00
Jeff Hill
071a7dee1f improved test 2001-12-14 00:55:06 +00:00
Jeff Hill
2496284e20 1) distinguish between struct tm in local timezone and a struct tm in UTC
2) added new osd routines to replace gmtime_t and localtime_t because
the vxWorks interface does not follow posix RT
2001-12-14 00:54:28 +00:00
Jeff Hill
55e3c0c899 added new osd routines 2001-12-14 00:45:35 +00:00
Jeff Hill
4a52441f7b removed func proto for gmtime_r and localtime_r 2001-12-14 00:43:37 +00:00
Jeff Hill
e2da73d121 fixed comment 2001-12-14 00:39:16 +00:00
Jeff Hill
af00129bc9 use EPICS_FREELIST_DEBUG for debug builds 2001-12-14 00:37:07 +00:00
Andrew Johnson
d41fbcb532 getc() returns an int, char is unsigned on some archs so can't hold EOF. 2001-10-25 16:13:35 +00:00
Jeff Hill
6ec4eaea40 format 2001-10-22 18:04:12 +00:00
Jeff Hill
63ea05ecdd changed tabs to spaces 2001-10-22 18:03:32 +00:00
Jeff Hill
a7a87b8d99 fixed borland warning 2001-10-22 17:49:23 +00:00
Jeff Hill
da917cce37 fixed borland build issue 2001-10-22 16:39:21 +00:00
Jeff Hill
e46a919662 fixed warnings 2001-10-22 16:17:59 +00:00
Jeff Hill
7b1b2988d7 turn of ms already instantiated warning 2001-10-22 03:18:52 +00:00
Jeff Hill
f1d7722f80 use explicit template instantiation 2001-10-20 00:43:26 +00:00
Jeff Hill
e16d797011 fixed diagnostic 2001-10-18 23:42:00 +00:00
Jeff Hill
40148ba63b fixed diagnostic message 2001-10-18 23:39:55 +00:00
Jeff Hill
114058de02 improved warning messages 2001-10-18 23:24:19 +00:00
Jeff Hill
61e6a84ae3 cosmetic 2001-10-16 22:43:51 +00:00
Jeff Hill
4cd0787e4d revert to malloc/free if EPICS_DEBUG is defined 2001-10-16 22:37:38 +00:00
Jeff Hill
3583c70725 revert to mamloc/free if EPICS_DEBUG is defined 2001-10-16 22:36:34 +00:00
Jeff Hill
d707be4c0e ADDED IMPLICIT THREAD INIT 2001-10-05 01:32:53 +00:00
Jeff Hill
659c60fd90 fixed inconsistent signed vs unsigned for thread priority 2001-10-03 18:45:32 +00:00
Jeff Hill
e27671e8d6 call free for memory pointed to by task variable before task variable is deleted 2001-10-02 22:22:51 +00:00
Jeff Hill
37d45a57f3 fixed memory leak in epicsThreadPrivateSet 2001-10-02 22:11:07 +00:00
Marty Kraimer
3843cc0ddb wait 1 minute before reporting failure to contact ntpserver 2001-10-02 11:51:37 +00:00
Jeff Hill
06ee15bbfb fixed potential deadlock (dont hold lock when calling cb) 2001-10-02 01:15:25 +00:00
Jeff Hill
1220439a85 cosmetic 2001-10-01 18:11:33 +00:00