Commit Log (Page 39 of 93)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>

Summary Period: 2001-06-07 to 2001-05-16 (Commits 5352-5451 of 9251)

jba
6/7/01 11:15 AM
Changed LIBOBJS_HOST to LIBRARY_LD_OBJS.
7 lines of code changed in:
configure/os: CONFIG.win32-x86-borland.win32-x86-borland (+3 -3), CONFIG.win32-x86.win32-x86 (+4 -4)

jba
6/7/01 11:00 AM
R3.14.0alpha3
3 lines of code changed in:
configure/CONFIG_BASE_VERSION (+3 -3)

jhill
6/7/01 10:53 AM
fixed gnu warning
1 lines of code changed in:
src/libCom/taskwd/taskwd.c (+1 -1)

jba
6/7/01 9:25 AM
Changes to create vxWorks archive libraries and prods.
279 lines of code changed in:
configure: CONFIG_ADDONS (+44 -10), CONFIG_BASE (+7), CONFIG_COMMON (+9 -10), CONFIG_SITE (+2 -2), RULES_BUILD (+27 -14)
configure/os: CONFIG.Common.RTEMS (+2 -2), CONFIG.Common.UnixCommon (+3 -3), CONFIG.Common.vxWorksCommon (+42 -20), CONFIG.solaris-sparc.solaris-sparc (+3 -1), CONFIG.win32-x86-borland.win32-x86-borland (+2 -2), CONFIG.win32-x86.win32-x86 (+2 -2)
configure/tools: makeMakefileInclude.pl (+7 -6), munch.pl (+3 -3)
src: as/Makefile (+5 -1), bpt/Makefile (+1 -1), ca/Makefile (+6 -7), cas/example/directoryService/Makefile (+1 -1), dbStatic/Makefile (+6 -2), dbtools/Makefile (+4), gdd/Makefile (+2 -3), makeBaseApp/Makefile (-1), makeBaseExt/top/exampleExt/Makefile (+1 -1), misc/Makefile (+4), rec/Makefile (+39 -32), rsrv/Makefile (+4), util/Makefile (+2 -2)
src/db: Makefile (+4), test/Makefile (+1 -1)
src/dev: softDev/Makefile (+6 -1), testDev/Makefile (+6 -1)
src/libCom: Makefile (+7 -3), cxxTemplates/test/Makefile (+8 -8), osi/os/posix/osiUnistd.h (+2 -2), test/Makefile (+10 -10)
src/registry: Makefile (+3), registerRecordDeviceDriver.pl (+2)
src/toolsComm: antelope/Makefile (+1 -1), flex/Makefile (+1 -1)

jhill
6/6/01 2:33 PM
proper conversion from floating point offset to integer nsec
2 lines of code changed in:
src/libCom/osi/epicsTime.cpp (+2 -2)

jhill
6/6/01 1:51 PM
added parens
1 lines of code changed in:
src/libCom/test/epicsTimeTest.cpp (+1 -1)

jhill
6/6/01 1:22 PM
fixed gnu warning
2 lines of code changed in:
src/libCom/osi: epicsMutex.c (+1 -1), os/posix/osdMutex.c (+1 -1)

jhill
6/6/01 1:16 PM
more changes for type safe thread id
25 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (+2 -2)

jhill
6/6/01 12:55 PM
clean up resulting from type safe thread id
34 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (+34 -43)

jhill
6/6/01 12:45 PM
fixed wrong destroy method called
2 lines of code changed in:
src/libCom/logClient/logClient.c (+2 -2)

jhill
6/6/01 12:38 PM
fixed comment
3 lines of code changed in:
configure/CONFIG_ENV (+3 -2)

jhill
6/6/01 12:27 PM
use struct ptr for ID types because:
o this is more type safe
o this works better with source level debuggers
144 lines of code changed in:
src/db/dbEvent.h (+13 -2)
src/libCom/osi: epicsEvent.h (+1 -1), epicsMutex.h (+1 -1), epicsThread.h (+7 -7), os/default/osdEnv.c (+3 -4)
src/libCom/osi/os/WIN32: osdEvent.c (+17 -25), osdMutex.c (+67 -61), osdThread.c (+13 -16)
src/libCom/osi/os/posix: osdEvent.c (+9 -13), osdMutex.c (+11 -17)
src/libCom/test: epicsEventTest.cpp (+1 -1), epicsMutexTest.cpp (+1 -1)

jhill
6/4/01 6:20 PM
possibly bad guess for the number of channels
2 lines of code changed in:
src/as/asCa.c (+2 -2)

jhill
6/4/01 6:18 PM
bad guess for the number of channels
1 lines of code changed in:
src/db/dbCa.c (+1 -1)

jhill
6/4/01 6:17 PM
dont always use default exception handler
19 lines of code changed in:
src/ca: oldChannelNotify.cpp (+7 -8), syncGroup.h (+6 -1), syncGroupReadNotify.cpp (+3 -4), syncGroupWriteNotify.cpp (+3 -5)

jhill
6/4/01 6:16 PM
set default number of channels guess
4 lines of code changed in:
src/ca/oldCAC.cpp (+4 -3)

jhill
6/4/01 6:15 PM
o set default number of channels guess
o clean up get copy ifit fails prematurely
5 lines of code changed in:
src/ca/oldAccess.h (+5 -7)

jhill
6/4/01 6:15 PM
use proper printf
2 lines of code changed in:
src/ca/netSubscription.cpp (+2 -2)

jhill
6/4/01 6:13 PM
added printf MF
21 lines of code changed in:
src/ca: nciu.cpp (+17 -2), nciu.h (+4 -3)

jhill
6/4/01 6:12 PM
clean up get copy ifit fails prematurely
12 lines of code changed in:
src/ca/getCopy.cpp (+12 -2)

jhill
6/4/01 6:12 PM
set number of channels guess
2 lines of code changed in:
src/ca/catime.c (+2 -2)

jhill
6/4/01 6:11 PM
dont always use default exception handler
16 lines of code changed in:
src/ca/CASG.cpp (+16 -1)

jhill
6/4/01 6:11 PM
set number of channels guess
3 lines of code changed in:
src/ca/cadef.h (+3 -2)

jhill
6/4/01 6:10 PM
removed comment
3 lines of code changed in:
src/ca/cacIO.h (+3 -6)

jhill
6/4/01 6:09 PM
set number of channels guess
10 lines of code changed in:
src/ca: cac.cpp (+7 -5), cac.h (+3 -2)

jhill
6/4/01 6:08 PM
added more tests
64 lines of code changed in:
src/ca/acctst.c (+64 -10)

jhill
6/4/01 6:08 PM
o set default number of channels guess
o clean up get copy ifit fails prematurely
14 lines of code changed in:
src/ca/access.cpp (+14 -4)

jhill
6/1/01 5:19 PM
fixed problem where put conversion fails but nevertheless
1) caller of db_put_field gets successful status
2) the array size is modified.
2 lines of code changed in:
src/db/dbAccess.c (+2 -2)

jhill
6/1/01 5:10 PM
added more exception tests
101 lines of code changed in:
src/ca/acctst.c (+101 -33)

jhill
6/1/01 12:56 PM
added array exception test
33 lines of code changed in:
src/ca/acctst.c (+33)

jhill
6/1/01 11:47 AM
compiler restrictions
2 lines of code changed in:
RELEASE_NOTES.html (+2 -1)

jhill
6/1/01 11:45 AM
cosmetic
3 lines of code changed in:
src/ca: netIO.h (+2 -2), netWriteNotifyIO.cpp (+1 -3)

jhill
6/1/01 11:44 AM
new tasks
4 lines of code changed in:
src/ca/future_work.txt (+4 -1)

jhill
6/1/01 11:44 AM
fixed bug where suibscription cancel request was not sent to
server when user canceled IO
43 lines of code changed in:
src/ca/cac.cpp (+43 -40)

jhill
6/1/01 11:40 AM
improved diagnostic
2 lines of code changed in:
src/ca/acctst.c (+2 -2)

jhill
5/31/01 3:42 PM
fixed win32 warning
3 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+3 -3)

jhill
5/31/01 3:26 PM
fixed syntax error not detected by ms vis c++
2 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+2 -2)

jhill
5/31/01 3:19 PM
simplified
3 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+3 -3)

jhill
5/31/01 3:18 PM
code clarity
17 lines of code changed in:
src/ca/virtualCircuit.h (+17 -17)

jhill
5/31/01 3:17 PM
added 8 bit unsigned integer type
2 lines of code changed in:
src/ca/caProto.h (+2 -1)

jhill
5/31/01 3:17 PM
avoid precision problems with 0.0 constant
1 lines of code changed in:
src/ca/acctst.c (+1 -1)

jhill
5/31/01 3:16 PM
code clarity
14 lines of code changed in:
src/rsrv: camsgtask.c (+2 -4), caserverio.c (+12 -11)

jhill
5/30/01 5:52 PM
removed use of TRUE and FALSE
2 lines of code changed in:
src/ca/acctst.c (+2 -2)

jhill
5/30/01 4:55 PM
restored ca_pend()
29 lines of code changed in:
src/ca: access.cpp (+11 -1), acctst.c (+13), cadef.h (+5 -2)

anj
5/29/01 11:50 AM
Fixed strange problems on win32, perl line endings.
7 lines of code changed in:
src/makeBaseApp/makeBaseApp.pl (+7 -6)

anj
5/29/01 10:12 AM
Oops, missing '!' in ARGV check
2 lines of code changed in:
src/makeBaseApp/makeBaseApp.pl (+2 -2)

anj
5/25/01 3:11 PM
Fixed problem with Cygwin Perl not supporting globs properly,
and bug that -l option needed an argument.
11 lines of code changed in:
src/makeBaseApp/makeBaseApp.pl (+11 -6)

jhill
5/24/01 5:07 PM
restart interrupted system call
4 lines of code changed in:
src/rsrv/caserverio.c (+4)

jhill
5/24/01 4:28 PM
cosmetic
1 lines of code changed in:
src/rsrv/caserverio.c (+1 -1)

jhill
5/24/01 4:14 PM
restart sendto system call if it is interrupted
44 lines of code changed in:
src/rsrv/caserverio.c (+44 -42)

jhill
5/23/01 7:24 PM
better diagnostics
16 lines of code changed in:
src/rsrv: camessage.c (+13 -6), caservertask.c (+3 -1)

jhill
5/23/01 6:06 PM
properly display version number of server
4 lines of code changed in:
src/ca/tcpiiu.cpp (+4 -3)

jhill
5/23/01 6:06 PM
fixed bug in test
1 lines of code changed in:
src/ca/acctst.c (+1 -1)

jhill
5/23/01 6:05 PM
better messages
5 lines of code changed in:
src/rsrv: camessage.c (+1 -1), caservertask.c (+4 -3)

jhill
5/23/01 5:43 PM
fixed message
1 lines of code changed in:
src/ca/caerr.h (+1 -1)

jhill
5/23/01 5:34 PM
fixed format problem
2 lines of code changed in:
src/ca/oldCAC.cpp (+2 -2)

jhill
5/23/01 4:34 PM
removed redundant release data description
4 lines of code changed in:
src/misc/epicsRelease.c (+4 -2)

jhill
5/23/01 3:50 PM
better config of ifconfig differences
34 lines of code changed in:
src/libCom/osi/os: Linux/osdSock.h (+2), RTEMS/osdSock.h (+2 -2), VMS/osdSock.h (+2), alpha/osdSock.h (+2), cygwin32/osdSock.h (+2), default/osdNetIntf.c (+10 -12), hpux/osdSock.h (+2), sgi/osdSock.h (+2), solaris/osdSock.h (+2), sun4/osdSock.h (+2), vxWorks/osdSock.h (+6)

jba
5/23/01 11:15 AM
Reordered <lib>_DIR definitions.
7 lines of code changed in:
configure/CONFIG_BASE (+7 -8)

jhill
5/22/01 8:22 PM
fixed sun pro warnings
27 lines of code changed in:
src/rsrv/caserverio.c (+3 -4)
src/ca: cac.cpp (+6 -6), comQueRecv.cpp (+6 -6), getCopy.cpp (+2 -2), nciu.h (+3 -3), netSubscription.cpp (+3 -3), tcpRecvWatchdog.cpp (+2 -2), virtualCircuit.h (+2 -2)

jhill
5/22/01 7:45 PM
fixed gnu warnings
39 lines of code changed in:
src/ca: acctst.c (+2 -2), oldCAC.cpp (+4 -2), oldChannelNotify.cpp (+4 -3), syncGroupWriteNotify.cpp (+3 -2), test_event.cpp (+1 -1), virtualCircuit.h (+1 -2)
src/rsrv: camessage.c (+1 -23), caservertask.c (+3 -3)

jhill
5/22/01 7:12 PM
workaround gnu compiler bug
49 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+49 -49)

jhill
5/22/01 6:35 PM
small optimization
20 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+20 -23)

jhill
5/22/01 11:26 AM
use osiSocklen_t
2 lines of code changed in:
src/ca/tcpiiu.cpp (+2 -2)

jhill
5/22/01 11:24 AM
fixed undefined symbol on Solaris
1 lines of code changed in:
src/rsrv/camessage.c (+1 -1)

jhill
5/22/01 10:45 AM
removed unused variable
1 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+1 -2)

jhill
5/22/01 10:43 AM
added typedef
2 lines of code changed in:
src/cas/generic/casStrmClient.cc (+2 -1)

jhill
5/21/01 9:21 PM
fixed c++ loop index scope problem
4 lines of code changed in:
src/libCom/test: epicsEventTest.cpp (+2 -1), epicsThreadTest.cpp (+2 -1)

jhill
5/21/01 9:10 PM
use socklen_t for linux
2 lines of code changed in:
src/ca/tcpiiu.cpp (+2 -2)

jhill
5/21/01 9:05 PM
removed osiTimer
2 lines of code changed in:
src/libCom/Makefile (+2 -2)

jhill
5/21/01 9:02 PM
made compatible with changes in service API
18 lines of code changed in:
src/db: dbChannelIO.cpp (+2 -2), dbPutNotifyBlocker.cpp (+12 -6), dbServiceIO.cpp (+2 -2), dbSubscriptionIO.cpp (+2 -2)

jhill
5/21/01 9:01 PM
large array changes
3466 lines of code changed in:
src/ca: CASG.cpp (+6 -6), access.cpp (+36 -97), acctst.c (+66 -15), bhe.cpp (+6 -6), bhe.h (+15 -5), caProto.h (+44 -48), cac.cpp (+377 -200), cac.h (+98 -45), cacIO.h (+25 -19), caerr.h (+1 -1), casw.cpp (+7 -7), catime.c (+4 -2), comBuf.h (+86 -42), comQueRecv.cpp (+45 -9), comQueSend.cpp (+7 -37), convert.cpp (+163 -161), db_access.h (+2 -2), future_work.txt (+16), getCallback.cpp (+3 -3), getCopy.cpp (+8 -8), inetAddrID.h (+7 -1), iocinf.h (+2 -14), nciu.cpp (+22 -12), nciu.h (+20 -12), netIO.h (+25 -21), netReadNotifyIO.cpp (+8 -8), netSubscription.cpp (+15 -8), netWriteNotifyIO.cpp (+9 -8), net_convert.h (+2 -2), oldAccess.h (+50 -35), oldCAC.cpp (+70 -36), oldChannelNotify.cpp (+15 -1), oldSubscription.cpp (+3 -3), putCallback.cpp (+5 -4), recvProcessThread.cpp (+3 -3), repeaterSubscribeTimer.cpp (+4 -4), repeaterSubscribeTimer.h (+2 -2), searchTimer.cpp (+145 -67), searchTimer.h (+13 -7), syncGroup.h (+10 -10), syncGroupReadNotify.cpp (+5 -5), syncGroupWriteNotify.cpp (+6 -6), syncgrp.cpp (+8 -6), tcpRecvWatchdog.cpp (+28 -6), tcpSendWatchdog.cpp (+4 -4), tcpiiu.cpp (+412 -477), test_event.cpp (+6 -6), udpiiu.cpp (+42 -32), udpiiu.h (+21 -11), virtualCircuit.h (+193 -168)
src/rsrv: camessage.c (+714 -678), camsgtask.c (+25 -22), caserverio.c (+131 -67), caservertask.c (+359 -305), cast_server.c (+10 -12), server.h (+57 -64)

jhill
5/21/01 8:51 PM
made compatible with timer library API changes
44 lines of code changed in:
src/cas/generic: caServerI.cc (+3 -3), casDGClient.cc (+4 -4), casInternal.h (+2 -1), casStrmClient.cc (+9 -9)
src/cas/generic/st: caServerOS.cc (+5 -5), casDGIntfOS.cc (+9 -9), casDGOS.cc (+3 -3), casStreamOS.cc (+9 -9)

jhill
5/21/01 8:46 PM
made compatible with timer library API changes
167 lines of code changed in:
src/libCom/timer: epicsTimer.cpp (+8 -15), epicsTimer.h (+39 -11), osiTimer.cpp (del), osiTimer.h (del), timer.cpp (+59 -40), timerPrivate.h (+11 -28), timerQueue.cpp (+37 -32), timerQueueActive.cpp (+6 -11), timerQueuePassive.cpp (+5 -10)

jhill
5/21/01 8:45 PM
made compatible with time library API changes
3 lines of code changed in:
src/libCom/test/fdmgrTest.c (+3 -2)

jhill
5/21/01 8:45 PM
made compatible with timer library API changes
14 lines of code changed in:
src/libCom/test/epicsTimerTest.cpp (+14 -14)

jhill
5/21/01 8:44 PM
removed old timer tests
0 lines of code changed in:
src/libCom/test/Makefile (-4)

jhill
5/21/01 8:40 PM
no message
14 lines of code changed in:
src/libCom/osi/os/VMS/osiWireFormat.h (+14)

jhill
5/21/01 8:39 PM
used a union after reading warnings about potential g++ optimizations
77 lines of code changed in:
src/libCom/osi/os/default/osiWireFormat.h (+77 -27)

jhill
5/21/01 8:38 PM
cosmetic
1 lines of code changed in:
src/libCom/osi/epicsEvent.h (+1 -1)

jhill
5/21/01 8:37 PM
made compatible with timer library API changes
8 lines of code changed in:
src/libCom/fdmgr: fdManager.cpp (+3 -7), fdmgr.cpp (+5 -5)

jhill
5/21/01 8:33 PM
added new env var
31 lines of code changed in:
configure/CONFIG_ENV (+28 -19), src/libCom/env/envDefs.h (+3 -5)

jhill
5/21/01 8:32 PM
use now throw new
11 lines of code changed in:
src/libCom/cxxTemplates/tsFreeList.h (+11 -4)

anj
5/18/01 9:39 PM
Modifications to support architecture-specific template files.
168 lines of code changed in:
src/makeBaseApp: Makefile (+12 -8), README (del), makeBaseApp.pl (+156 -141)

jhill
5/18/01 3:02 PM
print error and error summary
20 lines of code changed in:
src/libCom/test: epicsEventTest.cpp (+10 -5), epicsThreadTest.cpp (+10 -5)

norume
5/18/01 2:36 PM
Implement agreed-upon semantics for delay/timeout arguments.
A delay/timeout <=0.0 results in a yield/poll.
A delay/timeout >0.0 is rounded up to 1 tick.
36 lines of code changed in:
src/libCom/osi/os/RTEMS: osdEvent.c (+13 -5), osdMutex.c (+14 -6), osdThread.c (+9 -4)

mrk
5/18/01 1:20 PM
new
14 lines of code changed in:
src/libCom/osi/TODOfuture (new 14)

mrk
5/18/01 1:11 PM
if delay>0 than taswkDelay at least 1 tick
8 lines of code changed in:
src/libCom/osi/os/vxWorks/osdThread.c (+8 -1)

jhill
5/18/01 1:04 PM
measure delay of zero
23 lines of code changed in:
src/libCom/test: epicsEventTest.cpp (+12 -5), epicsThreadTest.cpp (+11 -5)

jhill
5/18/01 1:03 PM
use unsigned , not double, constant
3 lines of code changed in:
src/libCom/osi/os/WIN32/osdEvent.c (+3 -6)

jhill
5/18/01 1:02 PM
used unsigned not double constant
2 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+2 -2)

jhill
5/18/01 11:34 AM
fixed improper use of unsigned type
2 lines of code changed in:
src/libCom/test: epicsEventTest.cpp (+1 -1), epicsThreadTest.cpp (+1 -1)

jhill
5/18/01 11:31 AM
round hibernation delays greater than zero but less than 1mS to 1mS
9 lines of code changed in:
src/libCom/osi/os/WIN32/osdEvent.c (+9 -6)

jhill
5/18/01 11:29 AM
round hibernation delays greater than zero but less than 1mS to 1 mS
8 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+8 -5)

mrk
5/17/01 2:18 PM
use DBF_DOUBLE instead of DBF_FLOAT
67 lines of code changed in:
src/rec: aaiRecord.dbd (+2 -2), aaoRecord.dbd (+2 -2), aiRecord.dbd (+11 -11), aoRecord.dbd (+13 -13), boRecord.dbd (+1 -1), calcRecord.dbd (+6 -6), calcoutRecord.dbd (+8 -8), compressRecord.dbd (+4 -4), egeventRecord.dbd (+3 -3), histogramRecord.dbd (+1 -1), selRecord.dbd (+6 -6), subArrayRecord.dbd (+2 -2), subRecord.dbd (+6 -6), waveformRecord.dbd (+2 -2)

mrk
5/17/01 2:15 PM
use double instead of float
4 lines of code changed in:
src/dbStatic/dbBase.h (+4 -4)

mrk
5/17/01 2:15 PM
help prevent execptions on double to float
63 lines of code changed in:
src/db: dbConvert.c (+20 -4), dbFastLinkConv.c (+14 -2), db_access.c (+29 -18)

norume
5/17/01 1:16 PM
Change all instances of `ioccrf' to `iocsh' to reflect the added
capabilities of the IOC shell routines.
23 lines of code changed in:
src/registry/registerRecordDeviceDriver.pl (+8 -8)
src/libCom/osi/os: RTEMS/rtems_init.c (+14 -14), default/epicsReadline.c (+1 -1)

norume
5/17/01 11:56 AM
Make epicsEnvShow work when called from vxWorks shell or iocsh.
Limits operation to a single argument.
18 lines of code changed in:
src/libCom/env/envDefs.h (+2 -2)
src/libCom/osi/os: default/osdEnv.c (+8 -12), vxWorks/osdEnv.c (+8 -12)

mrk
5/16/01 9:33 AM
gsubRecord obsolete
1 lines of code changed in:
src/rec: Makefile (-2), gsubRecord.c (del), gsubRecord.dbd (del)

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>


Generated by StatCvs v0.1.3