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: Rolf K. <lab...@us...> - 2005-04-12 23:17:56
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32539 Modified Files: Readme22.vi Log Message: Typo Index: Readme22.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/Readme22.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsiXrPJ4 and /tmp/cvsuBrFI2 differ |
From: Rolf K. <lab...@us...> - 2005-04-12 23:17:55
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32539/source Modified Files: readme2_2.txt Log Message: Typo Index: readme2_2.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/readme2_2.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme2_2.txt 12 Apr 2005 22:34:04 -0000 1.2 --- readme2_2.txt 12 Apr 2005 23:17:25 -0000 1.3 *************** *** 75,79 **** 2) To support specifying a password when compressing into an archive, the connector pane of a few VIs had to be changed. You will need to ! relink existing applications if you have used following three functions: ZLIB Extract All Files To Dir.vi --- 75,79 ---- 2) To support specifying a password when compressing into an archive, the connector pane of a few VIs had to be changed. You will need to ! relink existing applications if you have used following four functions: ZLIB Extract All Files To Dir.vi |
From: Rolf K. <lab...@us...> - 2005-04-12 23:15:58
|
Update of /cvsroot/opengtoolkit/lvzip/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31567/tests Modified Files: lvzip-test-lg bin files.vi lvzip-test-sm text files.vi Log Message: Updated test files for new connector pane of library VIs Index: lvzip-test-lg bin files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/tests/lvzip-test-lg bin files.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsAd3UZY and /tmp/cvsP9IqbL differ Index: lvzip-test-sm text files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/tests/lvzip-test-sm text files.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsIQzbGZ and /tmp/cvsOyHSZL differ |
From: Rolf K. <lab...@us...> - 2005-04-12 23:09:55
|
Update of /cvsroot/opengtoolkit/lvzip/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26925/c_source Modified Files: macbin.c Log Message: Fixed a compilation error for non-Windows platforms Index: macbin.c =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/macbin.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** macbin.c 4 Apr 2005 21:18:37 -0000 1.9 --- macbin.c 12 Apr 2005 23:09:29 -0000 1.10 *************** *** 3,7 **** #include "zlib.h" #include "ioapi.h" - #include "iowin32.h" #include "macbin.h" --- 3,6 ---- *************** *** 29,33 **** static void UnixConvertToLVTime(time_t sTime, uInt32* time); #elif Win32 ! #include <windows.h> static void Win32ConvertFromLVTime(uInt32 time, FILETIME* sTime); static void Win32ConvertToLVTime(FILETIME sTime, uInt32* time); --- 28,32 ---- static void UnixConvertToLVTime(time_t sTime, uInt32* time); #elif Win32 ! #include "iowin32.h" static void Win32ConvertFromLVTime(uInt32 time, FILETIME* sTime); static void Win32ConvertToLVTime(FILETIME sTime, uInt32* time); |
From: Rolf K. <lab...@us...> - 2005-04-12 22:34:35
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8050 Modified Files: Readme22.vi Log Message: Changed some VI documentation and adapted Also ZLIB Extract All Files To Dir.vi to the 12 pattern connector pane. Index: Readme22.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/Readme22.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXvfxN3 and /tmp/cvsGsqeAm differ |
From: Rolf K. <lab...@us...> - 2005-04-12 22:34:32
|
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8050/source/lvzip.llb Modified Files: ZLIB CRC32.vi ZLIB Close Read File.vi ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Delete Files From Archive.vi ZLIB Extract All Files To Dir.vi ZLIB Get File CRC32.vi ZLIB VI Tree.vi Log Message: Changed some VI documentation and adapted Also ZLIB Extract All Files To Dir.vi to the 12 pattern connector pane. Index: ZLIB Delete Files From Archive.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Delete Files From Archive.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsIiHMwy and /tmp/cvslzrbFz differ Index: ZLIB CRC32.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB CRC32.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsNpKoXB and /tmp/cvsU1tQ8C differ Index: ZLIB Compress Files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Files.vi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvszOClWV and /tmp/cvsf6IUjX differ Index: ZLIB Extract All Files To Dir.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Extract All Files To Dir.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsfqk0fj and /tmp/cvs3Y4OSk differ Index: ZLIB Compress Directory.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Directory.vi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvsLy55ti and /tmp/cvshbLmck differ Index: ZLIB VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB VI Tree.vi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 Binary files /tmp/cvsNyjNxS and /tmp/cvsAnJYKU differ Index: ZLIB Get File CRC32.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get File CRC32.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsdgWCEi and /tmp/cvsqbO4Ll differ Index: ZLIB Close Read File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Close Read File.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsV87Bwh and /tmp/cvsJSjpJk differ |
From: Rolf K. <lab...@us...> - 2005-04-12 22:34:30
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8050/source Modified Files: readme2_2.txt Log Message: Changed some VI documentation and adapted Also ZLIB Extract All Files To Dir.vi to the 12 pattern connector pane. Index: readme2_2.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/readme2_2.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme2_2.txt 12 Apr 2005 21:32:59 -0000 1.1 --- readme2_2.txt 12 Apr 2005 22:34:04 -0000 1.2 *************** *** 77,80 **** --- 77,81 ---- relink existing applications if you have used following three functions: + ZLIB Extract All Files To Dir.vi ZLIB Compress Directory.vi ZLIB Compress Files.vi |
From: Rolf K. <lab...@us...> - 2005-04-12 21:33:26
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8373/source Added Files: readme2_2.txt Removed Files: lvzip2_0.txt Log Message: Added readme dialog to installer package to inform user about changes to functions --- lvzip2_0.txt DELETED --- --- NEW FILE: readme2_2.txt --- LabVIEW ZIP library, version 2.2 -------------------------------- Copyright 2002-2005 Rolf Kalbermatter Please read this document before you upgrade from an older version of LVZIP to this version. The new version of LVZIP has some new features and some modifications. New features: ------------- 1) Password support (limited testing) ZLIB Extract All Files To Dir.vi ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Store File.vi ZLIB Extract File.vi A new string parameter was added to specify a password to use to extract files or to encrypt files. This function is not thouroghly tested at this time. 2) Adding of files into existing ZIP archive supported ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Open Archive.vi The boolean parameter to append or truncate has been replaced by an enumeration to support addition of files into an existing archive. The old append value meant that the ZIP file was tacked to the end of the existing file which might have been useful for a selfextracting executable only. Following table shows the old and new settings old value new value remarks False create new truncates existing file to 0 True append to end appends to end of existing file NA append to archive appends new files into the archive 3) Deleting of files from an existing ZIP archive. ZLIB Delete Files From Archive.vi This function will create a new archive and move all files except the ones to remove into this new archive, replacing the old one with it if the entire transfer was successful. The transfer between the old and new archive happens in "raw mode" which means the data is transfered compressed into the new file, speeding up the whole operation but even more importantly eliminating the need to know the password for any of the files in the archive for mere deleting of a file. Of course the files in the new archive will be password protected just as they have been in the old file. Changes: -------- 1) To support the new append mode the "append" parameter for the compression functions has been modified from a boolean to an enumeration. This could cause bad wires when this function was used in a program and this parameter was wired with a constant or terminal. Since the non-default value was rarely useful, this should not be a big problem for most users as it is unlikely this parameter was ever wired. 2) To support specifying a password when compressing into an archive, the connector pane of a few VIs had to be changed. You will need to relink existing applications if you have used following three functions: ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Store File.vi 3) To simplify the interface of the file info structure the according cluster was modified to be more in LabVIEW style. This caused the change to the connector pane of two VIs, namely: ZLIB Get Current File Info.vi ZLIB Enumerate File Contents.vi and the according strict typedef custom control ZLIB File Info.ctl The old VIs and custom control with the old connector pane are stored under the same name but with the appendix "Old". This is a list of the compatibility functions: ZLIB Get Current File Info Old.vi ZLIB Enumerate File Contents Old.vi ZLIB File Info Old.ctl If you have an older application where you directly used one of the VIs described here from the old lvzip package you can either replace those VIs by the compatibility VIs or rewire your application to work with the new functions. 5) I was successful in making the "File Info.vi" function from the file package work again. In doing so the "ZLIB Time Info.vi" function, which really was a subset implementation of "File Info.vi" is now obsolete and has been removed both from the VI library as well as the shared library. If you should have happened to use this function you should use the according File Info.vi from the file package instead and adapt your cluster wiring. Used libraries: --------------- The lvzip package makes use of the error package, the file package and through the last one also of the array package. Some functions in the file package have been added in comparison to the latest released package and therefore this version of lvzip will only work with the version 2.5 of the file package. Have fun Rolf Kalbermatter |
From: Rolf K. <lab...@us...> - 2005-04-12 21:33:25
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8373 Modified Files: lvzip.ogbld lvzip.spec Added Files: Readme22.vi Log Message: Added readme dialog to installer package to inform user about changes to functions --- NEW FILE: Readme22.vi --- (This appears to be a binary file; contents omitted.) Index: lvzip.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lvzip.spec 11 Apr 2005 21:57:22 -0000 1.8 --- lvzip.spec 12 Apr 2005 21:32:58 -0000 1.9 *************** *** 3,7 **** Name=oglib_lvzip ! Version=2.2alpha Release=1 --- 3,7 ---- Name=oglib_lvzip ! Version=2.2 Release=1 *************** *** 29,32 **** --- 29,37 ---- + [Script VIs] + + PreInstall=Readme22.vi + + [Dependencies] *************** *** 56,63 **** Target Dir=<user.lib>/_OpenG.lib/lvzip - Replace Mode=Always ! Num Files=67 File 0=lvzlib.dll --- 61,67 ---- Target Dir=<user.lib>/_OpenG.lib/lvzip Replace Mode=Always ! Num Files=68 File 0=lvzlib.dll *************** *** 67,131 **** File 4=macbin.mnu File 5=macbinary.mnu ! File 6=unzip.mnu ! File 7=zip.mnu ! File 8=zlib-string.mnu ! File 9=macbin.llb/MACBIN CCITT_CRC16__ogtk.vi ! File 10=macbin.llb/MACBIN Copy Fork From File__ogtk.vi ! File 11=macbin.llb/MACBIN Copy Fork To File__ogtk.vi ! File 12=macbin.llb/MACBIN Create Header__ogtk.vi ! File 13=macbin.llb/MACBIN Decode MacBinary__ogtk.vi ! File 14=macbin.llb/MACBIN Encode MacBinary__ogtk.vi ! File 15=macbin.llb/MACBIN Macbinary Header__ogtk.ctl ! File 16=macbin.llb/MACBIN Open Resource Fork__ogtk.vi ! File 17=macbin.llb/MACBIN Read Header__ogtk.vi ! File 18=macbin.llb/MACBIN Resource File Info__ogtk.vi ! File 19=macbin.llb/MACBIN Resource Header__ogtk.ctl ! File 20=macbin.llb/MACBIN Size Padding__ogtk.vi ! File 21=macbin.llb/MACBIN Verify Header__ogtk.vi ! File 22=macbin.llb/MACBIN VI Tree__ogtk.vi ! File 23=lvzip.llb/ZLIB Block Size__ogtk.vi ! File 24=lvzip.llb/ZLIB Close Read File__ogtk.vi ! File 25=lvzip.llb/ZLIB Close Unzip Archive__ogtk.vi ! File 26=lvzip.llb/ZLIB Close Write File__ogtk.vi ! File 27=lvzip.llb/ZLIB Close Zip Archive__ogtk.vi ! File 28=lvzip.llb/ZLIB Compress Directory__ogtk.vi ! File 29=lvzip.llb/ZLIB Compress File Info__ogtk.ctl ! File 30=lvzip.llb/ZLIB Compress Files__ogtk.vi ! File 31=lvzip.llb/ZLIB Convert File Info__ogtk.vi ! File 32=lvzip.llb/ZLIB Copy Raw File__ogtk.vi ! File 33=lvzip.llb/ZLIB CRC32__ogtk.vi ! File 34=lvzip.llb/ZLIB Deflate__ogtk.vi ! File 35=lvzip.llb/ZLIB Delete Files From Archive__ogtk.vi ! File 36=lvzip.llb/ZLIB Enumerate File Contents Old__ogtk.vi ! File 37=lvzip.llb/ZLIB Enumerate File Contents__ogtk.vi ! File 38=lvzip.llb/ZLIB Extract All Files To Dir__ogtk.vi ! File 39=lvzip.llb/ZLIB Extract File__ogtk.vi ! File 40=lvzip.llb/ZLIB File Info Old__ogtk.ctl ! File 41=lvzip.llb/ZLIB File Info__ogtk.ctl ! File 42=lvzip.llb/ZLIB Get Current File Info Old__ogtk.vi ! File 43=lvzip.llb/ZLIB Get Current File Info__ogtk.vi ! File 44=lvzip.llb/ZLIB Get File CRC32__ogtk.vi ! File 45=lvzip.llb/ZLIB Get Global Info__ogtk.vi ! File 46=lvzip.llb/ZLIB Get Version__ogtk.vi ! File 47=lvzip.llb/ZLIB Go To First File__ogtk.vi ! File 48=lvzip.llb/ZLIB Go To Next File__ogtk.vi ! File 49=lvzip.llb/ZLIB Inflate__ogtk.vi ! File 50=lvzip.llb/ZLIB Initialize File Functions__ogtk.vi ! File 51=lvzip.llb/ZLIB Locate File__ogtk.vi ! File 52=lvzip.llb/ZLIB Open Read File__ogtk.vi ! File 53=lvzip.llb/ZLIB Open Unzip Archive__ogtk.vi ! File 54=lvzip.llb/ZLIB Open Write File__ogtk.vi ! File 55=lvzip.llb/ZLIB Open Zip Archive__ogtk.vi ! File 56=lvzip.llb/ZLIB Open ZIP Mode__ogtk.ctl ! File 57=lvzip.llb/ZLIB Path to LVZLIB Path String__ogtk.vi ! File 58=lvzip.llb/ZLIB Read Compressed File__ogtk.vi ! File 59=lvzip.llb/ZLIB Read Local Extra Data__ogtk.vi ! File 60=lvzip.llb/ZLIB Store File__ogtk.vi ! File 61=lvzip.llb/ZLIB Transfer Raw File__ogtk.vi ! File 62=lvzip.llb/ZLIB Uncompress File Info__ogtk.ctl ! File 63=lvzip.llb/ZLIB Unzip Handle__ogtk.ctl ! File 64=lvzip.llb/ZLIB VI Tree__ogtk.vi ! File 65=lvzip.llb/ZLIB Write File__ogtk.vi ! File 66=lvzip.llb/ZLIB Zip Handle__ogtk.ctl --- 71,136 ---- File 4=macbin.mnu File 5=macbinary.mnu ! File 6=readme2_2.txt ! File 7=unzip.mnu ! File 8=zip.mnu ! File 9=zlib-string.mnu ! File 10=macbin.llb/MACBIN CCITT_CRC16__ogtk.vi ! File 11=macbin.llb/MACBIN Copy Fork From File__ogtk.vi ! File 12=macbin.llb/MACBIN Copy Fork To File__ogtk.vi ! File 13=macbin.llb/MACBIN Create Header__ogtk.vi ! File 14=macbin.llb/MACBIN Decode MacBinary__ogtk.vi ! File 15=macbin.llb/MACBIN Encode MacBinary__ogtk.vi ! File 16=macbin.llb/MACBIN Macbinary Header__ogtk.ctl ! File 17=macbin.llb/MACBIN Open Resource Fork__ogtk.vi ! File 18=macbin.llb/MACBIN Read Header__ogtk.vi ! File 19=macbin.llb/MACBIN Resource File Info__ogtk.vi ! File 20=macbin.llb/MACBIN Resource Header__ogtk.ctl ! File 21=macbin.llb/MACBIN Size Padding__ogtk.vi ! File 22=macbin.llb/MACBIN Verify Header__ogtk.vi ! File 23=macbin.llb/MACBIN VI Tree__ogtk.vi ! File 24=lvzip.llb/ZLIB Block Size__ogtk.vi ! File 25=lvzip.llb/ZLIB Close Read File__ogtk.vi ! File 26=lvzip.llb/ZLIB Close Unzip Archive__ogtk.vi ! File 27=lvzip.llb/ZLIB Close Write File__ogtk.vi ! File 28=lvzip.llb/ZLIB Close Zip Archive__ogtk.vi ! File 29=lvzip.llb/ZLIB Compress Directory__ogtk.vi ! File 30=lvzip.llb/ZLIB Compress File Info__ogtk.ctl ! File 31=lvzip.llb/ZLIB Compress Files__ogtk.vi ! File 32=lvzip.llb/ZLIB Convert File Info__ogtk.vi ! File 33=lvzip.llb/ZLIB Copy Raw File__ogtk.vi ! File 34=lvzip.llb/ZLIB CRC32__ogtk.vi ! File 35=lvzip.llb/ZLIB Deflate__ogtk.vi ! File 36=lvzip.llb/ZLIB Delete Files From Archive__ogtk.vi ! File 37=lvzip.llb/ZLIB Enumerate File Contents Old__ogtk.vi ! File 38=lvzip.llb/ZLIB Enumerate File Contents__ogtk.vi ! File 39=lvzip.llb/ZLIB Extract All Files To Dir__ogtk.vi ! File 40=lvzip.llb/ZLIB Extract File__ogtk.vi ! File 41=lvzip.llb/ZLIB File Info Old__ogtk.ctl ! File 42=lvzip.llb/ZLIB File Info__ogtk.ctl ! File 43=lvzip.llb/ZLIB Get Current File Info Old__ogtk.vi ! File 44=lvzip.llb/ZLIB Get Current File Info__ogtk.vi ! File 45=lvzip.llb/ZLIB Get File CRC32__ogtk.vi ! File 46=lvzip.llb/ZLIB Get Global Info__ogtk.vi ! File 47=lvzip.llb/ZLIB Get Version__ogtk.vi ! File 48=lvzip.llb/ZLIB Go To First File__ogtk.vi ! File 49=lvzip.llb/ZLIB Go To Next File__ogtk.vi ! File 50=lvzip.llb/ZLIB Inflate__ogtk.vi ! File 51=lvzip.llb/ZLIB Initialize File Functions__ogtk.vi ! File 52=lvzip.llb/ZLIB Locate File__ogtk.vi ! File 53=lvzip.llb/ZLIB Open Read File__ogtk.vi ! File 54=lvzip.llb/ZLIB Open Unzip Archive__ogtk.vi ! File 55=lvzip.llb/ZLIB Open Write File__ogtk.vi ! File 56=lvzip.llb/ZLIB Open Zip Archive__ogtk.vi ! File 57=lvzip.llb/ZLIB Open ZIP Mode__ogtk.ctl ! File 58=lvzip.llb/ZLIB Path to LVZLIB Path String__ogtk.vi ! File 59=lvzip.llb/ZLIB Read Compressed File__ogtk.vi ! File 60=lvzip.llb/ZLIB Read Local Extra Data__ogtk.vi ! File 61=lvzip.llb/ZLIB Store File__ogtk.vi ! File 62=lvzip.llb/ZLIB Transfer Raw File__ogtk.vi ! File 63=lvzip.llb/ZLIB Uncompress File Info__ogtk.ctl ! File 64=lvzip.llb/ZLIB Unzip Handle__ogtk.ctl ! File 65=lvzip.llb/ZLIB VI Tree__ogtk.vi ! File 66=lvzip.llb/ZLIB Write File__ogtk.vi ! File 67=lvzip.llb/ZLIB Zip Handle__ogtk.ctl Index: lvzip.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.ogbld,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvzip.ogbld 8 Apr 2005 21:52:17 -0000 1.1 --- lvzip.ogbld 12 Apr 2005 21:32:58 -0000 1.2 *************** *** 96,98 **** SourceFile 1=lvzlib.* SourceFile 2=submenus/*.mnu ! --- 96,99 ---- SourceFile 1=lvzlib.* SourceFile 2=submenus/*.mnu ! SourceFile 3=readme2_2.txt ! SourceFile 4=Readme22.vi |
From: Martin H. <mh...@us...> - 2005-04-12 08:40:32
|
Update of /cvsroot/opengtoolkit/serial/lv_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30934/lv_source Modified Files: config.mnu dir.mnu linestatus.mnu lvserial.dll utility.mnu Log Message: Replaced "comm close" with "comm close2", added "comm get port name" and "comm get handles". Index: config.mnu =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/config.mnu,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvshrI6f7 and /tmp/cvsmZhCTN differ Index: lvserial.dll =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/lvserial.dll,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsmw2ARd and /tmp/cvsRL6HDU differ Index: dir.mnu =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/dir.mnu,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsRo2tGr and /tmp/cvsFxiOv8 differ Index: linestatus.mnu =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/linestatus.mnu,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsU8xvcw and /tmp/cvswlYO4c differ Index: utility.mnu =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/utility.mnu,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvshJWLQA and /tmp/cvsti94Lh differ |
From: Martin H. <mh...@us...> - 2005-04-12 08:37:59
|
Update of /cvsroot/opengtoolkit/serial/lv_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29889/lv_source Modified Files: comm get user data.vi Log Message: Removed the U32 constant, because the shared library function correctly returns a value of zero in case of an error. Index: comm get user data.vi =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/comm get user data.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsOgGoYQ and /tmp/cvss6LkKE differ |
From: Martin H. <mh...@us...> - 2005-04-12 08:35:35
|
Update of /cvsroot/opengtoolkit/serial/lv_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28940/lv_source Added Files: comm close all.vi comm close2.vi comm get handles.vi comm get port name.vi Log Message: initial version --- NEW FILE: comm get handles.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: comm close all.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: comm get port name.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: comm close2.vi --- (This appears to be a binary file; contents omitted.) |
From: Martin H. <mh...@us...> - 2005-04-12 08:34:17
|
Update of /cvsroot/opengtoolkit/serial/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28478/c_source Modified Files: lvserial.sln Log Message: Index: lvserial.sln =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.sln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lvserial.sln 12 Apr 2005 08:31:37 -0000 1.2 --- lvserial.sln 12 Apr 2005 08:33:51 -0000 1.3 *************** *** 2,7 **** Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lvserial", "lvserial.vcproj", "{1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}" EndProject - Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "lvserial_driver", "lvserial_driver.vdproj", "{A7A15E11-98BB-4AFD-9569-BEBBF3F93320}" - EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dftables", "dftables.vcproj", "{0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}" EndProject --- 2,5 ---- *************** *** 18,23 **** {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.ActiveCfg = Release|Win32 {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.Build.0 = Release|Win32 - {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Debug.ActiveCfg = Debug - {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Release.ActiveCfg = Release {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.ActiveCfg = Debug|Win32 {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.Build.0 = Debug|Win32 --- 16,19 ---- |
From: Martin H. <mh...@us...> - 2005-04-12 08:31:47
|
Update of /cvsroot/opengtoolkit/serial/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26906/c_source Modified Files: lvserial.cpp lvserial.def lvserial.h lvserial.rc lvserial.sln lvserial.suo Log Message: If there is only a single termination character, we also store this character into the DCB structure, exept the termination mode is COMM_TERM_REGEX. Added some new features and changed the behaviour of the handshake options of CommOptions(). This function is now closer to the options used for the windows mode command. Added CommClose2(). This function has an additional parameter and is now able to close all open instances of a specific serial port. (yes, I know, we do not really have independent instances of the same serial port). Added CommCloseAll(), which closes all open serial ports. Added CommGetHandles() which retrieves all serial port handles. Added CommGetPortName(). This function returns the name of the serial port. The function returns the name (and options) used to call CommOpenPort() and the operating systems name of the serial port. Fixed the internal (operating systems) name of the serial port. If CommOpenPort was called with COMx the internal name is now \\.\COMx. Previously this was \\.\\COMx which is wrong, but worked for Win XP. Index: lvserial.sln =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lvserial.sln 18 Mar 2005 23:23:06 -0000 1.1 --- lvserial.sln 12 Apr 2005 08:31:37 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lvserial", "lvserial.vcproj", "{1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}" EndProject + Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "lvserial_driver", "lvserial_driver.vdproj", "{A7A15E11-98BB-4AFD-9569-BEBBF3F93320}" + EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dftables", "dftables.vcproj", "{0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}" EndProject *************** *** 16,19 **** --- 18,23 ---- {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.ActiveCfg = Release|Win32 {1CD853E4-2CCB-499E-B9BF-9E653D6D3B54}.Release.Build.0 = Release|Win32 + {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Debug.ActiveCfg = Debug + {A7A15E11-98BB-4AFD-9569-BEBBF3F93320}.Release.ActiveCfg = Release {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.ActiveCfg = Debug|Win32 {0E49C1D0-1D2F-46C3-932F-6C8D08DA2FA0}.Debug.Build.0 = Debug|Win32 Index: lvserial.rc =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.rc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lvserial.rc 21 Mar 2005 01:41:25 -0000 1.2 --- lvserial.rc 12 Apr 2005 08:31:37 -0000 1.3 *************** *** 54,59 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 0,0,4,1 ! PRODUCTVERSION 0,0,4,1 FILEFLAGSMASK 0x17L #ifdef _DEBUG --- 54,59 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 0,0,5,0 ! PRODUCTVERSION 0,0,5,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG *************** *** 72,81 **** VALUE "CompanyName", "MH-Systemtechnik, www.mhst.de" VALUE "FileDescription", "Serial Port API" ! VALUE "FileVersion", "0, 0, 4, 1" VALUE "InternalName", "lvserial" VALUE "LegalCopyright", "Martin Henz Systemtechnik, 2004" VALUE "OriginalFilename", "lvserial.dll" VALUE "ProductName", "Serial Port API" ! VALUE "ProductVersion", "0, 0, 4, 1" END END --- 72,81 ---- VALUE "CompanyName", "MH-Systemtechnik, www.mhst.de" VALUE "FileDescription", "Serial Port API" ! VALUE "FileVersion", "0, 0, 5, 0" VALUE "InternalName", "lvserial" VALUE "LegalCopyright", "Martin Henz Systemtechnik, 2004" VALUE "OriginalFilename", "lvserial.dll" VALUE "ProductName", "Serial Port API" ! VALUE "ProductVersion", "0, 0, 5, 0" END END Index: lvserial.suo =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.suo,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoQf0en and /tmp/cvsoBme1A differ Index: lvserial.cpp =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lvserial.cpp 23 Mar 2005 13:06:32 -0000 1.4 --- lvserial.cpp 12 Apr 2005 08:31:36 -0000 1.5 *************** *** 73,77 **** //options into the serial port name and the configuration string. This function //also changes any ASRL port name to the OS default port name (COMx) ! long __CommSplitPortAndOptions(char *pszPort, char **ppszRealPort, char **ppszOptions); //serial port compare function. Uses to detect an already opened serial port. --- 73,77 ---- //options into the serial port name and the configuration string. This function //also changes any ASRL port name to the OS default port name (COMx) ! inline long __CommSplitPortAndOptions(char *pszPort, char **ppszRealPort, char **ppszOptions); [...1260 lines suppressed...] + } + + pComm = (PCOMM)ListGetElement(gpCommList, hComm); + + _ASSERT(pComm); + + if ((err = LStrPrintf(shName, (CStr)"%s", pComm->pszPort)) != noErr) + { + (*shName)->cnt = 0; + (*shOriginal)->cnt = 0; + lv_EasyErrBld(COMM_ERR_HANDLE, __FUNCTION__, pError); + } + + if ((err = LStrPrintf(shOriginal, (CStr)"%s", pComm->pszOriginalName)) != noErr) + { + (*shName)->cnt = 0; + (*shOriginal)->cnt = 0; + lv_EasyErrBld(COMM_ERR_HANDLE, __FUNCTION__, pError); + } + } Index: lvserial.def =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.def,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lvserial.def 18 Mar 2005 23:13:49 -0000 1.2 --- lvserial.def 12 Apr 2005 08:31:37 -0000 1.3 *************** *** 2,5 **** --- 2,7 ---- EXPORTS CommOpenPort EXPORTS CommClosePort + EXPORTS CommClosePort2 + EXPORTS CommCloseAll EXPORTS CommWrite EXPORTS CommWriteAndReceiveEcho *************** *** 39,44 **** --- 41,50 ---- EXPORTS CommFree EXPORTS CommFreePortList + EXPORTS CommGetHandles + EXPORTS CommGetPortName EXPORTS lvCommOpenPort EXPORTS lvCommClosePort + EXPORTS lvCommClosePort2 + EXPORTS lvCommCloseAll EXPORTS lvCommWrite EXPORTS lvCommWriteAndReceiveEcho *************** *** 76,77 **** --- 82,85 ---- EXPORTS lvCommGetUserData EXPORTS lvCommListPorts + EXPORTS lvCommGetHandles + EXPORTS lvCommGetPortName Index: lvserial.h =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/lvserial.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lvserial.h 21 Mar 2005 01:40:55 -0000 1.3 --- lvserial.h 12 Apr 2005 08:31:37 -0000 1.4 *************** *** 36,39 **** --- 36,40 ---- HANDLE hC; //the OS handle of the opened serial port char *pszPort; //serial port name + char *pszOriginalName; //the given serial port name long lTeminationMode; //read termination mode char *pcTermination; //read termination characters *************** *** 72,75 **** --- 73,87 ---- #endif + #ifndef LV_ULONGARRAY + #define LV_ULONGARRAY + #pragma pack (1) + typedef struct { + int32 dimSize; + uInt32 elt[1]; + } ULongArray; + #pragma pack() + typedef ULongArray **ULongArrayHandle; + #endif + #endif //LVSERIAL_CONST_ONLY *************** *** 194,197 **** --- 206,211 ---- long CommOpenPort(PHANDLE phComm, char * pszPort, int fDuplicate); long CommClosePort(HANDLE hComm); + long CommClosePort2(HANDLE hComm, int fCloseAll); + long CommCloseAll(void); long CommWrite( HANDLE hComm, *************** *** 287,290 **** --- 301,306 ---- void CommFree(LPVOID ptr); void CommFreePortList(char **ports); + long CommGetHandles(HANDLE **pHandles); + long CommGetPortName(HANDLE hComm, char **ppszName, char **ppszOriginal); /* -----------------------------------------------------------------------------------*/ *************** *** 292,295 **** --- 308,313 ---- void lvCommOpenPort(PHANDLE phComm, LStrHandle shPort, LVBoolean *plfDuplicate, pErrC pError); void lvCommClosePort(HANDLE hComm, pErrC pError); + void lvCommClosePort2(HANDLE hComm, LVBoolean *plfCloseAll, pErrC pError); + void lvCommCloseAll(pErrC pError); void lvCommWrite( HANDLE hComm, *************** *** 391,394 **** --- 409,415 ---- void lvCommGetUserData(HANDLE hComm, unsigned long *pulUserData, pErrC pError); void lvCommListPorts(LStrArrayHandle halsPorts, pErrC pError); + void lvCommGetHandles(ULongArrayHandle *haulHandles, pErrC pError); + void lvCommGetPortName(HANDLE hComm, LStrHandle shName, LStrHandle shOriginal, pErrC pError); + #if defined(__cplusplus) || defined(__cplusplus__) |
From: Martin H. <mh...@us...> - 2005-04-12 07:53:02
|
Update of /cvsroot/opengtoolkit/serial/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7141/c_source Modified Files: plist.cpp plist.h Log Message: Implemented ListGetNextHandle() and ListGetNextElement(), so we can retrieve all elements/handles of the list. Index: plist.cpp =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/plist.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plist.cpp 20 Jan 2005 16:49:45 -0000 1.1 --- plist.cpp 12 Apr 2005 07:52:53 -0000 1.2 *************** *** 643,646 **** --- 643,682 ---- } + /* ListGetNextElement + * + * Returns the next element of the list + * + * parameter + * pList list pointer + * pElement element pointer + * + * return + * the next elements data pointer + * + */ + void * ListGetNextElement(PLIST pList, void *pElement) + { + PLINK pLink; + unsigned long i; + + if (pList == NULL) + return NULL; + + for ( + i = 0, pLink=GetHeadOfList(pList); + i < GetListLength(pList) && pLink->pElement != pElement; + i++) + { + pLink = GetNextLink(pLink); + } + + if (i >= GetListLength(pList)) + return NULL; + + pLink = GetNextLink(pLink); + + return pLink->pElement; + } + /* ListGetFirstHandle * *************** *** 661,664 **** --- 697,736 ---- } + /* ListGetNextHandle + * + * Returns the next handle of the list + * + * parameter + * pList list pointer + * hElement element handle + * + * return + * the next elements handle + * + */ + void * ListGetNextHandle(PLIST pList, void *hElement) + { + PLINK pLink; + unsigned long i; + + if (pList == NULL) + return NULL; + + for ( + i = 0, pLink=GetHeadOfList(pList); + i < GetListLength(pList) && pLink != hElement; + i++) + { + pLink = GetNextLink(pLink); + } + + if (i >= GetListLength(pList)) + return NULL; + + pLink = GetNextLink(pLink); + + return pLink; + } + /* ListFindElement * Index: plist.h =================================================================== RCS file: /cvsroot/opengtoolkit/serial/c_source/plist.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plist.h 18 Mar 2005 23:23:06 -0000 1.2 --- plist.h 12 Apr 2005 07:52:53 -0000 1.3 *************** *** 60,64 **** --- 60,66 ---- void * ListGetElement(PLIST pList, void *hElement); void * ListGetFirstElement(PLIST pList); + void * ListGetNextElement(PLIST pList, void *pElement); void * ListGetFirstHandle(PLIST pList); + void * ListGetNextHandle(PLIST pList, void *hElement); //information and check |
From: Martin H. <mh...@us...> - 2005-04-12 07:43:21
|
Update of /cvsroot/opengtoolkit/serial/lv_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2817/lv_source Modified Files: comm receive bytes.vi Log Message: Changed the handling of the error -65068 (timeout) exeption. Index: comm receive bytes.vi =================================================================== RCS file: /cvsroot/opengtoolkit/serial/lv_source/comm receive bytes.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsckVz7W and /tmp/cvs9zszav differ |
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10339/source/lvzip.llb Modified Files: ZLIB Block Size.vi ZLIB Close Read File.vi ZLIB Close Write File.vi ZLIB Convert File Info.vi ZLIB Copy Raw File.vi ZLIB Delete Files From Archive.vi ZLIB Enumerate File Contents Old.vi ZLIB Get Current File Info Old.vi ZLIB Get File CRC32.vi ZLIB Get Version.vi ZLIB Initialize File Functions.vi ZLIB Open Read File.vi ZLIB Open Write File.vi ZLIB Path to LVZLIB Path String.vi ZLIB Read Compressed File.vi ZLIB Read Local Extra Data.vi ZLIB Transfer Raw File.vi ZLIB VI Tree.vi ZLIB Write File.vi Log Message: Changed VI title ti be without file ending Index: ZLIB Convert File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Convert File Info.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvseb4iQt and /tmp/cvswtclXh differ Index: ZLIB Path to LVZLIB Path String.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Path to LVZLIB Path String.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsKAKXpy and /tmp/cvsvODLzm differ Index: ZLIB Open Read File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Read File.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsxeKLEJ and /tmp/cvsl0SWVx differ Index: ZLIB Initialize File Functions.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Initialize File Functions.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsPSqUKS and /tmp/cvs4Mqr6G differ Index: ZLIB Read Local Extra Data.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Read Local Extra Data.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsdiosUV and /tmp/cvssC5KjK differ Index: ZLIB Get Version.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get Version.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs0Dntn0 and /tmp/cvsrJh4TO differ Index: ZLIB Open Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Write File.vi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 Binary files /tmp/cvsibpUZ6 and /tmp/cvsNm7mCV differ Index: ZLIB Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Write File.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvshdi9mk and /tmp/cvsspWS88 differ Index: ZLIB Transfer Raw File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Transfer Raw File.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsivo1mI and /tmp/cvsBMcgox differ Index: ZLIB Enumerate File Contents Old.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents Old.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsCpiu8O and /tmp/cvsKKZseE differ Index: ZLIB Close Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Close Write File.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsf6p9XW and /tmp/cvs57QW8L differ Index: ZLIB Block Size.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Block Size.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsVgAUc6 and /tmp/cvs33ewtV differ Index: ZLIB Get Current File Info Old.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get Current File Info Old.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsYIf0Ga and /tmp/cvsbFOt5Z differ Index: ZLIB Read Compressed File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Read Compressed File.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsQ8wiwl and /tmp/cvssNRL3a differ Index: ZLIB Close Read File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Close Read File.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsG1NIuv and /tmp/cvsGC0T6k differ Index: ZLIB Copy Raw File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Copy Raw File.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvse1SczC and /tmp/cvsq0MNfs differ Index: ZLIB Delete Files From Archive.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Delete Files From Archive.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsXjnJrJ and /tmp/cvsF4oCez differ Index: ZLIB VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB VI Tree.vi,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvsxKBAZS and /tmp/cvsQ4nCUI differ Index: ZLIB Get File CRC32.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get File CRC32.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsbMRzQc and /tmp/cvsPfFC22 differ |
From: Rolf K. <lab...@us...> - 2005-04-11 22:33:37
|
Update of /cvsroot/opengtoolkit/lvzip/source/macbin.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10339/source/macbin.llb Modified Files: MACBIN CCITT_CRC16.vi MACBIN Copy Fork From File.vi MACBIN Copy Fork To File.vi MACBIN Create Header.vi MACBIN Encode MacBinary.vi MACBIN Open Resource Fork.vi MACBIN Read Header.vi MACBIN Resource File Info.vi MACBIN Size Padding.vi MACBIN VI Tree.vi MACBIN Verify Header.vi Log Message: Changed VI title ti be without file ending Index: MACBIN Copy Fork From File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Copy Fork From File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs2hjpiR and /tmp/cvskaeODh differ Index: MACBIN Size Padding.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Size Padding.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsP6Mc5V and /tmp/cvsBkNvtm differ Index: MACBIN CCITT_CRC16.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN CCITT_CRC16.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCbqwI4 and /tmp/cvsvIc0av differ Index: MACBIN Verify Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Verify Header.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvstxn7Je and /tmp/cvsjDtG4F differ Index: MACBIN Resource File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Resource File Info.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsgOioog and /tmp/cvsMBwnLH differ Index: MACBIN Create Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Create Header.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs1rcfhm and /tmp/cvsNHPjGN differ Index: MACBIN VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN VI Tree.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsw1Kwwn and /tmp/cvsm1qQXO differ Index: MACBIN Open Resource Fork.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Open Resource Fork.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsXvZwMK and /tmp/cvsHx4Axc differ Index: MACBIN Read Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Read Header.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsF2h3VP and /tmp/cvsJLKGKh differ Index: MACBIN Encode MacBinary.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Encode MacBinary.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvslcTRTQ and /tmp/cvsrUuvKi differ Index: MACBIN Copy Fork To File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Copy Fork To File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsQGx4DW and /tmp/cvsyW5Rwo differ |
Update of /cvsroot/opengtoolkit/portIO/source/ogportio.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10939/source/ogportio.llb Modified Files: PORT IO Disable Range.vi PORT IO Enable Range.vi PORT IO Error Translation.vi PORT IO Get Version.vi PORT IO Install Driver.vi PORT IO Read Byte.vi PORT IO Read Long.vi PORT IO Read Word.vi PORT IO Read.vi PORT IO Uninstall Driver.vi PORT IO VI Tree.vi PORT IO Write Byte.vi PORT IO Write Long.vi PORT IO Write Word.vi PORT IO Write.vi Log Message: Changed VI title to be without ending Index: PORT IO Disable Range.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Disable Range.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsr2DTUm and /tmp/cvsQREwZw differ Index: PORT IO Write Long.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Write Long.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvst9aFGl and /tmp/cvsgWdLQv differ Index: PORT IO Uninstall Driver.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Uninstall Driver.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsIVoABo and /tmp/cvsgGpwNy differ Index: PORT IO Get Version.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Get Version.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs5iBG5w and /tmp/cvs5fLGoH differ Index: PORT IO Error Translation.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Error Translation.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs5Vs1gB and /tmp/cvsyPnGCL differ Index: PORT IO Install Driver.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Install Driver.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsGCRFID and /tmp/cvswzjX5N differ Index: PORT IO Enable Range.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Enable Range.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsJW2QuG and /tmp/cvsojT0TQ differ Index: PORT IO Read Word.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Read Word.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs4Ebf3I and /tmp/cvsRLM4tT differ Index: PORT IO Read.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Read.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsjYK79N and /tmp/cvswv5ECY differ Index: PORT IO VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO VI Tree.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsXGC7bW and /tmp/cvsQ2UZJ6 differ Index: PORT IO Write Word.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Write Word.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsUqdhoW and /tmp/cvsTkDQX6 differ Index: PORT IO Write Byte.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Write Byte.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs7OIiGZ and /tmp/cvsZr33ha differ Index: PORT IO Read Long.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Read Long.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsEx82xc and /tmp/cvssh6Jgn differ Index: PORT IO Read Byte.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Read Byte.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsJms8Zc and /tmp/cvsQXpUKn differ Index: PORT IO Write.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.llb/PORT IO Write.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsQkUc1f and /tmp/cvsw31tNq differ |
From: Rolf K. <lab...@us...> - 2005-04-11 22:28:04
|
Update of /cvsroot/opengtoolkit/largefile/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8061/tests Modified Files: LF Test Example.vi Log Message: Changed VI to run in LV 6.0 too Index: LF Test Example.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/tests/LF Test Example.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYtChIK and /tmp/cvsUrxvX6 differ |
Update of /cvsroot/opengtoolkit/file/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7362/source Modified Files: Build Path - File Names Array - path.vi Build Path - File Names Array.vi Build Path - File Names and Paths Arrays - path.vi Build Path - File Names and Paths Arrays.vi Build Path - Traditional - path.vi Build Path - Traditional.vi Convert File Extension (Path).vi Convert File Extension (String).vi File Exists.vi File Info.vi Force File Move.vi Strip Path - Arrays.vi Strip Path - Traditional.vi Strip Path Extension - 1D Array of Paths.vi Strip Path Extension - 1D Array of Strings.vi Strip Path Extension - Path.vi Strip Path Extension - String.vi Temporary Filename.vi VI Tree - file.vi Valid Path.vi Log Message: Changed VI title to be without ending Index: Temporary Filename.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Temporary Filename.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsjVYMdJ and /tmp/cvsTwUee4 differ Index: Strip Path Extension - Path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - Path.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvszuU67J and /tmp/cvsOECwa5 differ Index: VI Tree - file.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/VI Tree - file.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvs8vygqP and /tmp/cvsbTPXua differ Index: Build Path - Traditional.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - Traditional.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs2GbI2T and /tmp/cvsXBL49e differ Index: Convert File Extension (String).vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Convert File Extension (String).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs4DhI4W and /tmp/cvs4Q1aei differ Index: Build Path - Traditional - path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - Traditional - path.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsEojKZ3 and /tmp/cvsy6qCdp differ Index: Build Path - File Names and Paths Arrays.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - File Names and Paths Arrays.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsKnCnJ8 and /tmp/cvskjps0t differ Index: Strip Path Extension - 1D Array of Strings.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - 1D Array of Strings.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs0BzkK9 and /tmp/cvsuins3u differ Index: Valid Path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Valid Path.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvspV6oNh and /tmp/cvsXdxjaD differ Index: Build Path - File Names Array.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - File Names Array.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsDbc8uj and /tmp/cvsMvsFUE differ Index: File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/File Info.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsykbhHo and /tmp/cvsSnfT9J differ Index: Build Path - File Names Array - path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - File Names Array - path.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsYBUFmt and /tmp/cvsZ1sWSO differ Index: Strip Path - Arrays.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path - Arrays.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsjq70Gx and /tmp/cvs4viQfT differ Index: Strip Path Extension - String.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - String.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsHmMOsD and /tmp/cvsjyGT3Y differ Index: Build Path - File Names and Paths Arrays - path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Build Path - File Names and Paths Arrays - path.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsiLa96w and /tmp/cvsiHkiKS differ Index: File Exists.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/File Exists.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvswWaFPz and /tmp/cvslkFzuV differ Index: Strip Path Extension - 1D Array of Paths.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - 1D Array of Paths.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs4353NA and /tmp/cvsvin7uW differ Index: Convert File Extension (Path).vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Convert File Extension (Path).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs0pBIOD and /tmp/cvsD5hLxZ differ Index: Force File Move.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Force File Move.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsmAH3yJ and /tmp/cvsSikuk5 differ Index: Strip Path - Traditional.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path - Traditional.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsr5mVsM and /tmp/cvsDGWzh8 differ |
Update of /cvsroot/opengtoolkit/largefile/source/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6330/source/win Modified Files: LF End Of File.vi LF Read File (DBL).vi LF Read File (I16).vi LF Read File (I32).vi LF Read File (SGL).vi LF Read File (STR).vi LF Read File (U32).vi LF Read File.vi LF Seek File.vi LF Simple Example.vi LF Write File (DBL).vi LF Write File (I16).vi LF Write File (I32).vi LF Write File (SGL).vi LF Write File (STR).vi LF Write File (U32).vi LF Write File.vi LFU Convert End Of Line.vi LFU Error Handler.vi LFU Get File Size.vi LFU Retrieve File Handle.vi LFU Set End Of File.vi LFU Set File Pointer.vi VI Tree - Large File.vi Log Message: Changed VI Title to be without ending Index: LFU Set End Of File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Set End Of File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvssT8svi and /tmp/cvsk8w9rA differ Index: LFU Retrieve File Handle.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Retrieve File Handle.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsddERbl and /tmp/cvsbdQcaD differ Index: LFU Error Handler.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Error Handler.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsN0Oopn and /tmp/cvs7nqdpF differ Index: LF Write File (I32).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (I32).vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsvTK9Cp and /tmp/cvs5cvuEH differ Index: VI Tree - Large File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/VI Tree - Large File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsdmZNUr and /tmp/cvsitqSXJ differ Index: LF Write File (SGL).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (SGL).vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsFwMjhx and /tmp/cvstivamP differ Index: LF End Of File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF End Of File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsqkKQHz and /tmp/cvsLeolOR differ Index: LFU Convert End Of Line.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Convert End Of Line.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsClFDfC and /tmp/cvsGYhMnU differ Index: LF Read File (SGL).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (SGL).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsO0y8Ws and /tmp/cvsfOt26K differ Index: LF Write File (I16).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (I16).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvskqNNfy and /tmp/cvsETgsrQ differ Index: LF Read File (U32).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (U32).vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvskHbHIA and /tmp/cvspPybWS differ Index: LF Read File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs0ifuuD and /tmp/cvswCCsJV differ Index: LFU Set File Pointer.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Set File Pointer.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsAuY2yF and /tmp/cvs4k5APX differ Index: LF Simple Example.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Simple Example.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsQ1GLhI and /tmp/cvs8Wh1z0 differ Index: LF Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsPkOrMK and /tmp/cvsS8H852 differ Index: LF Write File (STR).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (STR).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsDOgFUM and /tmp/cvse8JWf5 differ Index: LF Read File (STR).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (STR).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsGkvKrP and /tmp/cvsZHSSO7 differ Index: LFU Get File Size.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LFU Get File Size.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsBTTGdQ and /tmp/cvs7EpEC8 differ Index: LF Write File (DBL).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (DBL).vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs7v7oBS and /tmp/cvsXkfX1a differ Index: LF Read File (DBL).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (DBL).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsmi8M9U and /tmp/cvsPsz5Bd differ Index: LF Write File (U32).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Write File (U32).vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs1r2PPX and /tmp/cvsS0iJjg differ Index: LF Read File (I32).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (I32).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsomblg0 and /tmp/cvstGR3Li differ Index: LF Seek File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Seek File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsDTrLB5 and /tmp/cvsBIMa9n differ Index: LF Read File (I16).vi =================================================================== RCS file: /cvsroot/opengtoolkit/largefile/source/win/LF Read File (I16).vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsuQTBV7 and /tmp/cvshhAIuq differ |
Update of /cvsroot/opengtoolkit/portIO/build_support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31399/build_support Added Files: Build SPEC file List from Dir.vi Update File Info in File Group Section.vi Update Spec File List (Proxy).vi Update Spec File List.vi Log Message: Add build support --- NEW FILE: Update File Info in File Group Section.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Build SPEC file List from Dir.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Update Spec File List (Proxy).vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Update Spec File List.vi --- (This appears to be a binary file; contents omitted.) |
From: Rolf K. <lab...@us...> - 2005-04-11 22:06:42
|
Update of /cvsroot/opengtoolkit/portIO/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29682/tests Modified Files: PORT IO Test.vi Log Message: Changed test VI to run in LV 6.0 too Index: PORT IO Test.vi =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/tests/PORT IO Test.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs1f6MN6 and /tmp/cvsihJxiH differ |
From: Rolf K. <lab...@us...> - 2005-04-11 22:04:29
|
Update of /cvsroot/opengtoolkit/lvzip/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28760/tests Modified Files: lvzip-test-lg bin files.vi lvzip-test-sm text files.vi lvzip-test-string compress.vi Log Message: Changed test VIs to run in LV 6.0 too Index: lvzip-test-string compress.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/tests/lvzip-test-string compress.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsBb4yl8 and /tmp/cvsIZVMJ6 differ Index: lvzip-test-lg bin files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/tests/lvzip-test-lg bin files.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs4LCLSc and /tmp/cvs48RCqb differ Index: lvzip-test-sm text files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/tests/lvzip-test-sm text files.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsAcxOur and /tmp/cvsgxpPaq differ |