Commit Graph

14729 Commits

Author SHA1 Message Date
Janet B. Anderson 00d8ae7d79 Updated version number description. 2005-12-19 20:28:00 +00:00
Andrew Johnson d9184abd62 Version numbering system change. 2005-12-16 16:47:52 +00:00
Andrew Johnson 66fbc8b27c R3.14.8.1 changes. 2005-12-15 19:39:03 +00:00
W. Eric Norum a65943481d Improved epicsThreadGetName() so that it works for all threads, not just those
created by epicsThreadCreate().
2005-12-15 16:49:42 +00:00
Janet B. Anderson 09ea15376f Changed SCRIPT to SCRIPTS in comment. 2005-12-14 15:04:37 +00:00
Marty Kraimer de797d11e2 fix win32 compiler warnings 2005-12-13 12:57:19 +00:00
Andrew Johnson 6e09e17a23 Moved Marty's latest comments into a "Changes since R3.14.8" section.
Cleaned up some   entities that appeared lower down.
2005-12-12 22:19:01 +00:00
Janet B. Anderson a0e61daaac Removed epicsShareAPI from epicsStrtod. 2005-12-12 21:27:07 +00:00
Janet B. Anderson 5506587d06 Removed epicsShareAPI where not needed. 2005-12-12 21:26:01 +00:00
Andrew Johnson 225f816f0e epicsShare macro fixes from Mark Rivers (copied from the main trunk). 2005-12-12 21:25:17 +00:00
Marty Kraimer cdda915248 o and x format should have unsigned args 2005-12-12 20:09:02 +00:00
Marty Kraimer 1a1c4dceb0 changes for libCom/misc 2005-12-12 19:55:34 +00:00
Marty Kraimer b283cb1fcd clean up epicsStdlib 2005-12-12 19:55:11 +00:00
Marty Kraimer 3499fbe51d get rid of epicsShareAPI; epicsStrtok_r is new; clean up epicsStdlib 2005-12-12 19:54:48 +00:00
Jeff Hill bd14b17c94 fixed send thread blocks trying to destroy the IIU because the
callback lock was taken without using a callback lock manager
2005-12-08 16:23:15 +00:00
Andrew Johnson 25d861b724 Removed release date, less work to do at the last minute... R3.14.8 2005-11-30 22:29:06 +00:00
Janet B. Anderson e93f9fd86e Updated path rewriting rules for various OSs. 2005-11-30 21:46:13 +00:00
Janet B. Anderson f8527e3303 WIN32 directory specification changes. 2005-11-29 22:46:57 +00:00
Janet B. Anderson cd1d5b3b41 Added override comments for Visual C++ 8.0 or 8.0 express. 2005-11-29 22:45:28 +00:00
Janet B. Anderson 251e628df3 Modified comment. 2005-11-29 22:44:41 +00:00
Janet B. Anderson ccec1cf8c7 Bug fix for Borland obj installs (all lower case) installs. 2005-11-29 22:44:05 +00:00
Jeff Hill 1d977970a4 fixed spelling 2005-11-29 18:42:34 +00:00
Jeff Hill f41d1276c3 updated for R3.14.8 2005-11-29 18:34:09 +00:00
Jeff Hill 5d31c721ad fixed msvc++ 8 assert failure.
I had a closer look at the MS and the POSIX doc. It appears that
there is confusion between the two related to how the arguments
are interpreted when the user buffer pointer is null. In the POSIX
doc it clearly states that the count only applies if the user pointer
isn't nill. In the MS doc it clearly states that the count is also the
size of the internally allocated buffer when the user pointer is nill.

It seems that a reasonable compromise will be to specify a buffer
size of BUFSIZ (defined by POSIX and fortunately also by windows).
2005-11-29 17:05:00 +00:00
Janet B. Anderson 8bc5eba28a Visual C++ 2005 changes: lnstall manifest files, clean *.manifest *.exp. 2005-11-29 15:30:23 +00:00
Marty Kraimer f0b807ecb3 make tags match 2005-11-28 13:22:10 +00:00
Marty Kraimer 7907d9ef66 added notes for Mantis bug fixes for 225,184 2005-11-28 13:20:24 +00:00
Janet B. Anderson 2b43654f35 R3.14.8 2005-11-23 15:33:51 +00:00
Andrew Johnson 9f890d90b4 Added things we know about at release time. 2005-11-22 21:57:16 +00:00
Janet B. Anderson f4a06313db Removed TD options in call to _fdopen for VISUAL C++ 2005. 2005-11-22 21:52:29 +00:00
Andrew Johnson dbbb7eb613 Version number and release date set. 2005-11-22 20:59:05 +00:00
Jeff Hill 7c73c4eff9 updated for R3.14.8 2005-11-22 15:43:40 +00:00
Janet B. Anderson 699b3b5d48 Added new host targets info. 2005-11-22 15:06:02 +00:00
Marty Kraimer 2ad879e1d1 simplify output 2005-11-22 13:45:28 +00:00
Jeff Hill 036243c9a2 made win32 stdcall consistent 2005-11-22 00:28:17 +00:00
Jeff Hill 363199adfa fixed bug occurring when interfacing with EPICS 3.11 2005-11-22 00:11:16 +00:00
Janet B. Anderson 37416777e8 Initial version. 2005-11-21 22:19:51 +00:00
Marty Kraimer 33865495c9 better checking for pthread_create 2005-11-21 21:21:12 +00:00
Marty Kraimer 533e99d33c From Benjamin Franksen 2005-11-21 21:17:15 +00:00
cvs2svn bc0a097c18 This commit was manufactured by cvs2svn to create branch 'B3.14'. 2005-11-21 21:17:14 +00:00
Jeff Hill cd000c5aff updated for R3.14.8 2005-11-21 20:55:12 +00:00
Janet B. Anderson a22f10e0fa Added new host and cross targets. Updated source tree size. 2005-11-21 20:33:43 +00:00
Marty Kraimer 472512d0a2 epicsThreadMustCreate instead of epicsThreadCreate 2005-11-21 19:33:44 +00:00
Marty Kraimer 92f32f3c21 new test 2005-11-21 19:09:20 +00:00
Jeff Hill 9cf2c3fd1f renamed README.win32 to readme.MS_Windows 2005-11-21 17:50:05 +00:00
Jeff Hill 4a02edc7ca updated to match R3.14.8 2005-11-21 17:45:43 +00:00
Janet B. Anderson 69d80affb5 Updated comments defining host and cross targets. 2005-11-21 17:14:29 +00:00
Marty Kraimer 7da2de16dc Fix memory leak for priority scheduling 2005-11-21 14:17:49 +00:00
Ralph Lange f0a18144aa SHRLIB_SEARCH_DIRS -> SHRLIB_SEARCH_FULLPATHDIRS (reflecting changes in the build system) 2005-11-21 09:52:38 +00:00
Ralph Lange 61776f958e += -mt (multithreading) flag for the standard C compiler 2005-11-21 09:30:48 +00:00