Commit Graph

9903 Commits

Author SHA1 Message Date
W. Eric Norum fd6d1ce69c As reported by Michael Davidsaver.
Apparently the GeSys dynamic linker doesn't maintain C semantics.
I'm afraid that this behaviour is likely to cause lots of other problems,
but for now I'll apply the patch since it's harmless.
2009-07-23 21:04:27 +00:00
Jeff Hill 844ed6345a test also numbers in -5 to 5 range 2009-07-23 17:32:33 +00:00
Jeff Hill 7315f02888 added cvtFastPerfotm test 2009-07-23 17:25:51 +00:00
Jeff Hill 1ba6da438b partial fix for mantis 352 2009-07-23 00:23:17 +00:00
Andrew Johnson c986597f1c Reject breaktables with slope of zero. 2009-07-22 22:58:09 +00:00
Janet B. Anderson 38b81b44be Fixed quoted string problem. 2009-07-22 20:41:09 +00:00
Andrew Johnson 8382eee11a Need quotes here too for this to work on Windows. 2009-07-22 20:34:47 +00:00
Andrew Johnson 7d80ab72b0 Escape backslashes in fullPathName output. 2009-07-22 16:43:47 +00:00
Andrew Johnson 3d86367330 Added -e option to escape back-slashes in output. 2009-07-22 16:40:30 +00:00
Janet B. Anderson 16a6357ab4 Initial version. 2009-07-22 14:12:24 +00:00
Janet B. Anderson f4bfc3928d Fixed XDK definition for Exceed 12.0. 2009-07-21 17:56:55 +00:00
Janet B. Anderson 4282d3e9f4 Commented out XRTGRAPH definitions. 2009-07-21 17:26:34 +00:00
Janet B. Anderson 1e68d1f89b Modified EPICS_EXTENSIONS and add OAG_APPS comments. 2009-07-21 17:12:15 +00:00
Janet B. Anderson 03b6345fe0 Fixed definitions of X11_LIB and X11_INC. 2009-07-21 17:11:02 +00:00
Janet B. Anderson 055bb953b9 Fixed definition of X11_INC. 2009-07-21 17:10:26 +00:00
Jeff Hill dfdbe57fd3 fix for mantis 350 2009-07-18 03:56:25 +00:00
Jeff Hill 0abb615d3a improved tests 2009-07-18 03:54:16 +00:00
Jeff Hill 02281f4d19 improved tests 2009-07-18 02:42:05 +00:00
Jeff Hill f936104e47 improved tests 2009-07-18 02:33:42 +00:00
Jeff Hill 9f51464ea1 improved tests 2009-07-18 00:30:17 +00:00
Jeff Hill f78b00d798 improved tests 2009-07-18 00:28:08 +00:00
Jeff Hill a55e69113e fixed mantis 350 2009-07-17 23:50:07 +00:00
Jeff Hill b6a22aa844 removed optimization which could make the ca client library
vulnerable if the following function indicates recv bytes are pending but
recv blocks anyways.

osiSockIoctl_t bytesPending = 0;
int status = socket_ioctl ( this->sock, FIONREAD, & bytesPending );
2009-07-17 21:33:18 +00:00
Jeff Hill 5b62da8229 fixed memory leak caused by previous revision (fixing compiler warnings) 2009-07-17 19:15:39 +00:00
Janet B. Anderson 4a898e6ed7 Changed $(MAKEBPT) to $(TOOLS)/makeBpt$(HOSTEXE) to fix win32-x86 build. 2009-07-15 21:15:56 +00:00
Jeff Hill 58a6493596 fixed command line arguments to follow standards 2009-07-14 23:26:10 +00:00
Jeff Hill 93809bd857 billy is nolonger an on-the-fly pv 2009-07-14 23:25:24 +00:00
Jeff Hill 90ed36c572 fix allows regression tests to work against async pv 2009-07-14 23:24:35 +00:00
Jeff Hill 9e49e0131f fix for mantis 348 2009-07-14 22:51:06 +00:00
Jeff Hill d01e54bd34 documented excas 2009-07-14 22:41:23 +00:00
Jeff Hill 5c6975b24d improved tests 2009-07-14 22:41:08 +00:00
Jeff Hill d7ae0fbce6 made lib more robust if server sends duplicate connect channel response 2009-07-14 22:39:41 +00:00
Jeff Hill 7d2be4f947 added comment 2009-07-14 22:37:41 +00:00
Janet B. Anderson 1c18e92da7 Removing seemingly unnecessary dependancy lines. 2009-07-10 22:00:18 +00:00
Janet B. Anderson ae85d44190 Remove comment line. 2009-07-10 21:54:25 +00:00
Janet B. Anderson 83618673bc Executed host tools should be from EPICS_BASE_HOST_BIN directory. 2009-07-10 21:51:25 +00:00
Andrew Johnson 3d717f4476 (M. Davidsaver): errnumlist was never initialized.
Removed long-deprecated errSymFind routine.
2009-07-09 20:11:02 +00:00
Jeff Hill 8655ea9e2a doc for excas 2009-07-09 18:43:17 +00:00
Andrew Johnson 0fb320c263 (M. Davidsaver): Use ELLLIST init macros. 2009-07-09 18:37:26 +00:00
Andrew Johnson 9663cd58f1 Fixed ELL*_INIT macros. 2009-07-09 17:51:17 +00:00
Andrew Johnson 039648824c Remove redundant macro definitions already defined in dbDefs.h
(M. Davidsaver)
2009-07-09 17:06:45 +00:00
Andrew Johnson 4e0ab97038 (M. Davidsaver): static keyword is part of C89,
remove all uses and internal definitions of LOCAL macro
2009-07-09 16:37:24 +00:00
Andrew Johnson d7d0531394 offsetof is required by C89 (M. Davidsaver) 2009-07-09 16:19:57 +00:00
Andrew Johnson d6fcbe14ab Cleaned up dbDefs.h and errMdef.h
Added various #include lines needed in other sources.
2009-07-09 15:27:43 +00:00
Andrew Johnson 710fc16aa4 Modified to build on Perl 5.8.4. 2009-07-09 14:54:41 +00:00
Jeff Hill 3e782f0220 test for mantis 285 2009-07-08 23:29:51 +00:00
Jeff Hill 7b52eaac73 test for mantis 346 2009-07-08 22:08:00 +00:00
Jeff Hill 42957877d9 fix for mantis 346 2009-07-08 21:43:38 +00:00
Andrew Johnson 245e9b5195 Added an END {} block and CA->context_destroy method for proper shutdown. 2009-07-08 21:33:01 +00:00
Andrew Johnson bf39f9935c Cosmetic. 2009-07-08 19:08:22 +00:00