Summary Period: 1998-06-19 to 2008-04-19
432 (1.7%)
7095 (1.1%)
| Module | Changes | Lines of code | Lines each change |
|---|---|---|---|
| src/catools/ | 56 (12.9%) | 2834 (39.9%) | 50 |
| src/ca/ | 107 (24.7%) | 1505 (21.2%) | 14 |
| src/cas/generic/ | 26 (6.0%) | 503 (7.0%) | 19 |
| configure/os/ | 48 (11.1%) | 271 (3.8%) | 5 |
| documentation/ | 9 (2.0%) | 209 (2.9%) | 23 |
| src/libCom/test/ | 12 (2.7%) | 190 (2.6%) | 15 |
| src/cas/io/bsdSocket/ | 10 (2.3%) | 182 (2.5%) | 18 |
| src/libCom/osi/os/WIN32/ | 5 (1.1%) | 162 (2.2%) | 32 |
| src/rsrv/ | 4 (0.9%) | 109 (1.5%) | 27 |
| src/rec/ | 10 (2.3%) | 107 (1.5%) | 10 |
| src/libCom/cxxTemplates/ | 8 (1.8%) | 104 (1.4%) | 13 |
| src/libCom/calc/ | 5 (1.1%) | 101 (1.4%) | 20 |
| configure/ | 14 (3.2%) | 91 (1.2%) | 6 |
| src/dbStatic/ | 4 (0.9%) | 74 (1.0%) | 18 |
| src/gdd/ | 11 (2.5%) | 70 (0.9%) | 6 |
| src/libCom/osi/os/hpux/ | 5 (1.1%) | 67 (0.9%) | 13 |
| src/libCom/osi/os/posix/ | 10 (2.3%) | 59 (0.8%) | 5 |
| src/db/ | 12 (2.7%) | 59 (0.8%) | 4 |
| src/libCom/fdmgr/ | 4 (0.9%) | 52 (0.7%) | 13 |
| src/makeBaseApp/ | 5 (1.1%) | 46 (0.6%) | 9 |
| src/libCom/osi/ | 10 (2.3%) | 41 (0.5%) | 4 |
| configure/tools/ | 3 (0.6%) | 41 (0.5%) | 13 |
| src/libCom/osi/os/default/ | 5 (1.1%) | 37 (0.5%) | 7 |
| src/RTEMS/base/ | 2 (0.4%) | 32 (0.4%) | 16 |
| src/libCom/timer/ | 8 (1.8%) | 21 (0.2%) | 2 |
| src/dev/testDev/ | 8 (1.8%) | 19 (0.2%) | 2 |
| src/libCom/misc/ | 7 (1.6%) | 14 (0.1%) | 2 |
| src/cas/example/directoryService/ | 4 (0.9%) | 14 (0.1%) | 3 |
| src/libCom/macLib/ | 2 (0.4%) | 13 (0.1%) | 6 |
| src/libCom/osi/os/RTEMS/ | 2 (0.4%) | 11 (0.1%) | 5 |
| src/libCom/osi/os/vxWorks/ | 2 (0.4%) | 10 (0.1%) | 5 |
| src/libCom/ | 4 (0.9%) | 9 (0.1%) | 2 |
| src/as/ | 1 (0.2%) | 9 (0.1%) | 9 |
| src/libCom/cppStd/ | 1 (0.2%) | 8 (0.1%) | 8 |
| src/libCom/dbmf/ | 1 (0.2%) | 6 (0.0%) | 6 |
| src/cas/generic/st/ | 2 (0.4%) | 4 (0.0%) | 2 |
| src/softIoc/ | 1 (0.2%) | 3 (0.0%) | 3 |
| src/misc/ | 1 (0.2%) | 3 (0.0%) | 3 |
| src/bpt/ | 1 (0.2%) | 3 (0.0%) | 3 |
| src/libCom/ring/ | 1 (0.2%) | 1 (0.0%) | 1 |
| src/libCom/env/ | 1 (0.2%) | 1 (0.0%) | 1 |
| Sum | 432 (100%) | 7095 (100%) | 16 |
|
lange 4/19/08 3:03 PM |
Version 4.12: Added name resolution over TCP. (Codeathon 2008) |
| 1137 lines of code changed in: src/libCom/env/envDefs.h (+1) src/ca: CASG.cpp (+8 -12), CAref.html (+40 -39), SearchDest.h (new 36), caProto.h (+1), ca_client_context.cpp (+8 -7), cac.cpp (+120 -55), cac.h (+32 -17), iocinf.cpp (+8 -7), nciu.h (+1 -1), tcpiiu.cpp (+114 -34), udpiiu.cpp (+214 -83), udpiiu.h (+37 -10), virtualCircuit.h (+34 -11) src/cas/generic: caHdrLargeArray.h (+2 -2), casStrmClient.cc (+221 -2), casStrmClient.h (+82 -76) src/cas/io/bsdSocket: casIntfIO.cc (+32 -33), casStreamIO.cc (+20 -24), casStreamIO.h (+27 -36) src/rsrv: camessage.c (+74 -15), caservertask.c (+14 -11), server.h (+11 -12) | |
|
lange 4/19/08 2:55 PM |
Fix: catools use default priority now |
| 24 lines of code changed in: src/catools: tool_lib.c (+12 -11), tool_lib.h (+12 -12) | |
|
lange 4/17/08 2:59 PM |
iocInit() installs a signal handler that ignores SIGHUP |
| 3 lines of code changed in: src/misc/iocInit.c (+3 -1) | |
|
lange 4/17/08 2:32 PM |
+= epicsSignalInstallSigHupIgnore (libCom/osi) |
| 78 lines of code changed in: src/libCom/osi/epicsSignal.h (+13 -9) src/libCom/osi/os: RTEMS/osdSignal.cpp (+8 -7), WIN32/osdSignal.cpp (+8 -7), default/osdSignal.cpp (+8 -7), posix/osdSignal.cpp (+33 -7), vxWorks/osdSignal.cpp (+8 -7) | |
|
lange 4/16/08 9:58 PM |
+= caput -c option; updated usage infos and documentation to match |
| 39 lines of code changed in: src/ca/CAref.html (+39 -40) | |
|
lange 4/16/08 9:17 PM |
Applied caput patches from Andy Foster; updated usage infos to match |
| 76 lines of code changed in: src/catools: caget.c (+15 -12), cainfo.c (+15 -11), camonitor.c (+15 -11), caput.c (+31 -34) | |
|
lange 11/16/06 10:12 AM |
DST changes for 2007 |
| 5 lines of code changed in: configure/CONFIG_SITE_ENV (+5 -5) | |
|
lange 9/20/06 9:38 AM |
Added to track R3.14.2 branch. |
| 13 lines of code changed in: configure/os/CONFIG.Common.RTEMS-at91rm9200ek (+13) | |
|
lange 9/20/06 9:33 AM |
Track R3.14.2 branch. |
| 3 lines of code changed in: src/libCom/osi/os/RTEMS/osdVME.h (+3 -1) | |
|
lange 9/20/06 9:29 AM |
Track branch. |
| 32 lines of code changed in: src/RTEMS/base: rtems_config.c (+7 -2), rtems_init.c (+25 -18) | |
![]()
Generated by StatCvs v0.1.3