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-09-20 22:36:38
|
Update of /cvsroot/opengtoolkit/appcontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25985 Modified Files: appcontrol.spec change-log.txt Log Message: rel-2-5-1 Index: appcontrol.spec =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/appcontrol.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** appcontrol.spec 20 Mar 2004 20:26:31 -0000 1.6 --- appcontrol.spec 20 Sep 2004 22:36:28 -0000 1.7 *************** *** 3,7 **** Name=oglib_appcontrol ! Version=2.4 Release=1 --- 3,7 ---- Name=oglib_appcontrol ! Version=2.5 Release=1 Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/change-log.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** change-log.txt 20 Mar 2004 20:26:31 -0000 1.5 --- change-log.txt 20 Sep 2004 22:36:29 -0000 1.6 *************** *** 1,4 **** ! -= oglib_appcontrol-2.4-1.ogp =- Changes from 2.3-2 --> 2.4-1 --- 1,8 ---- ! -= oglib_appcontrol-2.5-1.ogp =- + Changes from 2.4-1 --> 2.5-1 + -------------------------------- + 2004-09-20 + [FIX] Current VIs Namespace.vi was not working. Changes from 2.3-2 --> 2.4-1 |
From: Jim K. <jk...@us...> - 2004-09-20 22:32:02
|
Update of /cvsroot/opengtoolkit/appcontrol/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24556/source Modified Files: Current VIs Namespace.vi Log Message: fixed bug, was previously returning unmangled VI name instead of namespace. Index: Current VIs Namespace.vi =================================================================== RCS file: /cvsroot/opengtoolkit/appcontrol/source/Current VIs Namespace.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsHf0kuB and /tmp/cvsF71nF1 differ |
From: Jim K. <jk...@us...> - 2004-09-20 03:22:46
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14880 Added Files: .cvsignore Log Message: --- NEW FILE: .cvsignore --- packaged |
From: Jim K. <jk...@us...> - 2004-09-20 03:22:08
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14739 Added Files: lvzip.deab Log Message: --- NEW FILE: lvzip.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/lvzip" # 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" # 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="lvzip.llb/ZLIB VI Tree.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="lvzip.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>" |
Update of /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13530/built/lvzip/lvzip.llb Modified Files: ZLIB Block Size__ogtk.vi ZLIB Close Read File__ogtk.vi ZLIB Close Unzip Archive__ogtk.vi ZLIB Close Write File__ogtk.vi ZLIB Close Zip Archive__ogtk.vi ZLIB Compress Directory__ogtk.vi ZLIB Compress File Info__ogtk.ctl ZLIB Compress Files__ogtk.vi ZLIB Convert File Info__ogtk.vi ZLIB Deflate__ogtk.vi ZLIB Enumerate File Contents__ogtk.vi ZLIB Extract All Files To Dir__ogtk.vi ZLIB Extract File__ogtk.vi ZLIB File Info__ogtk.ctl ZLIB Get Current File Info__ogtk.vi ZLIB Get Global Info__ogtk.vi ZLIB Go To First File__ogtk.vi ZLIB Go To Next File__ogtk.vi ZLIB Inflate__ogtk.vi ZLIB Locate File__ogtk.vi ZLIB Open Read File__ogtk.vi ZLIB Open Unzip Archive__ogtk.vi ZLIB Open Write File__ogtk.vi ZLIB Open Zip Archive__ogtk.vi ZLIB Read Compressed File__ogtk.vi ZLIB Store File__ogtk.vi ZLIB Uncompress File Info__ogtk.ctl ZLIB Unzip Handle__ogtk.ctl ZLIB VI Tree__ogtk.vi ZLIB Write File__ogtk.vi ZLIB Zip Handle__ogtk.ctl Log Message: added "ZLIB Path to LVZLIB Path String.vi" to Convert a Mac path to a Darwin (Unix) path on OS X (Carbon). Index: ZLIB Extract All Files To Dir__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Extract All Files To Dir__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDUHFfq and /tmp/cvsVln5vk differ Index: ZLIB Close Unzip Archive__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Close Unzip Archive__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsPSUhqw and /tmp/cvsXGNWIq differ Index: ZLIB Go To Next File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Go To Next File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskDZXQw and /tmp/cvsdtWrbr differ Index: ZLIB Deflate__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Deflate__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6OwMGC and /tmp/cvsTckB3w differ Index: ZLIB Open Read File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Open Read File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjvBxOF and /tmp/cvsGPBndA differ Index: ZLIB Open Unzip Archive__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Open Unzip Archive__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNyNx0J and /tmp/cvsbJl6rE differ Index: ZLIB Unzip Handle__ogtk.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Unzip Handle__ogtk.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvnh2WK and /tmp/cvsRocAqF differ Index: ZLIB Zip Handle__ogtk.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Zip Handle__ogtk.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8IZBJN and /tmp/cvsCR3XeI differ Index: ZLIB Compress File Info__ogtk.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Compress File Info__ogtk.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXjBEAQ and /tmp/cvs4WgT7K differ Index: ZLIB Close Read File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Close Read File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZhhKLV and /tmp/cvszyv6kQ differ Index: ZLIB VI Tree__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB VI Tree__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXzn9XY and /tmp/cvsCk7VzT differ Index: ZLIB Compress Files__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Compress Files__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZLoCv3 and /tmp/cvswVA49X differ Index: ZLIB Get Global Info__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Get Global Info__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGnV4p4 and /tmp/cvsP6gF6Y differ Index: ZLIB Extract File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Extract File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7Doafa and /tmp/cvsaxO1X4 differ Index: ZLIB Uncompress File Info__ogtk.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Uncompress File Info__ogtk.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsFRofcb and /tmp/cvsJr50W5 differ Index: ZLIB Read Compressed File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Read Compressed File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs0W9tpl and /tmp/cvsKdxXlg differ Index: ZLIB Convert File Info__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Convert File Info__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmiDZzm and /tmp/cvsBSEDyh differ Index: ZLIB Compress Directory__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Compress Directory__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvyVMxs and /tmp/cvsh98Syn differ Index: ZLIB Block Size__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Block Size__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQ8NYHt and /tmp/cvsfzJZKo differ Index: ZLIB Go To First File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Go To First File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscfl0Py and /tmp/cvsfTlZUt differ Index: ZLIB Get Current File Info__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Get Current File Info__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQxKLGB and /tmp/cvsct7UNw differ Index: ZLIB Inflate__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Inflate__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspJoLGF and /tmp/cvsLVIkQA differ Index: ZLIB Enumerate File Contents__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Enumerate File Contents__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs81puTI and /tmp/cvsGHUa5D differ Index: ZLIB File Info__ogtk.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB File Info__ogtk.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsdO3PEJ and /tmp/cvsdljiSE differ Index: ZLIB Locate File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Locate File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsB6lnhM and /tmp/cvsBOmEwH differ Index: ZLIB Write File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Write File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVhTrvR and /tmp/cvs0CPLMM differ Index: ZLIB Store File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Store File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXiQDNU and /tmp/cvsxGy96P differ Index: ZLIB Open Zip Archive__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Open Zip Archive__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsn333JV and /tmp/cvstCBy5Q differ Index: ZLIB Close Zip Archive__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Close Zip Archive__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6Br8B1 and /tmp/cvsLhtSZW differ Index: ZLIB Open Write File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Open Write File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsOnEpJ2 and /tmp/cvsP20y9X differ Index: ZLIB Close Write File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/lvzip.llb/ZLIB Close Write File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqmOSd8 and /tmp/cvseDJXF3 differ |
Update of /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13530/built/lvzip/macbin.llb Modified Files: MACBIN CCITT_CRC16__ogtk.vi MACBIN Copy Fork From File__ogtk.vi MACBIN Copy Fork To File__ogtk.vi MACBIN Create Header__ogtk.vi MACBIN Decode MacBinary__ogtk.vi MACBIN Encode MacBinary__ogtk.vi MACBIN Open Resource Fork__ogtk.vi MACBIN Read Header__ogtk.vi MACBIN Resource File Info__ogtk.vi MACBIN Size Padding__ogtk.vi MACBIN VI Tree__ogtk.vi MACBIN Verify Header__ogtk.vi Log Message: added "ZLIB Path to LVZLIB Path String.vi" to Convert a Mac path to a Darwin (Unix) path on OS X (Carbon). Index: MACBIN Create Header__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Create Header__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTIwVeO and /tmp/cvspAo2En differ Index: MACBIN Resource File Info__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Resource File Info__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsaaP3dQ and /tmp/cvsQT2JKp differ Index: MACBIN Copy Fork From File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Copy Fork From File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6FShmZ and /tmp/cvsIiHU3y differ Index: MACBIN Decode MacBinary__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Decode MacBinary__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswp8wwe and /tmp/cvsgkfGjO differ Index: MACBIN Read Header__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Read Header__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsg9f51o and /tmp/cvsvbGlWY differ Index: MACBIN Encode MacBinary__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Encode MacBinary__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYPmETD and /tmp/cvs5rUSWd differ Index: MACBIN CCITT_CRC16__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN CCITT_CRC16__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsy836JP and /tmp/cvs52IUTp differ Index: MACBIN Open Resource Fork__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Open Resource Fork__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslogzE7 and /tmp/cvsboqw8H differ Index: MACBIN Size Padding__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Size Padding__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsThXiXq and /tmp/cvsSIwEB1 differ Index: MACBIN Verify Header__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Verify Header__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswntNaw and /tmp/cvshxWHY6 differ Index: MACBIN VI Tree__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN VI Tree__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsv4e01R and /tmp/cvsBTsj0s differ Index: MACBIN Copy Fork To File__ogtk.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/built/lvzip/macbin.llb/MACBIN Copy Fork To File__ogtk.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsogASiW and /tmp/cvsmsE4nx differ |
From: Jim K. <jk...@us...> - 2004-09-20 03:17:24
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13530 Modified Files: lvzip.spec Added Files: build lvzip.vi Log Message: added "ZLIB Path to LVZLIB Path String.vi" to Convert a Mac path to a Darwin (Unix) path on OS X (Carbon). --- NEW FILE: build lvzip.vi --- (This appears to be a binary file; contents omitted.) Index: lvzip.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvzip.spec 10 Nov 2003 00:19:41 -0000 1.1 --- lvzip.spec 20 Sep 2004 03:17:13 -0000 1.2 *************** *** 3,9 **** Name=oglib_lvzip ! Version=2.0 ! Release=2 --- 3,9 ---- Name=oglib_lvzip ! Version=2.1 ! Release=1 *************** *** 59,63 **** Replace Mode=Never ! Num Files=51 File 0=dir.mnu --- 59,63 ---- Replace Mode=Never ! Num Files=52 File 0=dir.mnu *************** *** 112,115 **** --- 112,116 ---- File 49=lvzip.llb/ZLIB Write File__ogtk.vi File 50=lvzip.llb/ZLIB Zip Handle__ogtk.ctl + File 51=lvzip.llb/ZLIB Path to LVZLIB Path String__ogtk.vi |
From: Jim K. <jk...@us...> - 2004-09-20 02:42:58
|
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7398/source/lvzip.llb Modified Files: ZLIB Open Unzip Archive.vi ZLIB Open Zip Archive.vi Added Files: ZLIB Path to LVZLIB Path String.vi Log Message: added "ZLIB Path to LVZLIB Path String.vi" to Convert a Mac path to a Darwin (Unix) path on OS X (Carbon). Index: ZLIB Open Zip Archive.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Zip Archive.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs4uWS71 and /tmp/cvsFa5lKf differ Index: ZLIB Open Unzip Archive.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Unzip Archive.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsTKWodf and /tmp/cvssZ3cWs differ --- NEW FILE: ZLIB Path to LVZLIB Path String.vi --- (This appears to be a binary file; contents omitted.) |
From: Barrie <bra...@us...> - 2004-09-20 02:31:02
|
Update of /cvsroot/opengtoolkit/challenge_01/Challenge Tester II In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5646/Challenge Tester II Modified Files: Challenge Tester GUI & Shell.vi Log Message: Index: Challenge Tester GUI & Shell.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Challenge Tester GUI & Shell.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsWeTGTh and /tmp/cvsNmK61I differ |
From: Jim K. <jk...@us...> - 2004-09-19 13:25:33
|
Update of /cvsroot/opengtoolkit/challenge_01 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6438 Added Files: MAC Results.vi Log Message: initial commit --- NEW FILE: MAC Results.vi --- (This appears to be a binary file; contents omitted.) |
From: Rolf K. <lab...@us...> - 2004-09-18 21:36:00
|
Update of /cvsroot/opengtoolkit/pipe/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22934/c_source Modified Files: pipes.c Log Message: Some minor modifications to the unix code. Not working nor tested yet. Index: pipes.c =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/c_source/pipes.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pipes.c 9 Apr 2004 22:55:51 -0000 1.7 --- pipes.c 18 Sep 2004 21:35:50 -0000 1.8 *************** *** 104,108 **** /* There is no server to connect to, so create our own server */ ! handle = CreateNamedPipe(name, dwMode, PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_NOWAIT, PIPE_UNLIMITED_INSTANCES, 1024, 1024, NMPWAIT_USE_DEFAULT_WAIT, NULL); } --- 104,108 ---- /* There is no server to connect to, so create our own server */ ! handle = CreateNamedPipe(name, dwMode, PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT, PIPE_UNLIMITED_INSTANCES, 1024, 1024, NMPWAIT_USE_DEFAULT_WAIT, NULL); } *************** *** 116,121 **** #elif defined(Unix) ! char pmode; ! pipe_t handle; if (mode > kWriteMode) --- 116,120 ---- #elif defined(Unix) ! mode_t mode; if (mode > kWriteMode) *************** *** 125,147 **** { case kReadMode: ! pMode = 'r'; break; case kWriteMode: ! pMode = 'w'; break; } /* Attempt to create the named pipe */ ! handle = popen(name, pMode); ! if (handle <= 0) { err = UnixToLVErr(errno); - *fd = 0; } ! else { ! *fd = handle; } #else err = mgNotImplementd: --- 124,154 ---- { case kReadMode: ! mode = S_IRUSR; break; case kWriteMode: ! mode = S_IWUSR; break; } /* Attempt to create the named pipe */ ! if (mkfifo(name, S_IWUSR | S_IRUSR | S_IRGRP | S_IWGRP | S_IROTH) < 0) { err = UnixToLVErr(errno); } ! ! if (!err || err == fDupPath) { ! err = noErr; ! *fd = open(name, O_NONBLOCK); ! if (*fd < 0) ! { ! err = UnixToLVErr(errno); ! } } + if (err) + { + *fd = 0; + } #else err = mgNotImplementd: *************** *** 163,166 **** --- 170,177 ---- return mgArgErr; + *fdIn = *fdOut = *fdErr = 0; + + DebugBreaking(); + saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); saAttr.lpSecurityDescriptor = NULL; *************** *** 223,236 **** /* Set a read handle to the pipe to be STDERR. */ ! if (!SetStdHandle(STD_ERROR_HANDLE, hChildStderrRd)) goto error; /* Duplicate the write handle to the pipe so it is not inherited. */ ! if (!DuplicateHandle(GetCurrentProcess(), hChildStderrWr, GetCurrentProcess(), (HANDLE*)fdErr, 0, FALSE, DUPLICATE_SAME_ACCESS)) goto error; ! CloseHandle(hChildStderrWr); hChildStderrRd = 0; } --- 234,247 ---- /* Set a read handle to the pipe to be STDERR. */ ! if (!SetStdHandle(STD_ERROR_HANDLE, hChildStderrWr)) goto error; /* Duplicate the write handle to the pipe so it is not inherited. */ ! if (!DuplicateHandle(GetCurrentProcess(), hChildStderrRd, GetCurrentProcess(), (HANDLE*)fdErr, 0, FALSE, DUPLICATE_SAME_ACCESS)) goto error; ! CloseHandle(hChildStderrRd); hChildStderrRd = 0; } *************** *** 241,257 **** goto error; ! /* After process creation, restore the saved STDIN and STDOUT. */ if (mode == kReadMode || mode == kReadWriteMode) if (!SetStdHandle(STD_INPUT_HANDLE, hSaveStdin)) goto error; if (mode == kWriteMode || mode == kReadWriteMode) if (!SetStdHandle(STD_OUTPUT_HANDLE, hSaveStdout)) goto error; if (mode == kWriteMode || mode == kReadWriteMode) if (!SetStdHandle(STD_OUTPUT_HANDLE, hSaveStdout)) goto error; ! return noErr; error: --- 252,280 ---- goto error; ! /* After process creation, restore the saved STDIN. STDOUT, ! and STDERR. Also close the intermediate handle. */ if (mode == kReadMode || mode == kReadWriteMode) + { + CloseHandle(hChildStdinRd); + hChildStdinRd = 0; if (!SetStdHandle(STD_INPUT_HANDLE, hSaveStdin)) goto error; + } if (mode == kWriteMode || mode == kReadWriteMode) + { + CloseHandle(hChildStdoutWr); + hChildStdoutWr = 0; if (!SetStdHandle(STD_OUTPUT_HANDLE, hSaveStdout)) goto error; + } if (mode == kWriteMode || mode == kReadWriteMode) + { + CloseHandle(hChildStderrWr); + hChildStderrWr = 0; if (!SetStdHandle(STD_OUTPUT_HANDLE, hSaveStdout)) goto error; ! } return noErr; error: *************** *** 262,265 **** --- 285,290 ---- if (hChildStdoutWr) CloseHandle(hChildStdoutWr); + if (*fdOut) + CloseHandle(*(HANDLE*)fdOut); if (hSaveStdin) CloseHandle(hSaveStdin); *************** *** 268,271 **** --- 293,298 ---- if (hChildStdinWr) CloseHandle(hChildStdinWr); + if (*fdIn) + CloseHandle(*(HANDLE*)fdIn); if (hSaveStderr) CloseHandle(hSaveStderr); *************** *** 274,280 **** --- 301,335 ---- if (hChildStderrWr) CloseHandle(hChildStderrWr); + if (*fdErr) + CloseHandle(*(HANDLE*)fdErr); return dvOpenErr; #elif defined(Unix) + char *pmode; + pipe_t handle; + + if (mode > kWriteMode) + return mgArgErr; + switch (mode) + { + case kReadMode: + pMode = "r"; + break; + case kWriteMode: + pMode = "w"; + break; + } + + /* Attempt to create the named pipe */ + handle = popen(name, pMode); + if (handle <= 0) + { + err = UnixToLVErr(errno); + *fd = 0; + } + else + { + *fd = handle; + } #else err = mgNotImplementd: |
From: Jim K. <jk...@us...> - 2004-09-17 16:14:24
|
Update of /cvsroot/opengtoolkit/http In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29560 Modified Files: dir.mnu Log Message: Index: dir.mnu =================================================================== RCS file: /cvsroot/opengtoolkit/http/dir.mnu,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3RxtaG and /tmp/cvs47VQIq differ |
From: Jim K. <jk...@us...> - 2004-09-17 16:14:23
|
Update of /cvsroot/opengtoolkit/http/http.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29482/http.llb Modified Files: Parse HTTP URL.vi http Get Document.vi http Get Status.vi Log Message: Index: http Get Document.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Document.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvs92NTuX and /tmp/cvsTyz57F differ Index: http Get Status.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Status.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsT0FWCd and /tmp/cvs8fdsmW differ Index: Parse HTTP URL.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse HTTP URL.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsjzu0qh and /tmp/cvsjFH1d0 differ |
From: Jim K. <jk...@us...> - 2004-09-17 16:05:54
|
Update of /cvsroot/opengtoolkit/http/http.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27138/http.llb Modified Files: Parse HTTP URL.vi http Get Document.vi Log Message: added "Copyright (C) 2004 Heiko Fettig" Index: http Get Document.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Document.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs59F2Dq and /tmp/cvselivPU differ Index: Parse HTTP URL.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse HTTP URL.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsxx6jzD and /tmp/cvs4JLxS7 differ |
From: Jim K. <jk...@us...> - 2004-09-17 15:59:39
|
Update of /cvsroot/opengtoolkit/http/http.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25792/http.llb Modified Files: HTTP EXAMPLE.vi Parse HTTP URL.vi Parse Header.vi Parse Recieved Data.vi VI Tree - http.vi http Abort Transfer.vi http Filter Connect Closed Error.vi http Get Document.vi http Get Status.vi http data store task enum.ctl http data store.vi Log Message: converted to 6.0 Index: http Abort Transfer.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Abort Transfer.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsVr1XN3 and /tmp/cvsWwmWHU differ Index: HTTP EXAMPLE.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/HTTP EXAMPLE.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsqUMZR9 and /tmp/cvsWi11P0 differ Index: Parse Recieved Data.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse Recieved Data.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsbj1t8f and /tmp/cvsz3HFb7 differ Index: http Get Document.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Document.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs7qFoUn and /tmp/cvsRyfR0e differ Index: VI Tree - http.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/VI Tree - http.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsfhLI2s and /tmp/cvsX8DGbk differ Index: Parse HTTP URL.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse HTTP URL.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs9bcv1v and /tmp/cvs5CVMen differ Index: http data store.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http data store.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsZQatVE and /tmp/cvskwRAcw differ Index: http Filter Connect Closed Error.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Filter Connect Closed Error.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsOEKEFJ and /tmp/cvsL4ErZA differ Index: http Get Status.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Status.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsOppnfO and /tmp/cvsUg5uCF differ Index: Parse Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse Header.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsLOdZZR and /tmp/cvs5PRMqJ differ Index: http data store task enum.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http data store task enum.ctl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsvuBDnX and /tmp/cvsaWXgQO differ |
From: Heiko F. <hf...@us...> - 2004-09-17 13:59:49
|
Update of /cvsroot/opengtoolkit/http/http.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv345/http.llb Modified Files: HTTP EXAMPLE.vi Parse HTTP URL.vi Parse Header.vi Parse Recieved Data.vi http Abort Transfer.vi http Filter Connect Closed Error.vi http Get Document.vi http Get Status.vi http data store task enum.ctl http data store.vi Log Message: Added HTTP Proxy Capabilty. If proxy server field is empty, regular access is used. Enter proxy server as server:port. Added timeout control since connection through proxy might take longer. Index: http data store.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http data store.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs1iqu1V and /tmp/cvsqNhVQu differ Index: Parse HTTP URL.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse HTTP URL.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs6bB122 and /tmp/cvsQogzWB differ Index: Parse Recieved Data.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse Recieved Data.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsYAvsl4 and /tmp/cvs2AYOiD differ Index: HTTP EXAMPLE.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/HTTP EXAMPLE.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsY4dhxo and /tmp/cvsFI4XEX differ Index: http Get Document.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Document.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsafMHmq and /tmp/cvs0YhSxZ differ Index: http Get Status.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Get Status.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs8UcIdz and /tmp/cvsa7DQt8 differ Index: Parse Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/Parse Header.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8UrMgL and /tmp/cvsDR1GEk differ Index: http Filter Connect Closed Error.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Filter Connect Closed Error.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsWOXMfK and /tmp/cvsksBgJj differ Index: http data store task enum.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http data store task enum.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVjxt61 and /tmp/cvsGVy1JB differ Index: http Abort Transfer.vi =================================================================== RCS file: /cvsroot/opengtoolkit/http/http.llb/http Abort Transfer.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsoTRxLb and /tmp/cvszvNnvL differ |
From: Jim K. <jk...@us...> - 2004-09-17 07:15:35
|
Update of /cvsroot/opengtoolkit/challenge_01/Experimental Testers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18303 Added Files: Test_Jitter.vi Log Message: no message --- NEW FILE: Test_Jitter.vi --- (This appears to be a binary file; contents omitted.) |
From: Jim K. <jk...@us...> - 2004-09-17 06:38:22
|
Update of /cvsroot/opengtoolkit/challenge_01/Experimental Testers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11901 Modified Files: Test Jitter.vi Log Message: no message Index: Test Jitter.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Experimental Testers/Test Jitter.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs99S35K and /tmp/cvs8rn7v2 differ |
From: Jim K. <jk...@us...> - 2004-09-17 06:37:09
|
Update of /cvsroot/opengtoolkit/challenge_01/Experimental Testers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11698 Modified Files: Test Jitter.vi Log Message: no message Index: Test Jitter.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Experimental Testers/Test Jitter.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs4k5KeV and /tmp/cvsW2m7mi differ |
From: Jim K. <jk...@us...> - 2004-09-17 06:29:28
|
Update of /cvsroot/opengtoolkit/challenge_01/Experimental Testers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10531/Experimental Testers Modified Files: Test Jitter.vi Log Message: Index: Test Jitter.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Experimental Testers/Test Jitter.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsf5X0bY and /tmp/cvsEmB7WF differ |
From: Jim K. <jk...@us...> - 2004-09-17 06:00:19
|
Update of /cvsroot/opengtoolkit/challenge_01/Experimental Testers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6368/Experimental Testers Added Files: Test Jitter.vi Log Message: --- NEW FILE: Test Jitter.vi --- (This appears to be a binary file; contents omitted.) |
From: Barrie <bra...@us...> - 2004-09-16 00:55:29
|
Update of /cvsroot/opengtoolkit/challenge_01/Challenge Tester II In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29442/Challenge Tester II Added Files: Time VI.vi Log Message: --- NEW FILE: Time VI.vi --- (This appears to be a binary file; contents omitted.) |
From: Barrie <bra...@us...> - 2004-09-16 00:40:46
|
Update of /cvsroot/opengtoolkit/challenge_01/Challenge Tester II In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26550/Challenge Tester II Modified Files: Challenge Tester GUI & Shell.vi Stats & Sort.vi Test Harness II.vi Log Message: Index: Test Harness II.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Test Harness II.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsUPKmM4 and /tmp/cvscf5wUD differ Index: Challenge Tester GUI & Shell.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Challenge Tester GUI & Shell.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsgM0XYq and /tmp/cvsjxmsl0 differ Index: Stats & Sort.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Stats & Sort.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsLgqqRw and /tmp/cvsbAd6g6 differ |
From: Jim K. <jk...@us...> - 2004-09-15 05:46:10
|
Update of /cvsroot/opengtoolkit/challenge_01/Challenge Tester II In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19274/Challenge Tester II Modified Files: Challenge Tester GUI & Shell.vi Stats & Sort.vi Test Harness II.vi Log Message: GUI and normalization changes Index: Test Harness II.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Test Harness II.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvslbHawH and /tmp/cvsW7J8Ee differ Index: Challenge Tester GUI & Shell.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Challenge Tester GUI & Shell.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvswPw24L and /tmp/cvsUojUij differ Index: Stats & Sort.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Stats & Sort.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsAbPZNL and /tmp/cvsjXPt6i differ |
From: Barrie <bra...@us...> - 2004-09-15 05:20:15
|
Update of /cvsroot/opengtoolkit/challenge_01/Challenge Tester II In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16134/Challenge Tester II Modified Files: Challenge Tester GUI & Shell.vi Test Harness II.vi Log Message: Index: Test Harness II.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Test Harness II.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6Ecvin and /tmp/cvsP6pA5N differ Index: Challenge Tester GUI & Shell.vi =================================================================== RCS file: /cvsroot/opengtoolkit/challenge_01/Challenge Tester II/Challenge Tester GUI & Shell.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsvLfaMq and /tmp/cvsvwdUCR differ |