Commit Graph

2233 Commits

Author SHA1 Message Date
Marty Kraimer 23d4d7f790 printf always becomes epicsStdoutPrintf 2004-07-09 13:35:12 +00:00
Marty Kraimer ad878fc71d printf now overridden 2004-07-08 20:48:35 +00:00
Marty Kraimer 51a8b2ec98 more changes to make override of printf work 2004-07-08 20:47:00 +00:00
Marty Kraimer 6669549c68 override printf 2004-07-08 20:17:03 +00:00
Marty Kraimer 55b22facee include epicsStdio 2004-07-08 20:16:36 +00:00
Marty Kraimer 77a8aa677a printf => epicsStdioPrintf 2004-07-08 18:10:05 +00:00
Marty Kraimer cb430154d0 add test of epicsGetStdout/epicsPutStdout 2004-07-08 12:08:14 +00:00
Marty Kraimer cb34e16385 added epicsGetStdin/epicsSetStdin and stdout and stderr 2004-07-08 11:55:46 +00:00
Marty Kraimer f212fae267 split epicsStdio into common and osdStdio portions 2004-07-07 16:03:51 +00:00
Andrew Johnson 0f7189d62b This problem was reported by Kate Feng and Stephanie Allison. 2004-07-02 23:09:13 +00:00
W. Eric Norum 2b21145d19 Fix int/pointer conversion warnings. 2004-06-17 04:07:34 +00:00
W. Eric Norum 6a1ea9df6a Add missing include. 2004-06-17 01:12:58 +00:00
W. Eric Norum ec29674d06 Fix missing format. 2004-06-17 01:12:40 +00:00
W. Eric Norum 6fe68a0cb3 Fix printf args/formats. 2004-06-17 01:10:59 +00:00
Andrew Johnson b9fa2e7515 More string termination bugs, this time missing terminators. 2004-06-16 19:10:11 +00:00
W. Eric Norum 58a741d845 Clean up -- use epicsStrDup instead of ad-hoc allocation. 2004-06-16 13:21:52 +00:00
Andrew Johnson f291862044 Fixed dbLoadTemplates oops! Environment variables tests don't exercise the
non-dirty path as much...
2004-06-15 19:07:51 +00:00
Andrew Johnson 7035e0f475 Replaced macErrMessage macros with errlogPrintf
Fixed 2 possible buffer overflow bugs
Added an entry type string for error/warning messages
Implemented default values in macro expansions $(name=default)
Improved usefulness of error reporting
2004-06-11 15:40:14 +00:00
W. Eric Norum 7c5e384d08 Cosmetic typo. 2004-06-04 19:51:23 +00:00
Andrew Johnson 751e52a314 Fix some warnings on solaris-sparc. 2004-06-02 20:55:09 +00:00
Andrew Johnson becd80c4d8 Patch from Jeff Hill, fixes a Tornado 2.2 build problem. 2004-06-02 20:43:21 +00:00
Andrew Johnson 7366f7359c Added final call to errlogFlush(), needed for solaris-sparc-gnu for some
unknown reason - without it, the program doesn't always exit properly.
2004-05-28 18:17:25 +00:00
Jeff Hill ae5c8365d2 builds now on tornado 2004-05-27 14:31:24 +00:00
Ralph Lange 987f598804 Relative (percent) error -> absolute; units -> SI 2004-05-26 11:04:50 +00:00
Jeff Hill 5ecac228c6 fixed large new size that throws an exception 2004-05-25 17:27:23 +00:00
Jeff Hill 51a1d5991d when testing new failure use max for type size_t instead of LONG_MAX 2004-05-25 14:45:22 +00:00
W. Eric Norum 4818d705a5 HPUX needs to use SIGALRM and so can't use the POSIX version. 2004-05-18 17:36:31 +00:00
Andrew Johnson 2bef3a2d08 Added two new envParams and converted iocsh to use these instead of getenv() 2004-05-17 21:40:10 +00:00
Andrew Johnson 267e352bb5 Fix problem introduced by Win32 fix, do it properly. 2004-05-17 21:07:10 +00:00
Janet B. Anderson 22df40f776 Added chomp for win32 builds. 2004-05-17 14:27:11 +00:00
W. Eric Norum 32d48f7dcd Clean up system-call-interrupt mechanism. 2004-05-14 13:36:01 +00:00
Jeff Hill 3dff2767c7 fixed gnu compiler detected issues 2004-05-13 20:05:47 +00:00
Jeff Hill cbcc94ba9e fixed missing ansi header 2004-05-13 19:55:25 +00:00
Jeff Hill c91c7b32f0 use TCP circuits 2004-05-13 19:53:28 +00:00
Jeff Hill a4c47660f3 added socket unblock mechanism test 2004-05-13 15:33:23 +00:00
Jeff Hill 800d614eed added socket unblock mechanism test 2004-05-13 15:22:25 +00:00
Jeff Hill 22bc683370 rearranged test order 2004-05-13 15:08:29 +00:00
Jeff Hill 87b4d8db21 added socket unblock mechanism test 2004-05-13 14:48:28 +00:00
Jeff Hill 37958418e4 added socket unblock mechanism test 2004-05-13 14:35:24 +00:00
Jeff Hill 965a511c47 added socket unblock mechanism test 2004-05-12 20:51:25 +00:00
Jeff Hill cab998f40d renamed chronIntIdResTable::add to chronIntIdResTable::idAssignAdd to avoid
hiding resTable::add in the public base class
2004-04-28 22:15:06 +00:00
Jeff Hill 563733cf3c changed to call new idAssignAdd func 2004-04-28 22:11:25 +00:00
W. Eric Norum 21e72e7f13 Change include quotes from "" to <>.
When "" are used the posix osiUnistd.h is included rather than the
os-specific osiUnistd.h.
2004-04-28 20:06:05 +00:00
W. Eric Norum ee99561235 No, Darwin really does need to use signals to unblock socket I/O. 2004-04-28 01:20:50 +00:00
W. Eric Norum 14aa5b47b0 Darwin uses shutdown rather than signals to break out of socket I/O. 2004-04-27 21:33:44 +00:00
Jeff Hill 5ed18e6e6f added missing #include 2004-04-27 18:07:58 +00:00
Jeff Hill b76257a0d6 fixed temp file creation issues on win32 2004-04-27 17:39:25 +00:00
Andrew Johnson d844c2dd61 LynxOS support files were removed from configure/os some time back. 2004-04-27 14:57:54 +00:00
Andrew Johnson 068613e447 Fix for Win32 2004-04-26 16:11:29 +00:00
Andrew Johnson cb4604a157 Add dependencies for envData.c 2004-04-23 18:16:22 +00:00