Summary Period: 1996-11-01 to 1996-09-04 (Commits 1952-2051 of 9251)
|
mrk 11/1/96 11:15 AM |
Removed precord arg from dbScanFwdLink |
| 15 lines of code changed in: src/db: dbAccess.c (+6 -5), dbAccess.h (+2 -2) src/rec: compressRecord.c (+2 -4), fanoutRecord.c (+5 -10) | |
|
mrk 11/1/96 9:53 AM |
Added dbScanFwdLink |
| 22 lines of code changed in: src/db: dbAccess.c (+20 -1), dbAccess.h (+2 -1) | |
|
mrk 11/1/96 9:52 AM |
Fixed bugs from last set of changes |
| 13 lines of code changed in: src/rec: compressRecord.c (+2 -2), fanoutRecord.c (+11 -30) | |
|
mrk 10/31/96 4:29 PM |
Fixed bug in dbAllocForm |
| 9 lines of code changed in: src/dbStatic/dbStaticLib.c (+9 -7) | |
|
mrk 10/31/96 4:28 PM |
recGblInitConstantLink allows non constant link |
| 2 lines of code changed in: src/db/recGbl.c (+2 -1) | |
|
mrk 10/31/96 4:26 PM |
added dbGetNelements and dbIsLinkConnected |
| 32 lines of code changed in: src/db: dbAccess.c (+29 -1), dbAccess.h (+3 -1) | |
|
mrk 10/31/96 4:21 PM |
Changes for udf and other problems discovered while looking at udf |
| 412 lines of code changed in: src/dev: devAiSoft.c (+7 -17), devAiSoftRaw.c (+4 -14), devBiSoft.c (+6 -15), devBiSoftRaw.c (+4 -12), devEventSoft.c (+7 -12), devEventTestIoEvent.c (+3 -6), devHistogramSoft.c (+6 -14), devHistogramTestAsyn.c (+4 -8), devLiSoft.c (+6 -9), devLoSoft.c (+4 -11), devMbbiDirectSoft.c (+6 -12), devMbbiDirectSoftRaw.c (+4 -10), devMbbiSoft.c (+6 -14), devMbbiSoftRaw.c (+4 -10), devMbboDirectSoft.c (+4 -14), devMbboDirectSoftRaw.c (+4 -11), devMbboSoft.c (+4 -12), devMbboSoftRaw.c (+4 -12), devPtSoft.c (+3 -7), devSiSoft.c (+4 -6), devSoSoft.c (+3 -7) src/rec: aaiRecord.c (+4 -9), aaoRecord.c (+4 -9), biRecord.c (+4 -12), compressRecord.c (+197 -234), compressRecord.dbd (+5), dfanoutRecord.c (+34 -43), fanoutRecord.c (+36 -33), longoutRecord.c (+2 -21), mbbiRecord.c (+4 -22), pidRecord.c (+3 -26), pulseDelayRecord.c (+14 -28), pulseTrainRecord.c (+2 -2), waveformRecord.c (+6 -28) | |
|
jba 10/30/96 3:31 PM |
siol cannot be a constant link. |
| 1 lines of code changed in: src/rec/waveformRecord.c (+1 -6) | |
|
jba 10/30/96 3:30 PM |
Changed inp type test to DB_LINK |
| 2 lines of code changed in: src/rec/compressRecord.c (+2 -2) | |
|
jba 10/30/96 1:30 PM |
Typo erro bug fix |
| 2 lines of code changed in: src/rec/compressRecord.c (+2 -2) | |
|
jba 10/30/96 11:47 AM |
In init_record the udf field is set to false only if svl is a constant link and recGblInitConstantLink returns success. |
| 6 lines of code changed in: src/dev: devHistogramSoft.c (+3 -3), devHistogramTestAsyn.c (+3 -2) | |
|
jba 10/30/96 11:46 AM |
The udf field is no longer set to false in write_<record type>. |
| 7 lines of code changed in: src/dev: devLoSoft.c (+1 -4), devLoSymb.c (+1 -3), devMbboDirectSoft.c (+2 -2), devMbboSoft.c (+1 -2), devPtSoft.c (+1 -2), devSoSymb.c (+1 -3) | |
|
jba 10/30/96 11:45 AM |
In init_record the udf field is no longer set to false if inp is a constant link and recGblInitConstantLink returns success (rval, not val, was successfully initialized). |
| 4 lines of code changed in: src/dev: devAiSoftRaw.c (+1 -2), devBiSoftRaw.c (+1 -2), devMbbiDirectSoftRaw.c (+1 -2), devMbbiSoftRaw.c (+1 -2) | |
|
jba 10/30/96 11:44 AM |
In init_record the udf field is set to false only if inp is a constant link and recGblInitConstantLink returns success. In read_<record type> the udf field is set to false only if inp is not a constant link and dbGetLink returns success. |
| 29 lines of code changed in: src/dev: devAiSoft.c (+4 -4), devBiSoft.c (+4 -4), devEventSoft.c (+4 -4), devLiSoft.c (+4 -4), devMbbiDirectSoft.c (+4 -4), devMbbiSoft.c (+4 -4), devSiSoft.c (+5 -5) | |
|
jba 10/30/96 11:42 AM |
The siol field, if it is a constant, is now initialized during record initialization. In process the udf field is now set to false if siol is not a constant link and dbGetLink returns success. |
| 8 lines of code changed in: src/rec/waveformRecord.c (+8 -24) | |
|
jba 10/30/96 11:41 AM |
In process the udf field is now set to false if dol is not a constant link and dbGetLink returns success. |
| 2 lines of code changed in: src/rec/stringoutRecord.c (+2 -2) | |
|
jba 10/30/96 11:41 AM |
In process the udf field is now set to false if dol is not a constant link and dbGetLink returns success. Changes made to modify DB_LINK test on rdbl field to allow type CA_LINK. |
| 4 lines of code changed in: src/rec/steppermotorRecord.c (+4 -4) | |
|
jba 10/30/96 11:40 AM |
Changes made to modify DB_LINK tests on the lnk and dol fields to allow type CA_LINK. |
| 2 lines of code changed in: src/rec/seqRecord.c (+2 -2) | |
|
jba 10/30/96 11:40 AM |
Changes made to modify DB_LINK test on cvl field to allow type CA_LINK. |
| 2 lines of code changed in: src/rec/pidRecord.c (+2 -2) | |
|
jba 10/30/96 11:39 AM |
Old style, pre R3.12, c code in init_record was updated. |
| 9 lines of code changed in: src/rec: mbboDirectRecord.c (+6 -13), waitRecord.c (+3 -20) | |
|
jba 10/30/96 11:38 AM |
Udf now set to false in process when val is initialized. |
| 5 lines of code changed in: src/rec/mbbiDirectRecord.c (+5 -22) | |
|
jba 10/30/96 11:38 AM |
Udf now set to false in put_enum_string when val is initialized. |
| 4 lines of code changed in: src/rec: biRecord.c (+2 -1), mbbiRecord.c (+2 -1) | |
|
jba 10/30/96 11:37 AM |
Changes made to fanoutRecord.c to modify DB_LINK test on lnk* fields to allow type CA_LINK. |
| 8 lines of code changed in: src/rec/fanoutRecord.c (+8 -8) | |
|
jba 10/30/96 11:37 AM |
In process() the udf field is set to false when dbGetLink returns success only if dol is not a constant link. |
| 3 lines of code changed in: src/rec: dfanoutRecord.c (+1 -1), longoutRecord.c (+2 -2) | |
|
jba 10/30/96 11:37 AM |
Changes made to compressRecord.c to modify DB_LINK test on inp field to allow type CA_LINK. |
| 3 lines of code changed in: src/rec/compressRecord.c (+3 -3) | |
|
jba 10/30/96 11:34 AM |
The siol field, which was never used in record processing, has been removed from aaiRecord.dbd and aaoRecord.dbd files. Old style, pre R3.12, c code in init_record was updated. |
| 2 lines of code changed in: src/rec: aaiRecord.c (+1 -23), aaiRecord.dbd (-5), aaoRecord.c (+1 -23), aaoRecord.dbd (-5) | |
|
mrk 10/30/96 7:56 AM |
minor format and message changes |
| 10 lines of code changed in: src/dbStatic: dbLexRoutines.c (+5 -5), dbStaticLib.c (+5 -4) | |
|
mrk 10/29/96 3:06 PM |
get rid of client_stat_summary. casr provides functionality |
| 2 lines of code changed in: src/rsrv: Makefile.Vx (+2 -4), client_stat_summary.c (del) | |
|
mrk 10/29/96 2:57 PM |
Changed menu initial values to string from index |
| 16 lines of code changed in: src/rec: pulseCounterRecord.dbd (+1 -1), pulseDelayRecord.dbd (+1 -1), scanRecord.dbd (+1 -1), timerRecord.dbd (+1 -1), waitRecord.dbd (+12 -12) | |
|
mrk 10/29/96 2:56 PM |
Changed menu initial vales to string from index; cleaned up dbTest.c |
| 41 lines of code changed in: src/db: dbCommon.dbd (+3 -3), dbTest.c (+38 -133) | |
|
mrk 10/29/96 2:48 PM |
Many changes to properly support DCT operation |
| 464 lines of code changed in: src/dbStatic: dbBase.h (+2 -2), dbLexRoutines.c (+1 -1), dbStaticLib.c (+227 -174), dbStaticLib.h (+4 -1), dbStaticNoRun.c (+100 -33), dbStaticPvt.h (+1), dbStaticRun.c (+119 -56), link.h (+10 -2) | |
|
jbk 10/29/96 1:24 PM |
first proof reading corrections |
| 173 lines of code changed in: src/gdd: gdd.html (+29 -27), gddref2.html (+144 -115) | |
|
jbk 10/29/96 9:39 AM |
Much new doc added. Fixed bug in gdd.cc. |
| 670 lines of code changed in: src/gdd: gdd.cc (+5 -2), gddref.html (+38 -23), gddref2.html (new 627) | |
|
jbk 10/25/96 7:33 AM |
New gdd reference manual |
| 494 lines of code changed in: src/gdd/gddref.html (new 494) | |
|
jbk 10/24/96 12:37 PM |
many more changes |
| 341 lines of code changed in: src/gdd/gdd.html (+341 -24) | |
|
jbk 10/22/96 10:40 AM |
New program for running programs with different priority and changing the maximum number of file descriptors. |
| 5 lines of code changed in: src/util: Makefile.Unix (+3), chglimits.c (new 2) | |
|
jbk 10/21/96 2:04 PM |
added line for vxWorks statistics device support |
| 2 lines of code changed in: src/db/base.dbd (+2) | |
|
jbk 10/21/96 11:01 AM |
added the code for ioc statistic processing on IOC and workstation |
| 10 lines of code changed in: src/dbtools: Makefile.Unix (+5 -2), Makefile.Vx (+4 -2), client_stats.c (new 1), ioc_stats.c (new 0), vx_stats.c (new 0) | |
|
jbk 10/21/96 10:30 AM |
Added ai/ao device support for vxWorks statics (memory/load/TCP con) |
| 7 lines of code changed in: src/dev: Makefile.Vx (+1), devAiStats.c (new 6) | |
|
jbk 10/17/96 7:42 AM |
double blob |
| 6 lines of code changed in: src/gdd/MAKE_TAR_FILE (+6 -3) | |
|
jbk 10/17/96 7:42 AM |
blob |
| 46 lines of code changed in: src/gdd/README (+46 -1) | |
|
jbk 10/17/96 7:41 AM |
took out strdup function - replaced with strDup |
| 5 lines of code changed in: src/gdd/gddAppTable.cc (+5 -2) | |
|
jbk 10/17/96 7:41 AM |
network byte order stuff / added strDup function to Helpers |
| 24 lines of code changed in: src/gdd: aitConvert.h (+12 -1), aitHelpers.h (+12 -1) | |
|
jbk 10/17/96 7:40 AM |
adjusted the network byte ordering dump |
| 6 lines of code changed in: src/gdd/gddTest.cc (+6 -2) | |
|
jbk 10/17/96 7:39 AM |
removed strdup definition, fixed up the local/network byte order functions |
| 14 lines of code changed in: src/gdd/gdd.h (+14 -20) | |
|
jbk 10/16/96 7:17 PM |
Modified to store records with a visibility option for graphic editors. The ".db" file now generates "grecord" for visible records and "record" for invisible records. |
| 49 lines of code changed in: src/dbStatic: dbBase.h (+2 -1), dbLex.l (+1), dbLexRoutines.c (+3 -2), dbStaticLib.c (+29 -2), dbStaticLib.h (+5 -1), dbYacc.y (+9 -2) | |
|
jba 10/16/96 9:05 AM |
c++ code will, by default, not be compiled. |
| 6 lines of code changed in: src/libCom/Makefile.Unix (+6 -6) | |
|
mrk 10/15/96 2:59 PM |
lval was not correctly updated |
| 2 lines of code changed in: src/rec/steppermotorRecord.c (+2 -2) | |
|
mrk 10/15/96 2:58 PM |
Round rval |
| 3 lines of code changed in: src/rec/aoRecord.c (+3 -2) | |
|
mrk 10/15/96 2:51 PM |
Fixed some casts |
| 16 lines of code changed in: src/libCom: errSymLib.c (+8 -10), error/errSymLib.c (+8 -10) | |
|
mrk 10/15/96 2:34 PM |
Get rid of extra trailing \0 |
| 16 lines of code changed in: src/libCom: cvtFast.c (+8 -8), cvtFast/cvtFast.c (+8 -8) | |
|
mrk 10/15/96 2:27 PM |
add impLib stuff |
| 16 lines of code changed in: src/libCom: Makefile.Unix (+13), Makefile.Vx (+3) | |
|
mrk 10/15/96 2:25 PM |
Allow records in the database but no hardware. Dont set HW limit alarm. Let recod support do it. |
| 16 lines of code changed in: src/dev/devSmAB1746HSTP1.c (+16 -8) | |
|
mrk 10/15/96 2:24 PM |
Allow no field defs in record instance with { } |
| 14 lines of code changed in: src/dbStatic/dbYacc.y (+14 -4) | |
|
mrk 10/15/96 2:23 PM |
Fix problem of iocInit hanging |
| 1 lines of code changed in: src/dbStatic/dbStaticRun.c (+1 -1) | |
|
mrk 10/15/96 2:23 PM |
Fix default problems |
| 17 lines of code changed in: src/dbStatic/dbStaticNoRun.c (+17 -6) | |
|
mrk 10/15/96 2:22 PM |
The form for FWDLINK PV fields does not work correctly. |
| 64 lines of code changed in: src/dbStatic: dbStaticLib.c (+61 -23), dbStaticLib.h (+3 -7) | |
|
mrk 10/15/96 2:20 PM |
Now accepts the characters ^ and ~ in strings. |
| 1 lines of code changed in: src/dbStatic/dbLex.l (+1 -1) | |
|
mrk 10/15/96 2:18 PM |
The dbCa Event task may fail. |
| 8 lines of code changed in: src/db/dbCa.c (+8 -8) | |
|
mrk 10/15/96 2:17 PM |
The scan task could fail if addressing location 0 causes a failure |
| 10 lines of code changed in: src/db/dbScan.c (+10 -9) | |
|
mrk 10/15/96 2:15 PM |
checks that lset was allocated |
| 6 lines of code changed in: src/db/dbLock.c (+6 -1) | |
|
mrk 10/15/96 2:06 PM |
add defs for src/devOpt |
| 5 lines of code changed in: src/db/baseLIBOBJS (+5) | |
|
mrk 10/15/96 2:04 PM |
ca_build_and_connect changed to ca_search_and_connect |
| 3 lines of code changed in: src/as/asCa.c (+3 -4) | |
|
jba 10/14/96 11:33 AM |
Clean rule now uses rm macro. Removed . in VPATH def. |
| 6 lines of code changed in: src/gdd/Makefile.Unix (+6 -3) | |
|
jba 10/14/96 11:16 AM |
Removed extra slash from CAS def. |
| 1 lines of code changed in: src/cas/example/Makefile.Unix (+1 -1) | |
|
jba 10/14/96 11:08 AM |
Removed extra dependancy on deplibs. |
| 1 lines of code changed in: src/bpt/Makefile.Unix (+1 -1) | |
|
mrk 9/20/96 10:37 AM |
Original version |
| 33 lines of code changed in: src/libCom: impExpand.c (new 1), impLib.c (new 16), impLib.h (new 16) | |
|
jhill 9/16/96 5:55 PM |
umsigned => unsigned |
| 7 lines of code changed in: src/ca/acctst.c (+7 -4) | |
|
jhill 9/16/96 5:03 PM |
better report |
| 34 lines of code changed in: src/rsrv: camsgtask.c (+2 -2), caserverio.c (+2 -2), caservertask.c (+26 -13), rsrv_init.c (+2 -2), server.h (+2 -1) | |
|
jhill 9/16/96 4:19 PM |
removed unused variable |
| 10 lines of code changed in: src/libCom: osiTimer.cc (+5 -3), timer/osiTimer.cpp (+5 -3) | |
|
jhill 9/16/96 4:18 PM |
added prototypes and fixed warnings |
| 34 lines of code changed in: src/libCom: pal.c (+13 -31), pal.h (+15 -1), paldef.c (+6 -13) | |
|
jhill 9/16/96 4:18 PM |
fixed warinings and added epicsShareAPI |
| 50 lines of code changed in: src/libCom: nextFieldSubr.c (+6 -4), tsDefs.h (+20 -20), tsSubr.c (+24 -13) | |
|
jhill 9/16/96 4:07 PM |
fixed warnings |
| 44 lines of code changed in: src/libCom: macCore.c (+8 -5), macLib.h (+5 -2), macUtil.c (+9 -6) src/libCom/macLib: macCore.c (+8 -5), macLib.h (+5 -2), macUtil.c (+9 -6) | |
|
jhill 9/16/96 1:42 PM |
added epicsShareAPI |
| 112 lines of code changed in: src/libCom: envDefs.h (+31 -7), envSubr.c (+25 -33) src/libCom/env: envDefs.h (+31 -7), envSubr.c (+25 -33) | |
|
jhill 9/16/96 1:41 PM |
fixed bug in test routine |
| 4 lines of code changed in: src/libCom: ellLib.c (+2 -2), ellLib/ellLib.c (+2 -2) | |
|
jhill 9/16/96 1:41 PM |
include shareLib.h |
| 5 lines of code changed in: src/libCom/bldEnvData (+5 -1) | |
|
jhill 9/16/96 1:37 PM |
backed out multi-thread build because most sites do not have tornado or gcc 2.7.2 |
| 1 lines of code changed in: src/cas/build/Makefile (+1 -1) | |
|
jhill 9/16/96 1:29 PM |
fixed printf format warning |
| 2 lines of code changed in: src/db/dbEvent.c (+2 -2) | |
|
jhill 9/16/96 1:23 PM |
vxWorks port changes |
| 396 lines of code changed in: src/cas/generic: caServer.cc (+7 -1), caServerI.cc (+19 -12), caServerIIL.h (+9 -6), casAsyncIOIIL.h (+6 -3), casChannelIIL.h (+6 -3), casCoreClient.cc (+8 -1), casDGClient.cc (+20 -19), casEventSys.cc (+15 -10), casEventSysIL.h (+7 -4), casInternal.h (+7 -3), casMonitor.cc (+27 -32), casMsgIO.cc (+39 -9), casPVIIL.h (+32 -7), casStrmClient.cc (+26 -18), outBuf.cc (+63 -35), server.h (+66 -20) src/cas/io/bsdSocket: casDGIO.cc (+2 -2), casIOD.h (+6 -3), casStreamIO.cc (+31 -23) | |
|
jhill 9/16/96 1:22 PM |
added cvs log entries |
| 31 lines of code changed in: src/cas/example/vxEntry.cc (+31 -4) | |
|
jhill 9/16/96 1:00 PM |
added multiThread build |
| 1 lines of code changed in: src/cas/build/Makefile (+1 -1) | |
|
jhill 9/16/96 11:41 AM |
local except => except handler & ca vers str routine |
| 66 lines of code changed in: src/ca/access.c (+66 -25) | |
|
jhill 9/16/96 11:40 AM |
make EPICS version be the console title |
| 9 lines of code changed in: src/ca/windows_depen.c (+9 -2) | |
|
jhill 9/16/96 11:38 AM |
local except => except handler |
| 17 lines of code changed in: src/ca: iocinf.h (+8 -1), service.c (+4 -2), vxWorks_depen.c (+5 -2) | |
|
jhill 9/16/96 11:37 AM |
o dont print disconnect message when the last channel on a connection is deleted and the conn goes away o local exceptions => exception handler |
| 15 lines of code changed in: src/ca/iocinf.c (+15 -6) | |
|
jhill 9/16/96 11:35 AM |
local exceptions => exception handler |
| 7 lines of code changed in: src/ca/conn.c (+7 -4) | |
|
jhill 9/16/96 11:34 AM |
added epicsShareAPI to ca_message() |
| 2 lines of code changed in: src/ca/caerr.h (+2 -2) | |
|
jhill 9/16/96 11:33 AM |
added ca_version() proto and pFile/lineNo args to exception args |
| 8 lines of code changed in: src/ca/cadef.h (+8 -1) | |
|
jhill 9/16/96 11:32 AM |
added CA version string |
| 35 lines of code changed in: src/ca/caProto.h (+35 -5) | |
|
jhill 9/16/96 11:31 AM |
fixed NT warnings |
| 44 lines of code changed in: src/ca/acctst.c (+44 -20) | |
|
jbk 9/16/96 8:41 AM |
New doc files |
| 169 lines of code changed in: src/gdd: gdd.gif (new 0), gdd.html (new 169) | |
|
jbk 9/12/96 6:18 AM |
makefile to build library outside of EPICS tree |
| 7 lines of code changed in: src/gdd/Makefile.regular (new 7) | |
|
jbk 9/10/96 10:06 AM |
Adjusted dbMapper.cc so gdd to string function work correctly Added checks in gdd.h so that get(pointer) functions work with scalars |
| 67 lines of code changed in: src/gdd: dbMapper.cc (+9 -6), gdd.h (+58 -23) | |
|
jbk 9/7/96 8:03 AM |
fixes to destroyData function |
| 15 lines of code changed in: src/gdd: gdd.h (+10 -4), gddAppTable.cc (+5 -2) | |
|
mrk 9/5/96 8:42 AM |
Forgot = |
| 1 lines of code changed in: src/dev/devABSLCDCM.c (+1 -1) | |
|
mrk 9/5/96 8:01 AM |
conversion should not have added .5 (bad for - numbers) |
| 2 lines of code changed in: src/rec/aoRecord.c (+2 -2) | |
|
mrk 9/5/96 7:52 AM |
Forgot to save changes last time |
| 5 lines of code changed in: src/dev/devABSLCDCM.c (+5 -5) | |
|
mrk 9/5/96 7:37 AM |
Changed AB SLC500 DCM names to show that it is only for SLC500 DCM |
| 5 lines of code changed in: src/db: base.dbd (+4 -4), baseLIBOBJS (+1 -1) | |
|
mrk 9/5/96 7:36 AM |
changed to show that support is for SCL500 Dcm |
| 10 lines of code changed in: src/dev: Makefile.Vx (+1 -1), devABANALOG.c (del), devABSLCDCM.c (new 9) | |
|
jhill 9/4/96 5:51 PM |
wait for proper compiler installation |
| 0 lines of code changed in: src/cas/example/Makefile.Vx (del) | |
![]()
Generated by StatCvs v0.1.3