You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(42) |
Nov
(368) |
Dec
(248) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(207) |
Mar
(180) |
Apr
(9) |
May
(39) |
Jun
(9) |
Jul
(22) |
Aug
(56) |
Sep
(82) |
Oct
(113) |
Nov
(236) |
Dec
(219) |
2005 |
Jan
(119) |
Feb
(81) |
Mar
(53) |
Apr
(177) |
May
(2) |
Jun
(67) |
Jul
(17) |
Aug
(5) |
Sep
(53) |
Oct
(17) |
Nov
(122) |
Dec
(77) |
2006 |
Jan
(293) |
Feb
(16) |
Mar
(32) |
Apr
(14) |
May
(29) |
Jun
(6) |
Jul
|
Aug
|
Sep
(18) |
Oct
(28) |
Nov
|
Dec
(2) |
2007 |
Jan
(8) |
Feb
(19) |
Mar
(4) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(1) |
Nov
(8) |
Dec
(25) |
2008 |
Jan
(1) |
Feb
(13) |
Mar
(17) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(19) |
Dec
(16) |
2009 |
Jan
(6) |
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jim K. <jk...@us...> - 2004-11-15 00:59:52
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17614/source/lvdata/lvdata.llb Modified Files: Reshape 1D Array.vi VI Tree - lvdata.vi Log Message: added Reshape 1D Array to VI Tree Index: VI Tree - lvdata.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/VI Tree - lvdata.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsnb84h8 and /tmp/cvsDmSrEY differ Index: Reshape 1D Array.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Reshape 1D Array.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsT7X2WM and /tmp/cvsf5vRzE differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:55:37
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16778/source/lvdata/lvdata.llb Modified Files: VI Tree - lvdata.vi Variant Constant.vi Log Message: relinked to variant constant in source Index: VI Tree - lvdata.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/VI Tree - lvdata.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvskySJDY and /tmp/cvsEnNV2I differ Index: Variant Constant.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Variant Constant.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsUWImCV and /tmp/cvsvo2s4F differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:41:47
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14058 Modified Files: ChangeLog.txt lvdata.deab Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/ChangeLog.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog.txt 15 Nov 2004 00:12:17 -0000 1.13 --- ChangeLog.txt 15 Nov 2004 00:41:38 -0000 1.14 *************** *** 9,12 **** --- 9,17 ---- [MOD] "Get Strings from Enum" now calls "Get Strings from Enum TD" [FIX] Package now overwrites existing files in target location + [FIX] "Get Element TD from Array TD" made "Array Type Descriptor" + input required. + [FIX] "Remove Typedefs from Variant" made "Variant with typedefs" + input required. + [FIX] "Unwrap VVariant" made "VVariant" input required. Index: lvdata.deab =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/lvdata.deab,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvdata.deab 15 Nov 2004 00:23:15 -0000 1.1 --- lvdata.deab 15 Nov 2004 00:41:38 -0000 1.2 *************** *** 80,83 **** --- 80,119 ---- + + + ########################################################### + # Destination sections should be named "Destination N", where + # "N" is an integer. This allows you to specify multiple + # Destination sections. + [Destination 2] + + # Every VI or CTL in the application source hierarchy which + # is located beneath Source Directory will be aggregated into + # Target Dir, except for those VIs and CTLs found beneath a + # subdirectory specified as a Source Dir of another Destination + Source Dir="C:\" + + # The Build Target Dir for every VI or CTL in the application + # source hierarchy which is located beneath Source Directory, + # except for those VIs and CTLs found beneath a subdirectory + # specified as a Source Dir of another Destination. + Target Dir="extra.llb" + + # If TRUE, then the Target Dir will be converted into an LLB. + # This setting may be overrided by the Convert Target to EXE + # setting. + Convert Target to LLB=FALSE + + # If TRUE, then the Target Dir will be converted into an EXE. + # This setting overrides the Convert Target to LLB setting. + Convert Target to EXE=FALSE + + # If TRUE, all VIs in this Destination will have thier diagrams + # removed, during the build. + Remove Diagrams=FALSE + + + + ########################################################### [Exclude Lib Dirs from Build] |
From: Jim K. <jk...@us...> - 2004-11-15 00:41:23
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13968/source/lvdata/lvdata.llb Modified Files: Get Array Element TD.vi Get Physical Units from TD.vi Get Strings from Enum.vi VI Tree - lvdata.vi Log Message: recompiled Index: VI Tree - lvdata.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/VI Tree - lvdata.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsh1sYl0 and /tmp/cvsiDeq4f differ Index: Get Array Element TD.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Get Array Element TD.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs9FbWg6 and /tmp/cvs2enc3l differ Index: Get Physical Units from TD.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Get Physical Units from TD.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsVDXWDv and /tmp/cvsmhOwFL differ Index: Get Strings from Enum.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Get Strings from Enum.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsrRW7ju and /tmp/cvsI1tXrK differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:39:06
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13379/source/lvdata/lvdata.llb Modified Files: Unwrap VVariant.vi Log Message: Made "VVariant" input required. Index: Unwrap VVariant.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Unwrap VVariant.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsaYnCQF and /tmp/cvs19prqf differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:38:18
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13280/source/lvdata/lvdata.llb Modified Files: Get Strings from Enum TD.vi Log Message: Made "Type Descriptor" input required. Index: Get Strings from Enum TD.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Get Strings from Enum TD.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsAYwryd and /tmp/cvsWe3HUb differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:36:06
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12819/source/lvdata/lvdata.llb Modified Files: Remove Typedefs from Variant.vi Log Message: Made "Variant with typedefs" input required. Index: Remove Typedefs from Variant.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Remove Typedefs from Variant.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsDmRX9y and /tmp/cvsYS3zKV differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:35:17
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12691/source/lvdata/lvdata.llb Modified Files: Get Element TD from Array TD.vi Log Message: Made "Array Type Descriptor" input required. Index: Get Element TD from Array TD.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb/Get Element TD from Array TD.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvstz5poX and /tmp/cvsZtBd1H differ |
From: Jim K. <jk...@us...> - 2004-11-15 00:23:24
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10513 Modified Files: lvdata.spec Added Files: build lvdata.vi lvdata.deab Log Message: Index: lvdata.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/lvdata.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** lvdata.spec 2 Dec 2003 17:39:23 -0000 1.11 --- lvdata.spec 15 Nov 2004 00:23:15 -0000 1.12 *************** *** 56,62 **** Target Dir=<user.lib>/_OpenG.lib/lvdata ! Replace Mode=Never ! Num Files=61 File 0=dir.mnu --- 56,62 ---- Target Dir=<user.lib>/_OpenG.lib/lvdata ! Replace Mode=Always ! Num Files=64 File 0=dir.mnu *************** *** 67,124 **** File 5=VEnum.mnu File 6=VNumeric.mnu ! File 7=lvdata.llb/Array Dim(s) from TD__ogtk.vi ! File 8=lvdata.llb/Array of VData to VArray__ogtk.vi ! File 9=lvdata.llb/Array of VData to VCluster__ogtk.vi ! File 10=lvdata.llb/Array Size(s)__ogtk.vi ! File 11=lvdata.llb/Array to Array of VData__ogtk.vi ! File 12=lvdata.llb/Array to VCluster__ogtk.vi ! File 13=lvdata.llb/Base Units__ogtk.ctl ! File 14=lvdata.llb/Cluster to Array of VData__ogtk.vi ! File 15=lvdata.llb/Cluster to VArray__ogtk.vi ! File 16=lvdata.llb/Compute 1D Index__ogtk.vi ! File 17=lvdata.llb/Get Array Element TD__ogtk.vi ! File 18=lvdata.llb/Get Array Element TDEnum__ogtk.vi ! File 19=lvdata.llb/Get Cluster Element by Name__ogtk.vi ! File 20=lvdata.llb/Get Cluster Element Names__ogtk.vi ! File 21=lvdata.llb/Get Cluster Elements TDs__ogtk.vi ! File 22=lvdata.llb/Get Data Name from TD__ogtk.vi ! File 23=lvdata.llb/Get Data Name__ogtk.vi ! File 24=lvdata.llb/Get Data TD from Datalog Ref__ogtk.vi ! File 25=lvdata.llb/Get Default Data from TD__ogtk.vi ! File 26=lvdata.llb/Get Element TD from Array TD__ogtk.vi ! File 27=lvdata.llb/Get GOOP Object Type__ogtk.vi ! File 28=lvdata.llb/Get Header from TD__ogtk.vi ! File 29=lvdata.llb/Get Last PString__ogtk.vi ! File 30=lvdata.llb/Get Physical Units from TD__ogtk.vi ! File 31=lvdata.llb/Get Physical Units__ogtk.vi ! File 32=lvdata.llb/Get PString__ogtk.vi ! File 33=lvdata.llb/Get Strings from Enum__ogtk.vi ! File 34=lvdata.llb/Get TDEnum from Data__ogtk.vi ! File 35=lvdata.llb/Get TDEnum from TD__ogtk.vi ! File 36=lvdata.llb/Get Variant Attributes__ogtk.vi ! File 37=lvdata.llb/Index Array__ogtk.vi ! File 38=lvdata.llb/No of Elements in Cluster__ogtk.vi ! File 39=lvdata.llb/Palette - lvdata__ogtk.vi ! File 40=lvdata.llb/Parse String with TDs__ogtk.vi ! File 41=lvdata.llb/Physical Units__ogtk.ctl ! File 42=lvdata.llb/Refnum Code__ogtk.ctl ! File 43=lvdata.llb/Replace Array Element__ogtk.vi ! File 44=lvdata.llb/Reshape 1D Array__ogtk.vi ! File 45=lvdata.llb/Reshape Array to 1D VArray__ogtk.vi ! File 46=lvdata.llb/Set Cluster Element by Name__ogtk.vi ! File 47=lvdata.llb/Set Data Name__ogtk.vi ! File 48=lvdata.llb/Set Enum String Value__ogtk.vi ! File 49=lvdata.llb/Size of Data from TD__ogtk.vi ! File 50=lvdata.llb/Split Cluster TD__ogtk.vi ! File 51=lvdata.llb/Strip Units__ogtk.vi ! File 52=lvdata.llb/Type Descriptor Enumeration__ogtk.ctl ! File 53=lvdata.llb/Type Descriptor Header__ogtk.ctl ! File 54=lvdata.llb/Type Descriptor__ogtk.ctl ! File 55=lvdata.llb/Variant to Header Info__ogtk.vi ! File 56=VVariant.mnu ! File 57=lvdata.llb/Get Array Element Default Data__ogtk.vi ! File 58=lvdata.llb/Remove Typedefs from Variant__ogtk.vi File 59=lvdata.llb/Unwrap VVariant__ogtk.vi File 60=lvdata.llb/Variant Constant__ogtk.vi --- 67,127 ---- File 5=VEnum.mnu File 6=VNumeric.mnu ! File 7=VVariant.mnu ! File 8=lvdata.llb/Array Dim(s) from TD__ogtk.vi ! File 9=lvdata.llb/Array of VData to VArray__ogtk.vi ! File 10=lvdata.llb/Array of VData to VCluster__ogtk.vi ! File 11=lvdata.llb/Array Size(s)__ogtk.vi ! File 12=lvdata.llb/Array to Array of VData__ogtk.vi ! File 13=lvdata.llb/Array to VCluster__ogtk.vi ! File 14=lvdata.llb/Base Units__ogtk.ctl ! File 15=lvdata.llb/Cluster to Array of VData__ogtk.vi ! File 16=lvdata.llb/Cluster to VArray__ogtk.vi ! File 17=lvdata.llb/Compute 1D Index__ogtk.vi ! File 18=lvdata.llb/Get Array Element Default Data__ogtk.vi ! File 19=lvdata.llb/Get Array Element TD__ogtk.vi ! File 20=lvdata.llb/Get Array Element TDEnum__ogtk.vi ! File 21=lvdata.llb/Get Cluster Element by Name__ogtk.vi ! File 22=lvdata.llb/Get Cluster Element Names__ogtk.vi ! File 23=lvdata.llb/Get Cluster Elements TDs__ogtk.vi ! File 24=lvdata.llb/Get Data Name from TD__ogtk.vi ! File 25=lvdata.llb/Get Data Name__ogtk.vi ! File 26=lvdata.llb/Get Data TD from Datalog Ref__ogtk.vi ! File 27=lvdata.llb/Get Default Data from TD__ogtk.vi ! File 28=lvdata.llb/Get Element TD from Array TD__ogtk.vi ! File 29=lvdata.llb/Get GOOP Object Type__ogtk.vi ! File 30=lvdata.llb/Get Header from TD__ogtk.vi ! File 31=lvdata.llb/Get Last PString__ogtk.vi ! File 32=lvdata.llb/Get Physical Units from TD__ogtk.vi ! File 33=lvdata.llb/Get Physical Units__ogtk.vi ! File 34=lvdata.llb/Get PString__ogtk.vi ! File 35=lvdata.llb/Get Strings from Enum TD__ogtk.vi ! File 36=lvdata.llb/Get Strings from Enum__ogtk.vi ! File 37=lvdata.llb/Get TDEnum from Data__ogtk.vi ! File 38=lvdata.llb/Get TDEnum from TD__ogtk.vi ! File 39=lvdata.llb/Get Variant Attributes__ogtk.vi ! File 40=lvdata.llb/Index Array__ogtk.vi ! File 41=lvdata.llb/No of Elements in Cluster__ogtk.vi ! File 42=lvdata.llb/Palette - lvdata__ogtk.vi ! File 43=lvdata.llb/Parse String with TDs__ogtk.vi ! File 44=lvdata.llb/Physical Units__ogtk.ctl ! File 45=lvdata.llb/Refnum Code__ogtk.ctl ! File 46=lvdata.llb/Remove Typedefs from Variant__ogtk.vi ! File 47=lvdata.llb/Replace Array Element__ogtk.vi ! File 48=lvdata.llb/Reshape 1D Array__ogtk.vi ! File 49=lvdata.llb/Reshape Array to 1D VArray__ogtk.vi ! File 50=lvdata.llb/Set Cluster Element by Name__ogtk.vi ! File 51=lvdata.llb/Set Data Name__ogtk.vi ! File 52=lvdata.llb/Set Enum String Value__ogtk.vi ! File 53=lvdata.llb/Size of Data from TD__ogtk.vi ! File 54=lvdata.llb/Split Cluster TD__ogtk.vi ! File 55=lvdata.llb/Strip Units__ogtk.vi ! File 56=lvdata.llb/Type Descriptor Enumeration__ogtk.ctl ! File 57=lvdata.llb/Type Descriptor Header__ogtk.ctl ! File 58=lvdata.llb/Type Descriptor__ogtk.ctl File 59=lvdata.llb/Unwrap VVariant__ogtk.vi File 60=lvdata.llb/Variant Constant__ogtk.vi + File 61=lvdata.llb/Variant Manipulation Templ__ogtk.vit + File 62=lvdata.llb/Variant to Header Info__ogtk.vi + File 63=lvdata.llb/VI Tree - lvdata__ogtk.vi *************** *** 129,133 **** Target Dir="<user.lib>/_dynamicpalette_dirs/adv" ! Replace Mode=Never Num Files=1 --- 132,136 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/adv" ! Replace Mode=Always Num Files=1 --- NEW FILE: build lvdata.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lvdata.deab --- ########################################################### # This section contains general project build settings. [General] # Project Root is optional. If it is not specified, it is # assumed to be the .deab file's parent directory Project Root="." # Build Root is optional. If it is not specified, it is # assumed to be the Project Root. Build Root may be either # an absolute path, or a path relative to the Project Root Build Root="built/lvdata" # Source Root is optional. If it is not specified, it is # assumed to be the Project Root. Source Root may be either # an absolute path, or a path relative to the Project Root Source Root="source/lvdata" # Overwrite Existing Files specifies whether to overwrite # files in the build location. This is an optional. If it # is not specified, it is assumed to be FALSE Overwrite Existing Files=TRUE # If a Namespace is specified, all VIs and CTLs will be # "name magled" with the Namespace as a suffix. For # example, "MyVI.vi" with a Namespace of "MyApp" becomes # "MyVI__MyApp.vi" in the built software product. Namespace="ogtk" ########################################################### # Top Level VIs specifies VIs whose hierarchies are to be # included in the build. Additionally, Top Level VIs will # be set as "Top-Level" in destination LLBs if the its # Destination is converted to an LLB or EXE. You can use # any keyname for Top Level VIs. Keynames for this section # are arbitrary. [Top Level VIs] Top Level VI 1="lvdata.llb/VI Tree - lvdata.vi" ########################################################### # Dynamic VIs specifies VIs whose hierarchies are to be # included in the build. Keynames for this section are # arbitrary [Dynamic VIs] ########################################################### # Destination sections should be named "Destination N", where # "N" is an integer. This allows you to specify multiple # Destination sections. [Destination 1] # Every VI or CTL in the application source hierarchy which # is located beneath Source Directory will be aggregated into # Target Dir, except for those VIs and CTLs found beneath a # subdirectory specified as a Source Dir of another Destination Source Dir="." # The Build Target Dir for every VI or CTL in the application # source hierarchy which is located beneath Source Directory, # except for those VIs and CTLs found beneath a subdirectory # specified as a Source Dir of another Destination. Target Dir="lvdata.llb" # If TRUE, then the Target Dir will be converted into an LLB. # This setting may be overrided by the Convert Target to EXE # setting. Convert Target to LLB=FALSE # If TRUE, then the Target Dir will be converted into an EXE. # This setting overrides the Convert Target to LLB setting. Convert Target to EXE=FALSE # If TRUE, all VIs in this Destination will have thier diagrams # removed, during the build. Remove Diagrams=FALSE ########################################################### [Exclude Lib Dirs from Build] Exclude Lib Dir 1="<application>" |
From: Jim K. <jk...@us...> - 2004-11-15 00:12:26
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/ChangeLog.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog.txt 2 Dec 2003 17:50:56 -0000 1.12 --- ChangeLog.txt 15 Nov 2004 00:12:17 -0000 1.13 *************** *** 1,3 **** ! -= oglib_lvdata-2.2-1.ogp =- --- 1,12 ---- ! -= oglib_lvdata-2.3-1.ogp =- ! ! ! Changes from 2.2-1 --> 2.3-1 ! -------------------------------- ! 2004-11-14 ! ! [NEW] "Get Strings from Enum TD" was added to TD palette ! [MOD] "Get Strings from Enum" now calls "Get Strings from Enum TD" ! [FIX] Package now overwrites existing files in target location *************** *** 14,19 **** 2003-11-17 ! * New VI - "Variant Constant" is a "merged VI" that was added to the palette. This allows users to drop a Variant constant onto the block diagram. ! * Palette Change - Added "Variant Constant" and "Get TDEnum from Data" to the Palette --- 23,31 ---- 2003-11-17 ! * New VI - "Variant Constant" is a "merged VI" that was added to ! the palette. This allows users to drop a Variant constant onto ! the block diagram. ! * Palette Change - Added "Variant Constant" and "Get TDEnum from ! Data" to the Palette *************** *** 22,28 **** 2003-07-03 ! * Cosmetic - "Array Dim(s) from TD.vi", "Parse String with TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI Window Appearance for palette VI title * New VI - "Remove Typedefs from Variant.vi" ! * Added "Remove Typedefs from Variant.vi" to "Type Descriptor" subpalette. --- 34,43 ---- 2003-07-03 ! * Cosmetic - "Array Dim(s) from TD.vi", "Parse String with ! TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI ! Window Appearance for palette VI title * New VI - "Remove Typedefs from Variant.vi" ! * Added "Remove Typedefs from Variant.vi" to "Type Descriptor" ! subpalette. *************** *** 39,51 **** * Added Typedefs: ! ** Type Descriptor.ctl >>> array of I16. All VIs using a TD are now linked to this typedef. ! ** Base Units.ctl >>> an enum typedef for base units as described in App Note 154 ** Physical Units.ctl >>> a cluster of {Base Unit, Exponent} * Added VIs: ** Array Dim(s) from TD.vi >>> we had only one with variant input. ! ** Get Element TD from Array TD.vi >>> we had only one with variant input. ! ** Get Physical Units from TD.vi >>> outputs an array of Physical Units each base unit with its exponent ! ** Get Physical Units.vi >>> same as previous except for variant input. -------------------------------- --- 54,71 ---- * Added Typedefs: ! ** Type Descriptor.ctl >>> array of I16. All VIs using a TD are ! now linked to this typedef. ! ** Base Units.ctl >>> an enum typedef for base units as described ! in App Note 154 ** Physical Units.ctl >>> a cluster of {Base Unit, Exponent} * Added VIs: ** Array Dim(s) from TD.vi >>> we had only one with variant input. ! ** Get Element TD from Array TD.vi >>> we had only one with ! variant input. ! ** Get Physical Units from TD.vi >>> outputs an array of Physical ! Units each base unit with its exponent ! ** Get Physical Units.vi >>> same as previous except for variant ! input. -------------------------------- |
From: Jim K. <jk...@us...> - 2004-11-15 00:12:26
|
Update of /cvsroot/opengtoolkit/lvdata/Dynamic Palette MNUs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019/Dynamic Palette MNUs Removed Files: ogtk_lvdata.mnu Log Message: --- ogtk_lvdata.mnu DELETED --- |
From: Jim K. <jk...@us...> - 2004-11-15 00:09:09
|
Update of /cvsroot/opengtoolkit/lvdata/source/lvdata/lvdata.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7119/source/lvdata/lvdata.llb Added Files: Get Strings from Enum TD.vi Log Message: --- NEW FILE: Get Strings from Enum TD.vi --- (This appears to be a binary file; contents omitted.) |
From: Jim K. <jk...@us...> - 2004-11-14 17:17:27
|
Update of /cvsroot/opengtoolkit/file In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8155 Modified Files: change-log.txt Log Message: Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/file/change-log.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** change-log.txt 14 Nov 2004 17:03:38 -0000 1.7 --- change-log.txt 14 Nov 2004 17:17:18 -0000 1.8 *************** *** 13,17 **** [FIX] "Merge Directories" failed on Mac.s 2004-11-06 ! fixed [935409] bug in VI delete recursively that failed on Read-Only folders when ignore Read-Only was selected. Changes from 2.1-1 --> 2.2-1 --- 13,18 ---- [FIX] "Merge Directories" failed on Mac.s 2004-11-06 ! [FIX] fixed [935409] bug in VI delete recursively that failed on ! Read-Only folders when ignore Read-Only was selected. Changes from 2.1-1 --> 2.2-1 |
From: Jim K. <jk...@us...> - 2004-11-14 17:12:13
|
Update of /cvsroot/opengtoolkit/comparison In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6808 Added Files: change-log.txt Log Message: --- NEW FILE: change-log.txt --- -= oglib_comparison-2.1-1.ogp =- Changes from 2.0-1 --> 2.1-1 -------------------------------- 2004-11-11 [FIX] Package now overwrites existing files in target location |
From: Jim K. <jk...@us...> - 2004-11-14 17:10:56
|
Update of /cvsroot/opengtoolkit/error In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6555 Added Files: change-log.txt Log Message: --- NEW FILE: change-log.txt --- -= oglib_error-2.1-1.ogp =- Changes from 2.0-1 --> 2.1-1 -------------------------------- 2004-11-11 [FIX] Package now overwrites existing files in target location |
From: Jim K. <jk...@us...> - 2004-11-14 17:09:50
|
Update of /cvsroot/opengtoolkit/error In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6315 Modified Files: error.spec Log Message: Index: error.spec =================================================================== RCS file: /cvsroot/opengtoolkit/error/error.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** error.spec 7 Nov 2003 00:56:39 -0000 1.6 --- error.spec 14 Nov 2004 17:09:40 -0000 1.7 *************** *** 3,7 **** Name=oglib_error ! Version=2.0 Release=1 --- 3,7 ---- Name=oglib_error ! Version=2.1 Release=1 *************** *** 56,60 **** Target Dir=<user.lib>/_OpenG.lib/error ! Replace Mode=Never Num Files=4 --- 56,60 ---- Target Dir=<user.lib>/_OpenG.lib/error ! Replace Mode=Always Num Files=4 *************** *** 72,76 **** Target Dir="<user.lib>/_dynamicpalette_dirs/timedlg" ! Replace Mode=Never Num Files=1 --- 72,76 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/timedlg" ! Replace Mode=Always Num Files=1 |
From: Jim K. <jk...@us...> - 2004-11-14 17:08:48
|
Update of /cvsroot/opengtoolkit/comparison In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6114 Modified Files: comparison.spec Log Message: Index: comparison.spec =================================================================== RCS file: /cvsroot/opengtoolkit/comparison/comparison.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** comparison.spec 6 Nov 2003 06:28:26 -0000 1.5 --- comparison.spec 14 Nov 2004 17:08:35 -0000 1.6 *************** *** 3,7 **** Name=oglib_comparison ! Version=2.0 Release=1 --- 3,7 ---- Name=oglib_comparison ! Version=2.1 Release=1 *************** *** 56,60 **** Target Dir=<user.lib>/_OpenG.lib/comparison ! Replace Mode=Never Num Files=49 --- 56,60 ---- Target Dir=<user.lib>/_OpenG.lib/comparison ! Replace Mode=Always Num Files=49 *************** *** 117,121 **** Target Dir="<user.lib>/_dynamicpalette_dirs/compare" ! Replace Mode=Never Num Files=1 --- 117,121 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/compare" ! Replace Mode=Always Num Files=1 |
From: Jim K. <jk...@us...> - 2004-11-14 17:06:16
|
Update of /cvsroot/opengtoolkit/file/built/file In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5672/built/file Added Files: .cvsignore Log Message: --- NEW FILE: .cvsignore --- file.llb |
From: Jim K. <jk...@us...> - 2004-11-14 17:03:48
|
Update of /cvsroot/opengtoolkit/file In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5122 Modified Files: build file.vi change-log.txt file.spec Log Message: Index: file.spec =================================================================== RCS file: /cvsroot/opengtoolkit/file/file.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** file.spec 11 Aug 2004 04:07:40 -0000 1.5 --- file.spec 14 Nov 2004 17:03:38 -0000 1.6 *************** *** 3,7 **** Name=oglib_file ! Version=2.3 Release=1 --- 3,7 ---- Name=oglib_file ! Version=2.4 Release=1 *************** *** 56,62 **** Target Dir=<user.lib>/_OpenG.lib/file ! Replace Mode=Never ! Num Files=46 File 0=dir.mnu --- 56,62 ---- Target Dir=<user.lib>/_OpenG.lib/file ! Replace Mode=Always ! Num Files=48 File 0=dir.mnu *************** *** 85,109 **** File 23=file.llb/Default Directory__ogtk.vi File 24=file.llb/Delete Recursive__ogtk.vi ! File 25=file.llb/File Info Record__ogtk.ctl ! File 26=file.llb/File Info__ogtk.vi ! File 27=file.llb/Instrument Library__ogtk.vi ! File 28=file.llb/List Directory Recursive__ogtk.vi ! File 29=file.llb/List Directory__ogtk.vi ! File 30=file.llb/List Top Level VIs__ogtk.vi ! File 31=file.llb/Merge Directories__ogtk.vi ! File 32=file.llb/OpenG Library__ogtk.vi ! File 33=file.llb/Set VI Top Level__ogtk.vi ! File 34=file.llb/Strip Path - Arrays__ogtk.vi ! File 35=file.llb/Strip Path - Traditional__ogtk.vi ! File 36=file.llb/Strip Path Extension - 1D Array of Paths__ogtk.vi ! File 37=file.llb/Strip Path Extension - 1D Array of Strings__ogtk.vi ! File 38=file.llb/Strip Path Extension - Path__ogtk.vi ! File 39=file.llb/Strip Path Extension - String__ogtk.vi ! File 40=file.llb/Strip Path Extension__ogtk.vi ! File 41=file.llb/Strip Path__ogtk.vi ! File 42=file.llb/Temporary Directory__ogtk.vi ! File 43=file.llb/User Library__ogtk.vi ! File 44=file.llb/Valid Path__ogtk.vi ! File 45=file.llb/VI Library__ogtk.vi --- 85,111 ---- File 23=file.llb/Default Directory__ogtk.vi File 24=file.llb/Delete Recursive__ogtk.vi ! File 25=file.llb/File Exists__ogtk.vi ! File 26=file.llb/File Info Record__ogtk.ctl ! File 27=file.llb/File Info__ogtk.vi ! File 28=file.llb/Instrument Library__ogtk.vi ! File 29=file.llb/List Directory Recursive__ogtk.vi ! File 30=file.llb/List Directory__ogtk.vi ! File 31=file.llb/List Top Level VIs__ogtk.vi ! File 32=file.llb/Merge Directories__ogtk.vi ! File 33=file.llb/OpenG Library__ogtk.vi ! File 34=file.llb/Set VI Top Level__ogtk.vi ! File 35=file.llb/Strip Path - Arrays__ogtk.vi ! File 36=file.llb/Strip Path - Traditional__ogtk.vi ! File 37=file.llb/Strip Path Extension - 1D Array of Paths__ogtk.vi ! File 38=file.llb/Strip Path Extension - 1D Array of Strings__ogtk.vi ! File 39=file.llb/Strip Path Extension - Path__ogtk.vi ! File 40=file.llb/Strip Path Extension - String__ogtk.vi ! File 41=file.llb/Strip Path Extension__ogtk.vi ! File 42=file.llb/Strip Path__ogtk.vi ! File 43=file.llb/Temporary Directory__ogtk.vi ! File 44=file.llb/User Library__ogtk.vi ! File 45=file.llb/Valid Path__ogtk.vi ! File 46=file.llb/VI Library__ogtk.vi ! File 47=file.llb/VI Tree - file__ogtk.vi *************** *** 114,118 **** Target Dir="<user.lib>/_dynamicpalette_dirs/file" ! Replace Mode=Never Num Files=1 --- 116,120 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/file" ! Replace Mode=Always Num Files=1 Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/file/change-log.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** change-log.txt 7 Nov 2004 01:19:23 -0000 1.6 --- change-log.txt 14 Nov 2004 17:03:38 -0000 1.7 *************** *** 1,3 **** ! -= oglib_file-2.3-1.ogp =- Changes from 2.2-1 --> 2.3-1 --- 1,10 ---- ! -= oglib_file-2.4-1.ogp =- ! ! Changes from 2.3-1 --> 2.4-1 ! -------------------------------- ! 2004-11-14 ! [FIX] Package now overwrites existing files in target location ! 2004-11-12 ! [NEW] "File Exists.vi" was added to the library Changes from 2.2-1 --> 2.3-1 Index: build file.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/build file.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsBKWXbI and /tmp/cvsoWOcmM differ |
From: Jim K. <jk...@us...> - 2004-11-14 17:01:47
|
Update of /cvsroot/opengtoolkit/file/Dynamic Palette MNUs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4617/Dynamic Palette MNUs Added Files: oglib_file.mnu Log Message: --- NEW FILE: oglib_file.mnu --- (This appears to be a binary file; contents omitted.) |
From: Jim K. <jk...@us...> - 2004-11-14 05:49:14
|
Update of /cvsroot/opengtoolkit/boolean In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2695 Modified Files: boolean.spec Added Files: Changelog.txt Log Message: --- NEW FILE: Changelog.txt --- -= oglib_boolean-2.1-1.ogp =- Changes from 2.0-1 --> 2.1-1 -------------------------------- 2004-11-11 [FIX] Package now overwrites existing files in target location Index: boolean.spec =================================================================== RCS file: /cvsroot/opengtoolkit/boolean/boolean.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** boolean.spec 6 Nov 2003 07:37:48 -0000 1.6 --- boolean.spec 14 Nov 2004 05:48:59 -0000 1.7 *************** *** 3,7 **** Name=oglib_boolean ! Version=2.0 Release=1 --- 3,7 ---- Name=oglib_boolean ! Version=2.1 Release=1 *************** *** 56,60 **** Target Dir=<user.lib>/_OpenG.lib/boolean ! Replace Mode=Never Num Files=2 --- 56,60 ---- Target Dir=<user.lib>/_OpenG.lib/boolean ! Replace Mode=Always Num Files=2 *************** *** 70,74 **** Target Dir="<user.lib>/_dynamicpalette_dirs/boolfunc" ! Replace Mode=Never Num Files=1 --- 70,74 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/boolfunc" ! Replace Mode=Always Num Files=1 |
From: Jim K. <jk...@us...> - 2004-11-14 05:16:59
|
Update of /cvsroot/opengtoolkit/appcontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30060 Modified Files: appcontrol.spec build appcontrol.vi change-log.txt Log Message: rel-2-7 Index: build appcontrol.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/build appcontrol.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvslwmGwW and /tmp/cvs9ImC88 differ Index: appcontrol.spec =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/appcontrol.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** appcontrol.spec 6 Nov 2004 20:26:08 -0000 1.8 --- appcontrol.spec 14 Nov 2004 05:16:43 -0000 1.9 *************** *** 3,7 **** Name=oglib_appcontrol ! Version=2.6 Release=1 --- 3,7 ---- Name=oglib_appcontrol ! Version=2.7 Release=1 *************** *** 56,60 **** Target Dir=<user.lib>/_OpenG.lib/appcontrol ! Replace Mode=Never Num Files=38 --- 56,60 ---- Target Dir=<user.lib>/_OpenG.lib/appcontrol ! Replace Mode=Always Num Files=38 *************** *** 106,110 **** Target Dir="<user.lib>/_dynamicpalette_dirs/appctl/" ! Replace Mode=Never Num Files=1 --- 106,110 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/appctl/" ! Replace Mode=Always Num Files=1 Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/change-log.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** change-log.txt 6 Nov 2004 20:26:08 -0000 1.7 --- change-log.txt 14 Nov 2004 05:16:50 -0000 1.8 *************** *** 1,3 **** ! -= oglib_appcontrol-2.6-1.ogp =- Changes from 2.5-1 --> 2.6-1 --- 1,12 ---- ! -= oglib_appcontrol-2.7-1.ogp =- ! ! ! Changes from 2.6-1 --> 2.7-1 ! -------------------------------- ! 2004-11-11 ! [FIX] Package now overwrites existing files in target location ! 2004-11-12 ! [FIX] "List VI Hierarch", "Is One Frontmost", "Save VI ConPane Image" ! now open references to templates in edit mode Changes from 2.5-1 --> 2.6-1 |
From: Jim K. <jk...@us...> - 2004-11-14 03:45:51
|
Update of /cvsroot/opengtoolkit/array In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14175 Modified Files: Changelog.txt array.spec Log Message: rel-2-3 Index: Changelog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/array/Changelog.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Changelog.txt 7 Nov 2004 01:56:12 -0000 1.3 --- Changelog.txt 14 Nov 2004 03:45:39 -0000 1.4 *************** *** 1,5 **** ! -= oglib_array-2.2-1.ogp =- Changes from 2.1-1 --> 2.2-1 -------------------------------- --- 1,10 ---- ! -= oglib_array-2.3-1.ogp =- + Changes from 2.2-1 --> 2.3-1 + -------------------------------- + 2004-11-11 + [FIX] Package now overwrites existing files in target location + Changes from 2.1-1 --> 2.2-1 -------------------------------- Index: array.spec =================================================================== RCS file: /cvsroot/opengtoolkit/array/array.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** array.spec 7 Nov 2004 01:56:12 -0000 1.3 --- array.spec 14 Nov 2004 03:45:40 -0000 1.4 *************** *** 3,7 **** Name=oglib_array ! Version=2.2 Release=1 --- 3,7 ---- Name=oglib_array ! Version=2.3 Release=1 *************** *** 56,60 **** Target Dir=<user.lib>/_OpenG.lib/array ! Replace Mode=Never Num Files=88 --- 56,60 ---- Target Dir=<user.lib>/_OpenG.lib/array ! Replace Mode=Always Num Files=88 *************** *** 156,160 **** Target Dir="<user.lib>/_dynamicpalette_dirs/arrclust" ! Replace Mode=Never Num Files=1 --- 156,160 ---- Target Dir="<user.lib>/_dynamicpalette_dirs/arrclust" ! Replace Mode=Always Num Files=1 |
From: Jim K. <jk...@us...> - 2004-11-12 16:43:03
|
Update of /cvsroot/opengtoolkit/file/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8328/source Modified Files: VI Tree - file.vi Added Files: File Exists.vi Log Message: added 'File Exists.vi' --- NEW FILE: File Exists.vi --- (This appears to be a binary file; contents omitted.) Index: VI Tree - file.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/VI Tree - file.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsh0EzUi and /tmp/cvsToU9wN differ |
From: Jim K. <jk...@us...> - 2004-11-12 16:32:58
|
Update of /cvsroot/opengtoolkit/appcontrol/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6020/source Modified Files: Current VIs Namespace.vi Is One Frontmost.vi List Open Front Panels.vi Save VI ConPane Image.vi UnMangle VI Name (Path).vi UnMangle VI Name.vi VI Tree - appcontrol.vi Log Message: recompiled Index: UnMangle VI Name (Path).vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/UnMangle VI Name (Path).vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYUqdxW and /tmp/cvstyLnq0 differ Index: List Open Front Panels.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/List Open Front Panels.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsovXcp2 and /tmp/cvsgEvin6 differ Index: UnMangle VI Name.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/UnMangle VI Name.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsBlPst9 and /tmp/cvsx3b0vd differ Index: VI Tree - appcontrol.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/VI Tree - appcontrol.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsaz22Lk and /tmp/cvsYLUqXo differ Index: Save VI ConPane Image.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/Save VI ConPane Image.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsWumkGm and /tmp/cvs1oy4Wq differ Index: Current VIs Namespace.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/Current VIs Namespace.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsMToFtw and /tmp/cvsHLUWPA differ Index: Is One Frontmost.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/Is One Frontmost.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsdO6ErA and /tmp/cvsu2XYTE differ |