Summary Period: 2004-02-06 to 2003-09-17 (Commits 7952-8051 of 9251)
|
jhill 2/6/04 7:43 PM |
fix compiler warnings and clear out redundant code |
| 1 lines of code changed in: src/gdd: gdd.cc (+1 -6), gdd.h (-1) | |
|
jhill 2/6/04 6:38 PM |
fixed sunpro warnings |
| 1 lines of code changed in: src/libCom/cxxTemplates/epicsSingleton.h (+1 -2) | |
|
jhill 2/6/04 6:25 PM |
removed old style include of TOP |
| 1 lines of code changed in: src/dev/softDev/Makefile (+1 -1) | |
|
jhill 2/6/04 5:34 PM |
merged in R3.14.5 |
| 6363 lines of code changed in: src/util/iocLogServer.c (-1) src/ca: CASG.cpp (+126 -111), CAref.html (+402 -60), Makefile (+10 -7), access.cpp (+94 -69), acctst.c (+37 -28), autoPtrFreeList.h (-1), autoPtrRecycle.h (+13 -12), bhe.cpp (+52 -26), bhe.h (+14 -8), ca_client_context.cpp (+295 -158), cac.cpp (+441 -774), cac.h (+163 -149), cacChannel.cpp (+21 -9), cacContextNotify.cpp (+43), cacIO.h (+120 -70), cacNotify.cpp (del), cacServiceList.cpp (del), caerr.h (+1), casw.cpp (+12 -5), comBuf.h (+22 -9), comQueSend.cpp (+12 -6), comQueSend.h (+4 -4), disconnectGovernorTimer.cpp (+57), disconnectGovernorTimer.h (+60), getCallback.cpp (+17 -8), getCopy.cpp (+17 -12), hostNameCache.cpp (-4), hostNameCache.h (-1), iocinf.cpp (-1), iocinf.h (+3 -3), msgForMultiplyDefinedPV.cpp (-1), msgForMultiplyDefinedPV.h (-1), nciu.cpp (+254 -180), nciu.h (+169 -74), netIO.h (+121 -74), netReadNotifyIO.cpp (+52 -21), netSubscription.cpp (+90 -21), netWriteNotifyIO.cpp (+52 -24), netiiu.cpp (+46 -24), netiiu.h (+50 -28), oldAccess.h (+269 -210), oldChannelNotify.cpp (+114 -32), oldSubscription.cpp (+20 -9), putCallback.cpp (+17 -8), repeater.cpp (+2 -4), repeaterClient.h (-1), repeaterSubscribeTimer.cpp (+16 -5), repeaterSubscribeTimer.h (+10 -4), searchTimer.cpp (+61 -31), searchTimer.h (+6 -4), sgAutoPtr.h (+17 -6), syncGroup.h (+136 -74), syncGroupNotify.cpp (+2 -13), syncGroupReadNotify.cpp (+48 -20), syncGroupWriteNotify.cpp (+42 -18), syncgrp.cpp (+110 -39), tcpRecvWatchdog.cpp (+134 -36), tcpRecvWatchdog.h (+19 -6), tcpSendWatchdog.cpp (+14 -9), tcpSendWatchdog.h (+8 -3), tcpiiu.cpp (+786 -436), templateInstances.cpp (+8 -10), udpiiu.cpp (+257 -190), udpiiu.h (+95 -69), virtualCircuit.h (+165 -82) src/cas/example/directoryService: directoryServer.h (+3 -4), main.cc (+3 -3) src/cas/generic: caNetAddr.cc (-1), casAsyncIOI.cc (-1), casAsyncPVAttachIO.cc (-1), casAsyncPVAttachIOI.cpp (-1), casAsyncPVExistIO.cc (-1), casAsyncReadIO.cc (-1), casAsyncReadIOI.cc (-1), casAsyncReadIOI.h (-1), casAsyncWriteIO.cc (-1), casChannelI.cc (-1), casChannelI.h (-1), casCoreClient.cc (-1), casCoreClient.h (-1), casEventMask.cc (-1), casEventSys.cc (+1 -2), casEventSys.h (+2 -1), casMonEvent.cc (-1), casPVI.cc (-1), casStrmClient.cc (-1), chanIntfForPV.h (-1) src/cas/io/bsdSocket: caServerIO.cc (+2 -3), casIOD.h (-1), casIntfIO.cc (-1), casStreamIO.cc (+48 -36), ipIgnoreEntry.cpp (-1) src/db: Makefile (+4 -2), dbCAC.h (+99 -56), dbChannelIO.cpp (+88 -30), dbChannelIO.h (+59 -47), dbContext.cpp (+423), dbContextReadNotifyCache.cpp (+99), dbEvent.c (-1), dbPutNotifyBlocker.cpp (+53 -29), dbPutNotifyBlocker.h (+13 -10), dbServiceIO.cpp (del), dbServiceIOReadNotifyCache.cpp (del), dbSubscriptionIO.cpp (+50 -23), templateInstances.cpp (+4 -5) src/gdd: aitTypes.h (-1), gdd.cc (+16 -19), gdd.h (+2 -6), gddNewDel.cc (-1), gddNewDel.h (-1), gddUtils.h (-1) src/libCom: logClient/logClient.c (+7 -2), test/epicsThreadTest.cpp (+1 -1) src/libCom/cxxTemplates: epicsSingleton.h (+19 -1), tsDLList.h (-1), tsFreeList.h (+1 -1) src/libCom/misc: ipAddrToAsciiAsynchronous.cpp (+3 -3), ipAddrToAsciiAsynchronous.h (+3 -3) src/libCom/osi: devLib.h (+1 -1), epicsAssert.h (changed), epicsMutex.cpp (+2 -1), epicsThread.cpp (+4 -4), epicsTime.cpp (+4 -2), osiSock.h (+19 -3) src/libCom/osi/os/WIN32: osdSock.c (-1), osdThread.c (+17 -13) src/libCom/timer: epicsTimer.cpp (-1), timer.cpp (+3 -6), timerPrivate.h (-1), timerQueueActive.cpp (+2 -2) src/rsrv: Makefile (+2), camessage.c (+2 -3), camsgtask.c (+14 -2), caserverio.c (+49 -3), caservertask.c (+11 -5), online_notify.c (-1) | |
|
anj 2/6/04 1:23 PM |
Remove tokenNAME, everything uses tokenSTRING instead. |
| 21 lines of code changed in: src/as: asLib.y (+20 -44), asLib_lex.l (+1 -1) | |
|
norume 2/3/04 3:35 PM |
Remove unreachable code. |
| 0 lines of code changed in: src/libCom/misc/epicsString.c (-1) | |
|
norume 2/3/04 10:49 AM |
Stupid vxWorks implementation of toupper/tolower expands macro argument more than once! |
| 10 lines of code changed in: src/libCom/misc/epicsString.c (+10 -4) | |
|
lange 2/1/04 11:58 AM |
Best not to bracket include with extern "C" |
| 1 lines of code changed in: src/libCom/osi/os/hpux/osdSock.h (+1 -8) | |
|
lange 2/1/04 10:00 AM |
cosmetic |
| 4 lines of code changed in: src/libCom/osi/os/posix/osdTime.h (+4 -1) | |
|
lange 2/1/04 9:54 AM |
best not to bracket include with extern "C" |
| 10 lines of code changed in: src/libCom/misc/cantProceed.h (+3 -2) src/libCom/osi: epicsAssert.h (+3 -3), epicsThread.h (+4 -4) | |
|
anj 1/29/04 11:07 AM |
Clear compiler warnings - changes from R3.14.5. |
| 32 lines of code changed in: src/gdd: aitTypes.h (+2 -2), gdd.cc (+9 -3), gdd.h (+7 -2), gddNewDel.cc (+4 -1), gddNewDel.h (+5 -3), gddUtils.h (+5 -5) | |
|
anj 1/27/04 4:03 PM |
Ancient files, no longer used. |
| 1 lines of code changed in: src/gdd: MAKE_TAR_FILE (del), vxldscript.MRI (del) | |
|
norume 1/25/04 11:56 AM |
Minor cleanup. |
| 4 lines of code changed in: documentation/README.darwin.html (+4 -4) | |
|
anj 1/23/04 4:57 PM |
Don't generate an empty file if registerRecordDeviceDriver.pl fails. |
| 3 lines of code changed in: configure/RULES.Db (+3 -2) | |
|
anj 1/23/04 1:29 PM |
Make parser slightly more robust against keywords, and commented out entries. |
| 6 lines of code changed in: src/registry/registerRecordDeviceDriver.pl (+6 -9) | |
|
mrk 1/23/04 10:26 AM |
add ifdef __cplusplus |
| 10 lines of code changed in: src/libCom/osi/devLib.h (+10 -2) | |
|
mrk 1/20/04 9:28 AM |
get latest version for 3_14 branch |
| 51 lines of code changed in: src/libCom/misc: epicsString.c (+48), epicsString.h (+3) | |
|
lange 1/20/04 6:41 AM |
Added parseOptions to add getopt() functionality (and allow compiling on WIN32) |
| 184 lines of code changed in: src/catools: Makefile (+3 -2), caget.c (+34 -36), parseOptions.c (+88), parseOptions.h (+58), tool_lib.c (+1 -5) | |
|
lange 1/20/04 6:38 AM |
file parseOptions.h was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/catools/parseOptions.h (new 0) | |
|
lange 1/20/04 6:38 AM |
file parseOptions.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/catools/parseOptions.c (new 0) | |
|
norume 1/19/04 1:52 PM |
Don't seg-fault if no argument is passed to dbtr. |
| 3 lines of code changed in: src/db/dbTest.c (+3 -1) | |
|
mrk 1/19/04 1:20 PM |
wrong prototype fot devInit |
| 2 lines of code changed in: src/libCom/osi/os/vxWorks/devLibOSD.c (+2 -2) | |
|
mrk 1/19/04 1:14 PM |
bad arg to errlogPrintf |
| 1 lines of code changed in: src/libCom/osi/os/vxWorks/osdThread.c (+1 -1) | |
|
lange 1/19/04 6:07 AM |
Changes for 3.15 TOP find mechanism. |
| 1 lines of code changed in: src/catools: Makefile (+1 -2), TOP (new 0) | |
|
lange 1/19/04 5:56 AM |
Added first version of caget (first of the CA commandline tools). |
| 1093 lines of code changed in: src/catools: Makefile (new 34), caget.c (new 471), tool_lib.c (new 517), tool_lib.h (new 71) | |
|
lange 1/19/04 4:35 AM |
Cosmetic changes. |
| 3 lines of code changed in: configure/tools/filterWarnings.pl (+3 -3) | |
|
anj 1/15/04 2:54 PM |
Cleanup: removed two ancient unused routines. |
| 1 lines of code changed in: src/db/db_access.c (+1 -18) | |
|
anj 1/15/04 2:02 PM |
These appear to be someone's leftovers. |
| 0 lines of code changed in: src/cas: .ftp (del), .ftp2 (del) | |
|
jba 1/15/04 9:21 AM |
Commented out PERLLIB definition. |
| 2 lines of code changed in: startup: borland.bat (+1 -1), win32.bat (+1 -1) | |
|
jba 1/14/04 1:40 PM |
file CONFIG.linux-x86.linux-x86-debug was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.linux-x86.linux-x86-debug (new 0) | |
|
jba 1/14/04 1:40 PM |
file CONFIG.solaris-sparc.solaris-sparc-debug was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.solaris-sparc.solaris-sparc-debug (new 0) | |
|
jba 1/14/04 1:40 PM |
file CONFIG.solaris-sparc.solaris-sparc-gnu was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu (new 0) | |
|
mrk 1/14/04 7:20 AM |
remove spin lock version |
| 2 lines of code changed in: src/libCom/osi/os/posix/osdMutex.c (+2 -92) | |
|
norume 1/13/04 5:09 PM |
Add epicsStrnCaseCmp and epicsStrPrintEscaped. |
| 25 lines of code changed in: src/libCom/test/epicsStringTest.c (+23 -15) src/libCom/misc: epicsString.c (+1 -3), epicsString.h (+1 -2) | |
|
lange 1/12/04 5:29 AM |
Cleaned up alarm status and severity string representation, alarmString.h is deprecated now. |
| 36 lines of code changed in: src/dbStatic: alarm.h (+27 -28), alarmString.h (+9 -1) | |
|
anj 1/9/04 10:00 AM |
Changed to the EPICS Open license as agreed with ANL Legal. |
| 22 lines of code changed in: LICENSE (+22 -47) | |
|
lange 1/9/04 3:40 AM |
New list push method (and bugfix) |
| 30 lines of code changed in: src/libCom/cxxTemplates/tsDLList.h (+30 -4) | |
|
jhill 1/8/04 7:05 PM |
file dbContext.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/db/dbContext.cpp (new 0) | |
|
jhill 1/8/04 6:42 PM |
file dbContextReadNotifyCache.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/db/dbContextReadNotifyCache.cpp (new 0) | |
|
jhill 1/8/04 6:40 PM |
file disconnectGovernorTimer.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/ca/disconnectGovernorTimer.cpp (new 0) | |
|
jhill 1/8/04 6:40 PM |
file disconnectGovernorTimer.h was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/ca/disconnectGovernorTimer.h (new 0) | |
|
jhill 1/8/04 6:40 PM |
file cacContextNotify.cpp was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/ca/cacContextNotify.cpp (new 0) | |
|
norume 1/8/04 3:10 PM |
Add simple device support for converting time to nicely-formatted string. |
| 47 lines of code changed in: src/dev/softDev: devSoft.dbd (+1), devTimestampSI.c (+46) | |
|
norume 1/8/04 3:08 PM |
file devTimestampSI.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devTimestampSI.c (new 0) | |
|
lange 1/7/04 9:35 AM |
+= version number for LOADABLE_SHRLIB. |
| 9 lines of code changed in: configure/RULES_BUILD (+9 -8) | |
|
lange 1/7/04 8:13 AM |
Fixed LOADABLE_SHRLIB_PREFIX bug. |
| 1 lines of code changed in: configure/os/CONFIG.Common.hpux-parisc (+1 -2) | |
|
lange 1/7/04 4:58 AM |
Updated DST dates. |
| 8 lines of code changed in: configure/CONFIG_SITE_ENV (+8 -4) | |
|
lange 1/7/04 4:23 AM |
Works also for standard C comments. |
| 4 lines of code changed in: configure/tools/filterWarnings.pl (+4 -2) | |
|
jba 12/18/03 9:58 AM |
file CONFIG.Common.linux-athlon was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.Common.linux-athlon (new 0) | |
|
jba 12/18/03 9:35 AM |
file CONFIG.Common.linux-686 was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.Common.linux-686 (new 0) | |
|
jba 12/18/03 9:35 AM |
file CONFIG.Common.linux-586 was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.Common.linux-586 (new 0) | |
|
jba 12/18/03 9:35 AM |
file CONFIG.Common.linux-486 was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.Common.linux-486 (new 0) | |
|
jba 12/18/03 9:35 AM |
file CONFIG.Common.linux-386 was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/os/CONFIG.Common.linux-386 (new 0) | |
|
jba 12/17/03 11:05 AM |
file dos2unix.pl was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: configure/tools/dos2unix.pl (new 0) | |
|
mrk 12/16/03 2:09 PM |
use callbackRequestProcessCallbackDelayed |
| 7 lines of code changed in: src/dev/testDev: devAiTestAsyn.c (+4 -17), devEventTestIoEvent.c (+3 -13) | |
|
mrk 12/16/03 2:02 PM |
support for dbCaPutCallback |
| 173 lines of code changed in: src/misc/base.dbd (+2 -2) src/dev/softDev: Makefile (+4 -2), devAoSoftCallback.c (+5 -24), devBoSoftCallback.c (+4 -24), devCalcoutSoft.c (new 54), devCalcoutSoftCallback.c (new 69), devLoSoftCallback.c (+4 -18), devMbboDirectSoftCallback.c (+4 -23), devMbboSoftCallback.c (+4 -24), devSoSoftCallback.c (+4 -18), devSoft.dbd (+18 -10), devSoftCallback.dbd (del) | |
|
mrk 12/16/03 1:51 PM |
Let calcoutRecord use device support |
| 156 lines of code changed in: src/rec/calcoutRecord.c (+156 -204) | |
|
mrk 12/16/03 1:47 PM |
changes for dbCaPutCallback |
| 64 lines of code changed in: src/db: dbCa.c (+47 -22), dbCa.h (+9 -6), dbCaPvt.h (+8 -3) | |
|
lange 12/10/03 9:10 AM |
Casting through a (void*) to avoid warnings on HP's native C++ compiler. (Found with motorRecord 5.2) |
| 1 lines of code changed in: src/libCom/misc/epicsExport.h (+1 -1) | |
|
mrk 12/5/03 7:55 AM |
issue message if FLNK is CA and doesnt access .PROC |
| 7 lines of code changed in: src/misc/iocInit.c (+7 -2) | |
|
anj 12/2/03 4:46 PM |
Needed to build on Solaris 9. |
| 2 lines of code changed in: configure/os/CONFIG.Common.solaris-sparc-gnu (+2 -1) | |
|
anj 11/21/03 3:22 PM |
Change Tornado to use the patched compilers. |
| 7 lines of code changed in: configure/RELEASE (+7 -3) | |
|
anj 11/21/03 3:05 PM |
Internal reorganization to simplify reading RELEASE files Added -T option to allow manual setting of $top Added putenv lines to cdCommands output (Mark Rivers, fixed) |
| 68 lines of code changed in: configure/tools/convertRelease.pl (+68 -58) | |
|
anj 11/20/03 3:24 PM |
Needed to build on Solaris 9. |
| 2 lines of code changed in: configure/os/CONFIG.Common.solaris-x86 (+2 -1) | |
|
anj 11/20/03 3:15 PM |
Needed to build on Solaris 9. |
| 2 lines of code changed in: configure/os/CONFIG.Common.solaris-sparc (+2 -1) | |
|
jhill 11/14/03 11:03 AM |
return standard exception when db_put_field() completes unsuccessfully |
| 2 lines of code changed in: src/db/dbChannelIO.cpp (+2 -2) | |
|
jhill 11/14/03 11:00 AM |
return ECA_PUTFAIL instead of ECA_INTERNAL when unexpected write exception occurs |
| 3 lines of code changed in: src/ca/access.cpp (+3 -3) | |
|
anj 11/14/03 10:42 AM |
Added the realclean target Removed command echo suppression to match other clean rules |
| 2 lines of code changed in: configure/RULES.ioc (+2 -2) | |
|
norume 11/7/03 3:22 PM |
Fix nested comment introduced by previous change. |
| 1 lines of code changed in: src/libCom/timer/epicsTimer.h (+1 -1) | |
|
norume 11/7/03 1:15 PM |
Get rid of gcc complaint about C++ comments. |
| 18 lines of code changed in: src/libCom/timer/epicsTimer.h (+18 -18) | |
|
norume 11/7/03 10:37 AM |
Get rid of gcc complaint about C++ comments. |
| 1 lines of code changed in: src/dbStatic/recSup.h (+1 -1) | |
|
mrk 11/6/03 11:02 AM |
add devLoTestAsyn and devMbboDirectTestAsyn |
| 217 lines of code changed in: src/dev/testDev: Makefile (+2), devLoTestAsyn.c (new 105), devMbboDirectTestAsyn.c (new 108), devTestAsyn.dbd (+2) | |
|
mrk 11/6/03 10:57 AM |
add devXxCallback |
| 529 lines of code changed in: src/dev/softDev: Makefile (+8), devAoSoftCallback.c (+89), devBoSoftCallback.c (+90), devLoSoftCallback.c (+81), devMbboDirectSoftCallback.c (+85), devMbboSoftCallback.c (+86), devSoSoftCallback.c (+81), devSoftCallback.dbd (+9) | |
|
mrk 11/6/03 10:57 AM |
file devSoftCallback.dbd was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devSoftCallback.dbd (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devSoSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devSoSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devBoSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devBoSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devAoSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devAoSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devMbboSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devMbboSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devMbboDirectSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devMbboDirectSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:57 AM |
file devLoSoftCallback.c was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/dev/softDev/devLoSoftCallback.c (new 0) | |
|
mrk 11/6/03 10:47 AM |
init_record now checks to see if state strings or values are defined during pass 0. Previously if another record had a DBR_STRING link to an mbboRecord it thought the field was a USHORT instead of an ENUM. |
| 6 lines of code changed in: src/rec/mbboRecord.c (+6 -3) | |
|
mrk 11/6/03 10:45 AM |
The fields ZRST,...,FFST are now special(SPC_MOD) |
| 32 lines of code changed in: src/rec: mbbiRecord.dbd (+16), mbboRecord.dbd (+16) | |
|
mrk 11/6/03 10:43 AM |
make size of CALC 40 |
| 2 lines of code changed in: src/rec/calcoutRecord.dbd (+2 -2) | |
|
mrk 11/6/03 10:38 AM |
add dbCaPutLinkCallback |
| 246 lines of code changed in: src/db: dbCa.c (+232 -134), dbCa.h (+5 -1), dbCaPvt.h (+8 -1), dbCaTest.c (+1 -1) | |
|
norume 11/4/03 3:55 PM |
Clean up trailing \n on vxWorks input. |
| 5 lines of code changed in: src/libCom/osi/os/default/epicsReadline.c (+5 -1) | |
|
norume 11/3/03 4:43 PM |
The IOC shell dose not convert a 0 command-line argument to a NULL pointer. Allow "" to indicate that all record types should be printed. |
| 3 lines of code changed in: src/db/dbTest.c (+3 -3) | |
|
jhill 10/29/03 5:29 PM |
fixed misssing _ |
| 3 lines of code changed in: src/libCom/osi/epicsTime.cpp (+3 -3) | |
|
jhill 10/28/03 1:10 PM |
architecture independent manipulation of NTP stamps |
| 4 lines of code changed in: src/libCom: osi/epicsTime.cpp (+3 -3), test/epicsTimeTest.cpp (+1 -1) | |
|
jhill 10/21/03 5:09 PM |
fixedsearch interval computation |
| 4 lines of code changed in: src/ca/searchTimer.cpp (+4 -5) | |
|
jhill 9/29/03 6:59 PM |
fixed channel not destroyed if client disconnects during asynchronous enum string table fetch |
| 2 lines of code changed in: src/cas/generic/casEventSys.cc (+1 -22) src/cas/io/bsdSocket: casDGIntfIO.cc (-28), casIntfIO.cc (+1 -11) | |
|
jhill 9/29/03 6:46 PM |
fixed channel not destroyed if client disconnects during asynchronous enum string table fetch |
| 203 lines of code changed in: src/cas/example/directoryService/directoryServer.cc (+1 -1) src/cas/generic: caNetAddr.cc (+1 -1), casAsyncIOI.cc (+1 -1), casAsyncPVAttachIO.cc (+1 -1), casAsyncPVAttachIOI.cpp (+12 -4), casAsyncPVExistIO.cc (+1 -1), casAsyncReadIO.cc (+1 -1), casAsyncReadIOI.cc (+14 -27), casAsyncReadIOI.h (+1 -2), casAsyncWriteIO.cc (+1 -1), casChannelI.cc (changed), casChannelI.h (changed), casCoreClient.cc (+3 -3), casCoreClient.h (+3 -4), casEventMask.cc (+2 -2), casEventSys.cc (+24 -3), casEventSys.h (changed), casMonEvent.cc (+1 -1), casPVI.cc (+3 -3), casStrmClient.cc (+88 -39), casStrmClient.h (+3 -1), chanIntfForPV.h (+2 -2) src/cas/io/bsdSocket: casDGIntfIO.cc (+27), casIOD.h (+1 -1), casIntfIO.cc (+10), casStreamIO.cc (+1 -1), ipIgnoreEntry.cpp (+1 -1) | |
|
mrk 9/25/03 6:38 AM |
add registrar(sncExampleRegistrar) |
| 2 lines of code changed in: src/makeBaseApp/templates/exampleApp/src: Makefile (+1), _APPNAME_Include.dbd (+1) | |
|
jhill 9/19/03 4:02 PM |
fixed errMessage fmt string |
| 5 lines of code changed in: src/cas/io/bsdSocket/caServerIO.cc (+3 -3) src/rsrv: camessage.c (+2 -2), cast_server.c (-1) | |
|
jhill 9/19/03 2:48 PM |
fixed errMessage fmt string |
| 6 lines of code changed in: src/as/asLibRoutines.c (+2 -2) src/cas/generic: casEventMask.cc (+2 -2), casStrmClient.cc (+2 -2) | |
|
jhill 9/19/03 2:24 PM |
cxxCompilerDependencies.h => compilerDependencies.h |
| 0 lines of code changed in: src/libCom/misc/cxxCompilerDependencies.h (del) | |
|
jhill 9/19/03 12:22 PM |
cxxCompilerDependencies.h => compilerDependencies.h |
| 136 lines of code changed in: src/cas/io/bsdSocket/casIOD.h (+2 -2) src/ca: autoPtrFreeList.h (+2 -2), bhe.h (+2 -2), cac.h (+2 -2), comBuf.h (+2 -2), msgForMultiplyDefinedPV.h (+2 -2), nciu.h (+2 -2), netIO.h (+2 -2), oldAccess.h (+2 -2), repeaterClient.h (+2 -2), syncGroup.h (+2 -2), virtualCircuit.h (+2 -2) src/db: dbCAC.h (+2 -2), dbChannelIO.h (+2 -2), dbPutNotifyBlocker.h (+2 -2) src/libCom: Makefile (+1 -2), error/errlog.h (+1 -1), misc/compilerDependencies.h (+96), timer/timerPrivate.h (+2 -2) src/libCom/cxxTemplates: epicsSingleton.h (+2 -2), tsFreeList.h (+2 -2) src/libCom/osi: epicsMutex.h (+1 -1), epicsStdio.h (+1 -1) | |
|
jhill 9/19/03 12:21 PM |
dbDefs is not imported - not a big issue but helps to clarify how this works |
| 4 lines of code changed in: src/libCom/calc: sCalcPerform.c (+2 -2), sCalcPostfix.c (+2 -2) | |
|
norume 9/18/03 7:28 PM |
Use epicsVsnprintf to eliminate possibility of buffer overflows. |
| 34 lines of code changed in: src/libCom/error/errlog.c (+34 -57) | |
|
jhill 9/17/03 2:25 PM |
file compilerDependencies.h was initially added on branch R3-14-2_branch. |
| 0 lines of code changed in: src/libCom/misc/compilerDependencies.h (new 0) | |
|
norume 9/17/03 9:43 AM |
Move format-string checking conditional to cxxCompilerDependencies. |
| 37 lines of code changed in: src/libCom: misc/cxxCompilerDependencies.h (+32 -16), osi/epicsStdio.h (+1 -1) src/libCom/error: errlog.c (+3 -3), errlog.h (+1 -1) | |
![]()
Generated by StatCvs v0.1.3