Summary Period: 2003-09-17 to 2003-07-24 (Commits 7852-7951 of 9251)
|
norume 9/17/03 9:39 AM |
Merged into cxxCompilerDependencies.h. |
| 0 lines of code changed in: src/libCom/osi/os/default/compilerDefs.h (del) | |
|
norume 9/16/03 1:58 PM |
Fix error message. |
| 2 lines of code changed in: src/rec/subRecord.c (+2 -2) | |
|
norume 9/16/03 1:52 PM |
Make arguments match format string. |
| 3 lines of code changed in: src/db: dbNotify.c (+2 -2), db_test.c (+1 -1) | |
|
mrk 9/16/03 1:47 PM |
epicsSnprintf did not work. It is fixed. |
| 7 lines of code changed in: src/libCom/osi/os/posix/epicsStdio.cpp (+7 -1) | |
|
mrk 9/16/03 1:45 PM |
errMessage mut not get NULL argument |
| 3 lines of code changed in: src/libCom/osi/devLib.c (+3 -3) | |
|
norume 9/16/03 1:06 PM |
Add gcc format-string checking. |
| 29 lines of code changed in: src/libCom: Makefile (+1), error/errlog.h (+5 -4) src/libCom/osi: epicsStdio.h (+2 -1), os/default/compilerDefs.h (+21) | |
|
norume 9/16/03 1:03 PM |
file compilerDefs.h was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/osi/os/default/compilerDefs.h (new 0) | |
|
anj 9/16/03 12:53 PM |
Removed WIN32 getopt.* (GPL) |
| 1 lines of code changed in: src/libCom/Makefile (+1 -3) | |
|
anj 9/16/03 12:45 PM |
These files contain GPL code, and not compatible with the EPICS Base license. I don't care that this removal breaks the WIN32 port of EPICS, we can't legally distribute this code as part of EPICS. Someone will have to rewrite the getopt functionality, or grab a version that is not GPL licensed (try BSD). |
| 0 lines of code changed in: src/libCom/osi/os/WIN32: getopt.c (del), getopt.h (del) | |
|
anj 9/15/03 3:59 PM |
Support for configure/RELEASE.<hostarch>.<targetarch> files. |
| 22 lines of code changed in: src/makeBaseApp/templates/configure/CONFIG_APP (+4) configure: CONFIG (+3 -1), tools/convertRelease.pl (+15 -7) | |
|
jhill 9/10/03 12:50 PM |
fixed change that should *not* have been merged in from R3.14 |
| 2 lines of code changed in: src/ca/iocinf.cpp (+2 -2) | |
|
jhill 9/10/03 12:44 PM |
fixed potential race during init |
| 205 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+205 -195) | |
|
jhill 9/10/03 12:43 PM |
many, many changes merged in from EPICS R3.14 |
| 262 lines of code changed in: src/ca: CASG.cpp (+1 -1), CAref.html (+43 -10), access.cpp (+3 -2), acctst.c (+2 -1), autoPtrFreeList.h (+4 -4), bhe.cpp (+1 -1), ca_client_context.cpp (+2 -1), cac.cpp (+64 -99), cac.h (+14 -15), cacIO.h (+3 -1), caerr.h (+1), casw.cpp (changed), getCallback.cpp (+1 -1), getCopy.cpp (+1 -1), hostNameCache.cpp (changed), hostNameCache.h (changed), iocinf.cpp (+3 -3), msgForMultiplyDefinedPV.cpp (changed), msgForMultiplyDefinedPV.h (changed), nciu.cpp (+57 -3), nciu.h (+19 -38), netReadNotifyIO.cpp (+1 -1), netSubscription.cpp (+1 -1), netWriteNotifyIO.cpp (+1 -1), netiiu.cpp (+6 -1), netiiu.h (+2 -1), oldAccess.h (changed), oldChannelNotify.cpp (+1 -1), putCallback.cpp (+1 -1), repeater.cpp (+1 -2), repeaterSubscribeTimer.cpp (+4 -4), searchTimer.cpp (+1 -1), searchTimer.h (+1 -1), syncGroupReadNotify.cpp (+1 -1), syncGroupWriteNotify.cpp (+1 -1), tcpRecvWatchdog.cpp (+1 -1), tcpiiu.cpp (+4 -6), templateInstances.cpp (+1 -1), udpiiu.cpp (+6 -2), udpiiu.h (+2 -2), virtualCircuit.h (+7 -1) | |
|
jhill 9/8/03 2:27 PM |
fixed segmentation violation when cb for item destroys the item |
| 7 lines of code changed in: src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+7 -5) | |
|
anj 9/5/03 3:56 PM |
Fix file stmt without quotes |
| 7 lines of code changed in: src/dbtools/dbLoadTemplate.y (+7) | |
|
norume 9/5/03 9:38 AM |
Use ledLib command-line editing on vxWorks. |
| 87 lines of code changed in: src/libCom/osi/os/default/epicsReadline.c (+87 -2) | |
|
lange 9/4/03 10:16 AM |
Enabled mixed building mode (see bug report [EPICS Base R3.14.x 0000040]) |
| 9 lines of code changed in: configure/os: CONFIG.hpux-parisc-gnu.hpux-parisc-gnu (+6 -5), CONFIG.hpux-parisc.hpux-parisc (+3 -6) | |
|
jhill 9/3/03 5:27 PM |
fixed for borland c |
| 10 lines of code changed in: src/libCom/osi/os/WIN32/epicsTempFile.cpp (+10 -2) | |
|
jhill 9/2/03 11:22 AM |
fixed false error detected by old gnu compiler |
| 2 lines of code changed in: src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+2 -3) | |
|
jhill 8/26/03 2:16 PM |
fixed borland build issues |
| 64 lines of code changed in: src/ca: access.cpp (+3 -1), ca_client_context.cpp (+55 -1), cac.h (+2 -1), oldAccess.h (+4 -56) | |
|
mrk 8/25/03 2:42 PM |
get rid of lazt init for SMP safe |
| 26 lines of code changed in: src/libCom/osi: epicsThread.h (+1 -1), os/posix/osdThread.c (+25 -21) | |
|
jhill 8/25/03 1:58 PM |
explicit templ instantiation for acient tornado compiler |
| 16 lines of code changed in: src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+16 -1) | |
|
jhill 8/21/03 2:40 PM |
restructured osi socket interface to support address reuse variations on darwin and win32 |
| 169 lines of code changed in: src/util/iocLogServer.c (+2 -22) src/ca: repeater.cpp (+3 -9), udpiiu.cpp (+5 -10) src/cas/io/bsdSocket: casDGIntfIO.cc (+3 -13), casIntfIO.cc (+2 -26) src/libCom: Makefile (+1), osi/osiSock.h (+5 -1) src/libCom/osi/os: Darwin/osdSockAddrReuse.cpp (+50), posix/osdSockAddrReuse.cpp (+50) src/libCom/osi/os/WIN32: osdSock.h (-8), osdSockAddrReuse.cpp (+45) src/rsrv: caservertask.c (+2 -23), cast_server.c (+1 -25) | |
|
jhill 8/21/03 1:22 PM |
file osdSockAddrReuse.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/osi/os: Darwin/osdSockAddrReuse.cpp (new 0), WIN32/osdSockAddrReuse.cpp (new 0), posix/osdSockAddrReuse.cpp (new 0) | |
|
jhill 8/21/03 10:55 AM |
upgraded ipAddrToAscii API and improved shutdown procedures |
| 347 lines of code changed in: src/ca: cac.cpp (+16 -11), cac.h (+2 -2), hostNameCache.cpp (+13 -7), hostNameCache.h (+7 -5), msgForMultiplyDefinedPV.cpp (+12 -7), msgForMultiplyDefinedPV.h (+14 -5) src/libCom/misc: ipAddrToAsciiAsynchronous.cpp (+262 -138), ipAddrToAsciiAsynchronous.h (+21 -62) | |
|
jhill 8/21/03 10:54 AM |
destructor need not be virtual |
| 6 lines of code changed in: src/libCom/osi/epicsThread.h (+6 -6) | |
|
jhill 8/21/03 10:51 AM |
workaround for bug in RH 7.3 Linux |
| 15 lines of code changed in: src/libCom/osi/epicsMutex.cpp (+15 -6) | |
|
norume 8/14/03 4:16 PM |
Add default JAVA_DIR. Can be overridden by CONFIG_SITE. |
| 10 lines of code changed in: configure/os: CONFIG.Common.darwin-ppc (+4 -1), CONFIG.Common.linux-x86 (+3 -1), CONFIG.Common.solaris-sparc (+3 -1) | |
|
anj 8/12/03 5:26 PM |
Removed device entries from base.dbd into their own .dbd files. Devices for TestAsyn support are not included by base.dbd, but have their own devTestAsyn.dbd file if required. |
| 11 lines of code changed in: src/misc/base.dbd (+11 -34) | |
|
anj 8/12/03 5:25 PM |
Added DBD file for soft channel device support entries from base |
| 28 lines of code changed in: src/dev/softDev: Makefile (+2), devSoft.dbd (+26) | |
|
anj 8/12/03 5:22 PM |
Device support entries built from this source directory |
| 12 lines of code changed in: src/dev/testDev/devTestAsyn.dbd (+12) | |
|
anj 8/12/03 5:20 PM |
Set PACT if error occurred during init |
| 22 lines of code changed in: src/dev/testDev: Makefile (+2), devAiTestAsyn.c (+2 -1), devAoTestAsyn.c (+2 -1), devBiTestAsyn.c (+2 -1), devBoTestAsyn.c (+2 -1), devHistogramTestAsyn.c (+2 -1), devMbbiTestAsyn.c (+2 -1), devMbboTestAsyn.c (+2 -1), devSiTestAsyn.c (+2 -1), devSoTestAsyn.c (+2 -1), devWfTestAsyn.c (+2 -1) | |
|
anj 8/12/03 4:53 PM |
Enhanced the TPRO trace output to include the executing thread name |
| 11 lines of code changed in: src/db/dbAccess.c (+11 -6) | |
|
anj 8/11/03 5:22 PM |
file devSoft.dbd was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devSoft.dbd (new 0) | |
|
anj 8/11/03 5:22 PM |
file devTestAsyn.dbd was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/testDev/devTestAsyn.dbd (new 0) | |
|
jhill 8/8/03 7:46 PM |
made some improvements for SMP systems which are a good conservative design but may not have been necessary |
| 33 lines of code changed in: src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+33 -23) | |
|
mrk 8/8/03 3:05 PM |
make it synchronou is delay <=0 |
| 2 lines of code changed in: src/dev/testDev/devAiTestAsyn.c (+2 -1) | |
|
jhill 8/7/03 10:34 AM |
added another instantiation |
| 2 lines of code changed in: src/ca/templateInstances.cpp (+2 -1) | |
|
jhill 8/6/03 4:24 PM |
improved the ca_task_exit() trest |
| 38 lines of code changed in: src/ca/acctst.c (+38 -4) | |
|
jhill 8/6/03 4:22 PM |
fixed race condition in virtual circuit shutdown sequence |
| 33 lines of code changed in: src/ca/cac.cpp (+33 -22) | |
|
mrk 8/6/03 1:20 PM |
suppess duplicate console message from logMsg |
| 64 lines of code changed in: src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp (+2 -2) src/libCom/error: errlog.c (+54 -11), errlog.h (+8) | |
|
mrk 8/6/03 6:33 AM |
path change |
| 1 lines of code changed in: src/excas/Makefile (+1 -1) | |
|
jhill 8/5/03 7:13 PM |
fixed potential race on SMP systems |
| 7 lines of code changed in: src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+7 -3) | |
|
jhill 8/5/03 6:11 PM |
added virtual circuit free list |
| 23 lines of code changed in: src/ca/virtualCircuit.h (+23 -1) | |
|
jhill 8/5/03 6:10 PM |
added virtual circuit free list and fixed race condition in virtual circuit shutdown sequence |
| 30 lines of code changed in: src/ca: cac.cpp (+16 -6), tcpiiu.cpp (+14 -8) | |
|
jhill 8/5/03 6:09 PM |
added virtual circuit free list |
| 5 lines of code changed in: src/ca/cac.h (+5 -2) | |
|
jhill 8/5/03 6:07 PM |
allow freeList template arguments to be specified |
| 17 lines of code changed in: src/ca/autoPtrFreeList.h (+17 -16) | |
|
mrk 8/5/03 2:35 PM |
resolve nad commit |
| 5 lines of code changed in: src/libCom/Makefile (+5 -2) | |
|
mrk 8/5/03 2:28 PM |
src/vxWorks no longer needed |
| 1 lines of code changed in: src/Makefile (+1 -5) | |
|
mrk 8/5/03 2:14 PM |
get correct template path |
| 1 lines of code changed in: src/excas/Makefile (+1 -1) | |
|
mrk 8/5/03 2:11 PM |
moved from src/vxWorks |
| 475 lines of code changed in: documentation/TSdriver.html (+475) | |
|
mrk 8/5/03 2:02 PM |
file TSdriver.html was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: documentation/TSdriver.html (new 0) | |
|
mrk 8/5/03 1:24 PM |
move stuff from src/vxWorks; devLib now works for RTEMS |
| 3409 lines of code changed in: src/libCom/Makefile (+22 -5) src/libCom/osi: devLib.c (new 1022), devLib.h (new 422), os/RTEMS/devLibOSD.c (new 318) src/libCom/osi/os/vxWorks: camacLib.h (new 59), devLibOSD.c (new 474), drvTS.c (new 5), drvTS.h (new 0), epicsDynLink.c (new 92), epicsDynLink.h (new 42), logMsgToErrlog.cpp (+11 -4), module_types.h (new 495), task_params.h (new 185), veclist.c (new 227), vxComLibrary.c (new 35) | |
|
mrk 8/5/03 1:03 PM |
suppress warning mesage if no record/device/driver support |
| 3 lines of code changed in: src/registry/registerRecordDeviceDriver.pl (+3 -2) | |
|
mrk 8/5/03 1:01 PM |
Previously if a dbGetLink failed on one of the input links, dbGetLink was not called for the remaining links. Now it is |
| 9 lines of code changed in: src/rec: calcRecord.c (+5 -5), calcoutRecord.c (+4 -4) | |
|
mrk 8/5/03 11:02 AM |
put notify did not act properly if a record had disp=TRUE |
| 11 lines of code changed in: src/db: dbNotify.c (+9 -1), dbNotify.h (+2 -1) | |
|
mrk 8/5/03 10:21 AM |
fix bad comments |
| 1 lines of code changed in: src/libCom/osi/epicsTime.h (+1 -2) | |
|
jba 8/4/03 4:38 PM |
Only build OBJS for vxWorks. |
| 3 lines of code changed in: src: ca/Makefile (+1 -1), db/test/Makefile (+1 -1), util/Makefile (+1 -1) | |
|
jba 8/4/03 1:35 PM |
Always build dynamic library search paths into executable. |
| 12 lines of code changed in: configure/os: CONFIG.Common.hpux-parisc (+2 -3), CONFIG.Common.linux-mpc82xx (+2 -3), CONFIG.Common.linux-x86 (+2 -3), CONFIG.Common.solaris-sparc (+2 -3), CONFIG.Common.solaris-x86 (+2 -3), CONFIG.Common.sun4-x86 (+2 -3) | |
|
jba 8/4/03 1:25 PM |
Added linker options for static builds. |
| 6 lines of code changed in: configure/os/CONFIG.linux-x86.linux-x86 (+6 -1) | |
|
jhill 7/31/03 2:38 PM |
improved warning message |
| 5 lines of code changed in: src/ca/repeaterSubscribeTimer.cpp (+5 -2) | |
|
jhill 7/31/03 1:57 PM |
improved warning message |
| 9 lines of code changed in: src/ca/tcpRecvWatchdog.cpp (+9 -4) | |
|
norume 7/31/03 11:52 AM |
Get things to build on RTEMS. |
| 7 lines of code changed in: src/libCom/osi/os: RTEMS/osiUnistd.h (+6 -1), posix/epicsStdio.cpp (+1) | |
|
norume 7/31/03 11:34 AM |
Removing -ansi causes *lots* of other problems, so back out previous change. |
| 4 lines of code changed in: configure/os/CONFIG.Common.RTEMS (+4 -5) | |
|
jhill 7/30/03 6:33 PM |
spelling |
| 2 lines of code changed in: src/ca/tcpRecvWatchdog.cpp (+2 -2) | |
|
jhill 7/30/03 6:28 PM |
avoid bracketing includes with 'extern "C"' to avoid unanticipated side effects |
| 3 lines of code changed in: src/libCom/osi/epicsStdio.h (+3 -3) | |
|
norume 7/30/03 4:44 PM |
RTEMS headers have too many functions whose prototypes are removed by -ansi, so get rid of it. |
| 5 lines of code changed in: configure/os/CONFIG.Common.RTEMS (+5 -4) | |
|
anj 7/30/03 4:43 PM |
Export RELEASE file variables to environment for use by tools (MSI) |
| 5 lines of code changed in: configure/tools/convertRelease.pl (+5 -1) | |
|
norume 7/30/03 4:19 PM |
Ensure that va_list typedef is in scope. |
| 1 lines of code changed in: src/libCom/osi/epicsStdio.h (+1) | |
|
jhill 7/30/03 1:28 PM |
added wrapper around tmpfile so that we can have a windows specific implementation |
| 25 lines of code changed in: src: Makefile (+2 -2), libCom/osi/os/posix/epicsTempFile.cpp (+18) src/toolsComm/antelope: Makefile (+1), main.c (+4 -3) | |
|
jhill 7/30/03 1:28 PM |
reorganized so that we maintain only one interface specification |
| 34 lines of code changed in: src/libCom: Makefile (+2 -5), osi/epicsStdio.h (+32) | |
|
jhill 7/30/03 1:27 PM |
added wrapper around tmpfile so that we can have a windows specific implementation |
| 64 lines of code changed in: src/libCom/osi/os/WIN32/epicsTempFile.cpp (+64) | |
|
jhill 7/30/03 1:27 PM |
moved extern "C" down so that it does not have unanticipated side effects on the included header files |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/epicsStdio.c (+3 -3) | |
|
jhill 7/30/03 1:26 PM |
reorganized so that we maintain only one interface specification |
| 29 lines of code changed in: src/libCom/osi/os: WIN32/epicsStdio.h (del), hpux/epicsStdio.h (del), vxWorks/epicsStdio.h (del) src/libCom/osi/os/posix: epicsStdio.cpp (+29), epicsStdio.h (del) | |
|
jhill 7/30/03 10:57 AM |
file epicsTempFile.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/osi/os: WIN32/epicsTempFile.cpp (new 0), posix/epicsTempFile.cpp (new 0) | |
|
jhill 7/30/03 10:57 AM |
file epicsStdio.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/osi/os/posix/epicsStdio.cpp (new 0) | |
|
jhill 7/30/03 10:55 AM |
file epicsStdio.h was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/osi/epicsStdio.h (new 0) | |
|
anj 7/29/03 5:43 PM |
Allow quoted filenames, needed if they contain any ${ENVMACRO}s |
| 1 lines of code changed in: src/dbtools/dbLoadTemplate.y (+1) | |
|
anj 7/29/03 3:40 PM |
Various changes from R3.14 branch. |
| 140 lines of code changed in: src/makeBaseApp/Makefile (+5 -5) src/makeBaseApp/templates/exampleApp/src: Makefile (+13 -12), _APPNAME_Include.dbd (+3 -1), _APPNAME_Support.dbd (del), dbSubExample.c (+11 -7), xxxSupport.dbd (new 2) src/makeBaseApp/templates/exampleBoot/ioc: Makefile@Common (+2 -1), st.cmd@Common (+23 -12), st.cmd@RTEMS (+16 -4), st.cmd@vxWorks (+16 -8) src/makeBaseApp/templates/iocBoot/ioc: Makefile@Common (+2 -1), st.cmd@Common (+15 -8), st.cmd@RTEMS (+12 -6), st.cmd@vxWorks (+20 -16) | |
|
anj 7/29/03 3:39 PM |
Added envPaths target and rules using convertRelease.pl |
| 25 lines of code changed in: configure: RULES.ioc (+1 -1), tools/convertRelease.pl (+24 -2) | |
|
anj 7/29/03 3:38 PM |
Changes from R3.14 branch: Use -o option to dbExpand, provide the DBD base filename to registerRecordDeviceDriver.pl |
| 2 lines of code changed in: configure/RULES.Db (+2 -3) | |
|
anj 7/29/03 3:35 PM |
registerRecordDeviceDriver now called softIoc_registerRecordDeviceDriver |
| 4 lines of code changed in: src/softIoc/softMain.cpp (+4 -3) | |
|
anj 7/29/03 3:34 PM |
Changes from R3.14 branch: Rename generated registerRecordDeviceDriver subroutine to include dbd filename, added variable support. |
| 31 lines of code changed in: src/registry: Makefile (-1), registerRecordDeviceDriver.h (del), registerRecordDeviceDriver.pl (+31 -4) | |
|
anj 7/29/03 3:30 PM |
Changes from the R3.14 branch: variable DBD keyword and support code, dbExpand -o outfile option, dbGetInfoPointer fix. |
| 142 lines of code changed in: src/dbStatic: dbBase.h (+9 -1), dbExpand.c (+75 -53), dbLex.l (+2 -1), dbStaticLib.c (+39 -3), dbStaticLib.h (+4 -2), dbYacc.y (+13 -1) | |
|
anj 7/29/03 3:25 PM |
Expand environment variable macros in filenames |
| 29 lines of code changed in: src/dbStatic/dbLexRoutines.c (+29 -6) | |
|
anj 7/29/03 2:51 PM |
Made various input arguments and internal variables const char* |
| 38 lines of code changed in: src/libCom/macLib: macCore.c (+21 -19), macEnv.c (+2 -2), macLib.h (+7 -7), macUtil.c (+8 -7) | |
|
norume 7/29/03 1:02 PM |
Update README file to reflect some recent changes. |
| 14 lines of code changed in: src/libCom/macLib/macLibREADME (+14 -18) | |
|
jhill 7/28/03 12:36 PM |
added section on puts near process termination |
| 33 lines of code changed in: src/ca/CAref.html (+33 -2) | |
|
norume 7/25/03 4:12 PM |
RTEMS now provides the getprotobyXXX routines. |
| 1 lines of code changed in: src/RTEMS/base/rtems_util.c (+1 -38) | |
|
norume 7/25/03 4:05 PM |
Ensure that tasks get at least RTEMS_MINIMUM_STACK_SIZE. |
| 11 lines of code changed in: src/libCom/osi/os/RTEMS/osdThread.c (+11 -7) | |
|
jhill 7/25/03 3:44 PM |
removed call to logFdAdd |
| 15 lines of code changed in: src/libCom/logClient/logClient.c (+15 -45) | |
|
jhill 7/25/03 12:24 PM |
moved logMsgToErrlog |
| 1 lines of code changed in: src/libCom: Makefile (-1), osi/os/vxWorks/logMsgToErrlog.cpp (del) | |
|
jhill 7/25/03 11:57 AM |
added logMsgToErrlog |
| 100 lines of code changed in: src/libCom: Makefile (+1), osi/os/vxWorks/logMsgToErrlog.cpp (new 99) | |
|
anj 7/25/03 10:14 AM |
Fix small bug, also allows the script to run properly on RH9.0 (I'm not sure why it wouldn't run before though) |
| 2 lines of code changed in: src/makeBaseApp/makeBaseApp.pl (+2 -2) | |
|
norume 7/25/03 10:05 AM |
Clean up example code. |
| 27 lines of code changed in: src/dev/testDev/devAiTestAsyn.c (+27 -29) | |
|
jhill 7/24/03 5:48 PM |
fixed syntax error |
| 2 lines of code changed in: configure/tools/convertRelease.pl (+2 -2) | |
|
anj 7/24/03 3:22 PM |
More fallout from my renaming top => template. |
| 3 lines of code changed in: src: excas/Makefile (+1 -1), makeBaseApp/makeBaseApp.pl (+2 -2) | |
|
jba 7/24/03 3:11 PM |
Added fix for full path name when in cygwin shell. |
| 5 lines of code changed in: configure/tools/convertRelease.pl (+5 -2) | |
|
norume 7/24/03 2:36 PM |
Use explicit callback so that this code matches the Application Developer's Guide description. |
| 44 lines of code changed in: src/dev/testDev/devAiTestAsyn.c (+44 -49) | |
|
anj 7/24/03 2:01 PM |
Replace ts(Min|Max) with epics(Min|Max) found in epicsAlgorithm.h |
| 5 lines of code changed in: src/makeBaseApp/templates/caServerApp: exScalarPV.cc (+2 -2), exServer.h (+1 -1), exVectorPV.cc (+2 -2) | |
![]()
Generated by StatCvs v0.1.3