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-01-16 11:37:04
|
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13134/source/lvzip.llb Modified Files: ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Deflate.vi ZLIB Inflate.vi ZLIB Store File Old.vi Log Message: Minor cosmetic changes. Index: ZLIB Store File Old.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Store File Old.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNYV7AD and /tmp/cvsAKJHL0 differ Index: ZLIB Inflate.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Inflate.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsHyoFEU and /tmp/cvsVy6r5h differ Index: ZLIB Compress Directory.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Directory.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvs96bFCA and /tmp/cvs5yzAHY differ Index: ZLIB Deflate.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Deflate.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsDHKDjr and /tmp/cvsMUTIRP differ Index: ZLIB Compress Files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Files.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvseapbqC and /tmp/cvsf7ClU1 differ |
From: Rolf K. <lab...@us...> - 2005-01-16 11:35:51
|
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12998/source/lvzip.llb Modified Files: ZLIB Store File.vi ZLIB VI Tree.vi Added Files: ZLIB CRC32.vi ZLIB Get File CRC32.vi Log Message: Added calculation of CRC32 to the Store File VI if the file should be added with password protection. Index: ZLIB Store File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Store File.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsyjVbbE and /tmp/cvsTdyyIa differ Index: ZLIB VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB VI Tree.vi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 Binary files /tmp/cvskvxhx1 and /tmp/cvsJpPkry differ --- NEW FILE: ZLIB Get File CRC32.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ZLIB CRC32.vi --- (This appears to be a binary file; contents omitted.) |
From: Rolf K. <lab...@us...> - 2005-01-16 11:31:55
|
Update of /cvsroot/opengtoolkit/lvzip/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12478/c_source Modified Files: macbin.c Log Message: Removed the UtilFileInfo function as it is not needed anymore since the same function in the file package has been fixed. Index: macbin.c =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/macbin.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** macbin.c 25 Dec 2004 16:32:41 -0000 1.7 --- macbin.c 16 Jan 2005 11:31:46 -0000 1.8 *************** *** 19,225 **** static OSErr IfDirCloseIt(int16 vol); static MgErr OSErrToLVErr(OSErr err); - static void MacConvertFromLVTime(uInt32 time, uInt32* sTime); - static void MacConvertToLVTime(uInt32 sTime, uInt32* time); - #elif Unix - #include <sys/types.h> - #include <sys/stat.h> - #include <string.h> - #include <utime.h> - static void UnixConvertFromLVTime(uInt32 time, time_t* sTime); - 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); #endif - extern MgErr ZEXPORT UtilFileInfo(PStr path, - uInt8 write, - FileInfo *fileInfo, - PStr comment, - int32 *length) { - #if Mac - FSSpec fss; - DTPBRec dtpb; - CInfoPBRec cpb; - OSErr err = noErr; - - if (len > 255) - return mgArgErr; - - if (err = MakeFSpec(path, &fss)) - return OSErrToLVErr(err); - - memset(&cpb, 0, sizeof(CInfoPBRec)); - cpb.hFileInfo.ioNamePtr = fss.name; - cpb.hFileInfo.ioVRefNum = fss.vRefNum; - cpb.hFileInfo.ioDirID = fss.parID; - - if (err = PBGetCatInfoSync(&cpb)) - goto out; - - dtpb.ioCompletion = nil; - dtpb.ioNamePtr = NULL; - dtpb.ioVRefNum = fss.vRefNum; - - if (err = PBDTGetPath(&dtpb)) - goto out; - - dtpb.ioNamePtr = fss.name; - dtpb.ioDTBuffer = comment; - dtpb.ioDirID = fss.parID; - - if (write) - { - - if (MacIsDir(cpb) - { - cbp.dirInfo.ioDrUsrWds.frFlags = fileInfo->flags; - cbp.dirInfo.ioDrUsrWds.frLocation = fileInfo->location; - - MacConvertFromLVTime(fileInfo->cDate, cbp.dirInfo.ioDrCrDat); - MacConvertFromLVTime(fileInfo->mDate, cbp.dirInfo.ioDrMdDat); - } - else - { - cbp.hFileInfo.ioFlFndrInfo.fdType = fileInfo->type; - cbp.hFileInfo.ioFlFndrInfo.fdCreator = fileInfo->creator; - cpb.hFileInfo.ioFlFndrInfo.fdFlags = fileInfo->flags; - cpb.hFileInfo.ioFlFndrInfo.fdFldr = fileInfo->fId; - cbp.hFileInfo.ioFlFndrInfo.fdLocation = fileInfo->location; - cpb.hFileInfo.ioFlXFndrInfo.fdScript = fileInfo->sId; - cpb.hFileInfo.ioFlXFndrInfo.fdFlags = fileInfo->xFlags; - - MacConvertFromLVTime(fileInfo->cDate, cbp.hFileInfo.ioFlCrDat); - MacConvertFromLVTime(fileInfo->mDate, cbp.hFileInfo.ioFlMdDat); - } - - err = PBSetCatInfoSync(&cpb); - - if (!err && *length && comment && PStrLen(comment)) { - dtpb.ioDTReqCount = *length; - err = PBDTSetCommentSync(&dtpb); - } - } - else - { - - if (MacIsDir(cpb) - { - fileInfo->type = kUnknownType; - fileInfo->creator = kUnknownCreator; - fileInfo->flags = cbp.dirInfo.ioDrUsrWds.frFlags; - fileInfo->fId = - fileInfo->location = cbp.dirInfo.ioDrUsrWds.frLocation; - fileInfo->size = cbp.dirInfo.ioDrNmFls; - fileInfo->rfSize = 0; - - MacConvertToLVTime(cbp.dirInfo.ioDrCrDat, fileInfo->cDate); - MacConvertToLVTime(cbp.dirInfo.ioDrMdDat, fileInfo->mDate); - } - else - { - fileInfo->type = cbp.hFileInfo.ioFlFndrInfo.fdType; - fileInfo->creator = cbp.hFileInfo.ioFlFndrInfo.fdCreator; - fileInfo->flags = cpb.hFileInfo.ioFlFndrInfo.fdFlags; - fileInfo->fId = cpb.hFileInfo.ioFlFndrInfo.fdFldr; - fileInfo->location = cbp.hFileInfo.ioFlFndrInfo.fdLocation; - fileInfo->size = catInfoPB.hFileInfo.ioFlLgLen; - fileInfo->rfSize = catInfoPB.hFileInfo.ioFlRLgLen; - fileInfo->sId = cpb.hFileInfo.ioFlXFndrInfo.fdScript; - fileInfo->xFlags = cpb.hFileInfo.ioFlXFndrInfo.fdFlags; - - MacConvertToLVTime(cbp.hFileInfo.ioFlCrDat, fileInfo->cDate); - MacConvertToLVTime(cbp.hFileInfo.ioFlMdDat, fileInfo->mDate); - } - - err = PBDTGetCommentSync(&dtpb); - *length = dtpb.ioDTActCount; - } - out: - IfDirCloseIt(fss.vRefNum); - return OSErrToLVErr(err); - #elif Unix - MgErr err = fIOErr; - struct stat statbuf; - struct utimbuf buf; - char filePath[400]; - - strncpy(filePath, PStrBuf(path), PStrLen(path)); - - if (stat(filePath, &statbuf)) - return fIOErr; - - if (write) - { - buf.actime = statbuf.st_atime; - buf.modtime = statbuf.st_mtime; - - /* No modification of creation time in Unix? - UnixConvertFromLVTime(fileInfo->cDate, &statbuf.st_ctime); - */ - UnixConvertFromLVTime(fileInfo->mDate, &buf.modtime); - if (utime(filePath, &buf)) - goto out; - } - else - { - UnixConvertToLVTime(statbuf.st_ctime, &fileInfo->cDate); - UnixConvertToLVTime(statbuf.st_mtime, &fileInfo->mDate); - fileInfo->size = statbuf.st_size; - } - err = noErr; - out: - return err; - #elif Win32 - BY_HANDLE_FILE_INFORMATION fi; - HANDLE handle = NULL; - MgErr err = fIOErr; - LPSTR filePath = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, PStrSize(path)); - - if (!filePath) - return mFullErr; - - CopyMemory(filePath, PStrBuf(path), PStrLen(path)); - - if ((handle = CreateFileA(filePath, write ? GENERIC_WRITE | GENERIC_READ : GENERIC_READ, - FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, - FILE_ATTRIBUTE_NORMAL, NULL)) == INVALID_HANDLE_VALUE) - { - err = 1000 + GetLastError(); - goto out; - } - - if (!GetFileInformationByHandle(handle, &fi)) - { - err = 102; - goto out; - } - - if (write) - { - Win32ConvertFromLVTime(fileInfo->cDate, &fi.ftCreationTime); - Win32ConvertFromLVTime(fileInfo->mDate, &fi.ftLastWriteTime); - if (!SetFileTime(handle, &fi.ftCreationTime, &fi.ftLastAccessTime, &fi.ftLastWriteTime)) - { - err = 103; - goto out; - } - } - else - { - Win32ConvertToLVTime(fi.ftCreationTime, &fileInfo->cDate); - Win32ConvertToLVTime(fi.ftLastWriteTime, &fileInfo->mDate); - fileInfo->size = fi.nFileSizeLow; - } - err = noErr; - out: - if (handle) CloseHandle(handle); - if (filePath) HeapFree(GetProcessHeap(), 0, filePath); - return err; - #else - return mgNotSupported; - #endif - } extern MgErr ZEXPORT OpenResFork(File *fdp, --- 19,24 ---- *************** *** 368,460 **** return fIOErr; /* fIOErr generally signifies some unknown file error */ } - - /* - Calculate difference in seconds between local time zone and daylight - savings time settings and Universal Time Coordinate (also called GMT). - */ - static int32 UTCShift() - { - MachineLocation loc; - int32 delta; - - ReadLocation(&loc); - delta = loc.u.gmtDelta & 0x00ffffff; /* get sec east of UTC */ - if (delta & 0x800000) - delta |= 0xff000000; /* sign extend */ - return -delta; /* secs from UTC */ - } - - static void MacConvertFromLVTime(uInt32 time, uInt32 *sTime) - { - if (time > 0.0) - { - *sTime = time - UTCShift(); - } - return; - } - - static void MacConvertToLVTime(uInt32 sTime, uInt32 *time) - { - *time = sTime + UTCShift(); - return; - } - #elif Unix - /* seconds between Jan 1 1904 GMT and Jan 1 1970 GMT */ - #define dt1970re1904 2082844800L - - static void UnixConvertFromLVTime(uInt32 time, time_t *sTime) - { - if (time > 0.0) - { - *sTime = time - dt1970re1904; - } - return; - } - - static void UnixConvertToLVTime(time_t sTime, uInt32 *time) - { - *time = sTime + dt1970re1904; - } - #elif Win32 - /* int64 100ns intervals from Jan 1 1601 GMT to Jan 1 1904 GMT */ - static const FILETIME dt1904FileTime = { - 0xe0fb4000 /* low int32 */, - 0x0153b281 /* high int32 */ - }; - - static void Win32ConvertFromLVTime(uInt32 time, FILETIME *pFileTime) - { - DWORD temp; - - if (time > 0.0) - { - /* Convert to int64 100ns intervals since Jan 1 1904 GMT. */ - pFileTime->dwHighDateTime = (DWORD)(time * (78125.0 / 33554432.0)); - pFileTime->dwLowDateTime = (DWORD)(time * 1E7); - - /* Convert to int64 100ns intervals since Jan 1 1601 GMT. */ - temp = pFileTime->dwLowDateTime; - pFileTime->dwLowDateTime += dt1904FileTime.dwLowDateTime; - pFileTime->dwHighDateTime += dt1904FileTime.dwHighDateTime; - if (pFileTime->dwLowDateTime < temp) - pFileTime->dwHighDateTime++; - } - return; - } - - static void Win32ConvertToLVTime(FILETIME pFileTime, uInt32 *time) - { - DWORD temp; - - /* Convert to int64 100ns intervals since Jan 1 1904 GMT. */ - temp = pFileTime.dwLowDateTime; - pFileTime.dwLowDateTime -= dt1904FileTime.dwLowDateTime; - pFileTime.dwHighDateTime -= dt1904FileTime.dwHighDateTime; - if (pFileTime.dwLowDateTime > temp) - pFileTime.dwHighDateTime--; - - /* Convert to float64 seconds since Jan 1 1904 GMT. - secs = ((Hi32 * 2^^32) + Lo32) / 10^^7 = (Hi32 * (2^^25 / 5^^7)) + (Lo32 / 10^^7) */ - *time = (uInt32)((pFileTime.dwHighDateTime * (33554432.0 / 78125.0)) + (pFileTime.dwLowDateTime / 1E7)); - } #endif --- 167,169 ---- |
From: Rolf K. <lab...@us...> - 2005-01-16 11:30:31
|
Update of /cvsroot/opengtoolkit/lvzip/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12248/c_source Modified Files: zlibvc.def zlibvc.dsp Log Message: Minor changes to the Visual C makefiles Index: zlibvc.def =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.def,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** zlibvc.def 29 Dec 2004 01:52:40 -0000 1.8 --- zlibvc.def 16 Jan 2005 11:30:19 -0000 1.9 *************** *** 97,100 **** OpenResFork @200 ! UtilFileInfo @201 ! InitializeFileFuncs @202 --- 97,99 ---- OpenResFork @200 ! InitializeFileFuncs @201 Index: zlibvc.dsp =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/c_source/zlibvc.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** zlibvc.dsp 29 Dec 2004 01:52:40 -0000 1.5 --- zlibvc.dsp 16 Jan 2005 11:30:19 -0000 1.6 *************** *** 366,371 **** --- 366,391 ---- !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Release" + # Begin Custom Build - Assembling... + IntDir=.\zlibvc___Win32_DLL_ASM_Release + InputPath=.\gvmat32.asm + InputName=gvmat32 + + "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + + # End Custom Build + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Debug" + # Begin Custom Build - Assembling... + IntDir=.\zlibvc___Win32_DLL_ASM_Debug + InputPath=.\gvmat32.asm + InputName=gvmat32 + + "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + + # End Custom Build + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Obj Release" *************** *** 416,421 **** --- 436,461 ---- !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Release" + # Begin Custom Build - Assembling... + IntDir=.\zlibvc___Win32_DLL_ASM_Release + InputPath=.\inffas32.asm + InputName=inffas32 + + "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + + # End Custom Build + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Debug" + # Begin Custom Build - Assembling... + IntDir=.\zlibvc___Win32_DLL_ASM_Debug + InputPath=.\inffas32.asm + InputName=inffas32 + + "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + ml /nologo /c /Cx /coff /Zi /Fo"$(IntDir)\$(InputName).obj" "$(InputPath)" + + # End Custom Build + !ELSEIF "$(CFG)" == "zlibvc - Win32 DLL ASM Obj Release" |
From: Jim K. <jk...@us...> - 2005-01-15 18:42:23
|
Update of /cvsroot/opengtoolkit/deab/user docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17549/user docs Modified Files: faq.html index.html install.html release-notes.html userguide-acknowledgements.html userguide-contacting_openg.html userguide-installation.html userguide-introduction.html userguide-preface.html userguide-programmatic_api.html userguide-references.html userguide-user_interface.html userguide.html Log Message: changed builder.openg.org hyperlinks to target "_top" frame, so that it would work with the mambo wrappers. Index: install.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/install.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** install.html 11 Dec 2004 18:48:38 -0000 1.7 --- install.html 15 Jan 2005 18:42:05 -0000 1.8 *************** *** 28,32 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder</a></td> </tr> <tr> --- 28,32 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder</a></td> </tr> <tr> *************** *** 40,44 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 40,44 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-user_interface.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-user_interface.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-user_interface.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-user_interface.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 28,32 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 28,32 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 40,44 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 40,44 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-references.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-references.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-references.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-references.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 38,42 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 38,42 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-programmatic_api.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-programmatic_api.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-programmatic_api.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-programmatic_api.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 31,35 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 31,35 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 43,47 **** <tr> <th>User Support:</th> ! <tds>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 43,47 ---- <tr> <th>User Support:</th> ! <tds>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-acknowledgements.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-acknowledgements.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-acknowledgements.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-acknowledgements.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 38,42 **** <tr> <th>User Support:</th> ! <tds>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 38,42 ---- <tr> <th>User Support:</th> ! <tds>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-installation.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-installation.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-installation.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-installation.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 28,32 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 28,32 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 40,44 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 40,44 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: index.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.html 11 Dec 2004 18:48:38 -0000 1.8 --- index.html 15 Jan 2005 18:42:05 -0000 1.9 *************** *** 26,30 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder</a></td> </tr> <tr> --- 26,30 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder</a></td> </tr> <tr> *************** *** 40,44 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 40,44 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-introduction.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-introduction.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** userguide-introduction.html 11 Dec 2004 18:48:38 -0000 1.7 --- userguide-introduction.html 15 Jan 2005 18:42:05 -0000 1.8 *************** *** 25,29 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 25,29 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 37,41 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 37,41 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: release-notes.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/release-notes.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** release-notes.html 11 Dec 2004 18:48:38 -0000 1.8 --- release-notes.html 15 Jan 2005 18:42:05 -0000 1.9 *************** *** 25,29 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder</a></td> </tr> <tr> --- 25,29 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder</a></td> </tr> <tr> *************** *** 37,41 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 37,41 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-contacting_openg.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-contacting_openg.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-contacting_openg.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-contacting_openg.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 37,41 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 37,41 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: faq.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/faq.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** faq.html 11 Dec 2004 18:48:38 -0000 1.6 --- faq.html 15 Jan 2005 18:42:04 -0000 1.7 *************** *** 26,30 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 26,30 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 38,42 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 38,42 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** userguide.html 11 Dec 2004 18:48:38 -0000 1.9 --- userguide.html 15 Jan 2005 18:42:05 -0000 1.10 *************** *** 26,30 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 26,30 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 38,42 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 38,42 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> Index: userguide-preface.html =================================================================== RCS file: /cvsroot/opengtoolkit/deab/user docs/userguide-preface.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userguide-preface.html 11 Dec 2004 18:48:38 -0000 1.6 --- userguide-preface.html 15 Jan 2005 18:42:05 -0000 1.7 *************** *** 28,32 **** <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org">OpenG Builder </a></td> </tr> <tr> --- 28,32 ---- <tr> <th>Product:</th> ! <td><a href="http://builder.openg.org" target="_top">OpenG Builder </a></td> </tr> <tr> *************** *** 40,44 **** <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org">http://builder.openg.org</a></td> </tr> </table> --- 40,44 ---- <tr> <th>User Support:</th> ! <td>For more information or support, please visit <a href="http://builder.openg.org" target="_top">http://builder.openg.org</a></td> </tr> </table> |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:41:02
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31223/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** news.txt 4 Jan 2005 11:24:49 -0000 1.38 --- news.txt 15 Jan 2005 11:40:49 -0000 1.39 *************** *** 4,7 **** --- 4,16 ---- + *** 18:39 15.01.2005 (KS) + + - New Feature: Set Custom VI Properties at build time. Both OGB Core & GUI. There are some + things in GUI that are not completely done. The simplest way to learn about it is to run + GUI and "Add Examples" to property list on the VI Property tab. + Tested a little bit in LV61 only, need be tested in other versions and on other platforms. + + + *** 17:39 04.01.2005 (KS) |
Update of /cvsroot/opengtoolkit/deab/source/Support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/Support Modified Files: Call Pre-Post Build VI.vi Call-Back VI Control.vi DEAB Read Build File.vi DEAB Write Build File.vi Revision File Control.vi Save VIs to Destination.vi Set VI Properties.vi Added Files: DEAB String to Variant Data.vi Generic Set Single Property Template.vi Remove Empty Strings from 1D Array.vi Set Common VI Properties.vi Set Custom VI Properties.vi Set Named VI Property.vi Log Message: Index: Call Pre-Post Build VI.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Call Pre-Post Build VI.vi,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 Binary files /tmp/cvsOd2Htv and /tmp/cvsPmXDoK differ --- NEW FILE: DEAB String to Variant Data.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Set Custom VI Properties.vi --- (This appears to be a binary file; contents omitted.) Index: DEAB Read Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Read Build File.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsT7Zlaa and /tmp/cvsNV3qIp differ Index: Call-Back VI Control.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Call-Back VI Control.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvspwlUa7 and /tmp/cvs7XC4fn differ Index: Revision File Control.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Revision File Control.vi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvsKTkb5g and /tmp/cvssuJX2x differ Index: DEAB Write Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/DEAB Write Build File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs8UUHEt and /tmp/cvsDtFByL differ --- NEW FILE: Remove Empty Strings from 1D Array.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Generic Set Single Property Template.vi --- (This appears to be a binary file; contents omitted.) Index: Save VIs to Destination.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Save VIs to Destination.vi,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 Binary files /tmp/cvsH4wT1W and /tmp/cvsumPPff differ --- NEW FILE: Set Named VI Property.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Set Common VI Properties.vi --- (This appears to be a binary file; contents omitted.) Index: Set VI Properties.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Set VI Properties.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsFOD92S and /tmp/cvsrWjJdc differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:33:00
|
Update of /cvsroot/opengtoolkit/deab/source/GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/GUI Modified Files: DEAB Revise Paths Dependent on Build Root.vi DEAB Revise Paths Dependent on Project Root.vi DEAB Revise Paths Dependent on Source Root.vi DEAB a Build Skeleton.vi Dialog - New Build Wizard.vi OpenG_Builder.vi Log Message: Index: OpenG_Builder.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/OpenG_Builder.vi,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 Binary files /tmp/cvsONMW8u and /tmp/cvsSFJDoK differ Index: DEAB Revise Paths Dependent on Source Root.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/DEAB Revise Paths Dependent on Source Root.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsOs208n and /tmp/cvsTJ3FCD differ Index: Dialog - New Build Wizard.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/Dialog - New Build Wizard.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsktVrdA and /tmp/cvsoCx8RP differ Index: DEAB a Build Skeleton.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/DEAB a Build Skeleton.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsTs5QnP and /tmp/cvshkMPm5 differ Index: DEAB Revise Paths Dependent on Project Root.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/DEAB Revise Paths Dependent on Project Root.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs5VPjLR and /tmp/cvs5pOhq8 differ Index: DEAB Revise Paths Dependent on Build Root.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/DEAB Revise Paths Dependent on Build Root.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsiZYARm and /tmp/cvsX0tCPD differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:58
|
Update of /cvsroot/opengtoolkit/deab/example_projects/Test 001 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/example_projects/Test 001 Modified Files: Test Build 001.ogbld build_revision.txt deab_build.log Log Message: Index: build_revision.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/build_revision.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build_revision.txt 4 Jan 2005 11:24:49 -0000 1.9 --- build_revision.txt 15 Jan 2005 11:31:11 -0000 1.10 *************** *** 1,20 **** - [Test Build.deab] - Version=1.2.3 - Build_Number=50 - Build_Date="07.12.2004 15:53:23" - Status=OK - Warnings=0 - Log_File="/C/Shared Projects/OpenG/deab/example_projects/Test 001/deab_build.log" - [111.deab] - Version=0.0.0 - Build_Number=1 - Build_Date="07.12.2004 16:55:49" - Status=OK - Warnings=0 - Log_File="/C/Shared Projects/OpenG/deab/example_projects/Test 001/deab_build.log" [Test Build 001.ogbld] ! Version=0.0.0 ! Build_Number=7 ! Build_Date="22.12.2004 10:33:55" Status=OK Warnings=0 --- 1,6 ---- [Test Build 001.ogbld] ! Version=1.2.3 ! Build_Number=29 ! Build_Date="15.01.2005 16:22:24" Status=OK Warnings=0 *************** *** 22,26 **** [Test Build 002.ogbld] ! Version=0.0.0 Build_Number=3 Build_Date="04.01.2005 18:04:39" --- 8,12 ---- [Test Build 002.ogbld] ! Version=1.2.3 Build_Number=3 Build_Date="04.01.2005 18:04:39" Index: Test Build 001.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/Test Build 001.ogbld,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Test Build 001.ogbld 23 Dec 2004 04:33:22 -0000 1.1 --- Test Build 001.ogbld 15 Jan 2005 11:31:11 -0000 1.2 *************** *** 45,49 **** Remove Diagrams=FALSE Default Destination=FALSE ! Apply New Password=deab Namespace="" --- 45,49 ---- Remove Diagrams=FALSE Default Destination=FALSE ! Apply New Password=ogb Namespace="" *************** *** 81,82 **** --- 81,88 ---- SourceFile 1=*.txt + [VI Property - Test VI 002.vi] + Front Panel Window:Title = "Test VI built by OGB" + Front Panel Window:Window Bounds = 10;20;400;300 + Front Panel Window:Show Scroll Bars = False + VI Description = "This Test VI was built by OpenG Builder" + Execution:Is Reentrant = True Index: deab_build.log =================================================================== RCS file: /cvsroot/opengtoolkit/deab/example_projects/Test 001/deab_build.log,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** deab_build.log 4 Jan 2005 11:24:50 -0000 1.20 --- deab_build.log 15 Jan 2005 11:31:11 -0000 1.21 *************** *** 1,57 **** ! *** 18:04:36.3 : Build started [04.01.2005] File: Test Build 002.ogbld ! >>> 18:04:36.3 : Calling Pre-build VI started Pre-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! >>> 18:04:39.3 : Load Call-Back VI(s) started ! >>> 18:04:39.5 : DEAB Expand & Verify TL&D VI Paths started ! >>> 18:04:39.5 : Load VIs into Memory started 53 VIs have been loaded ! >>> 18:04:40.7 : Test VIs need be Unloaded started ! >>> 18:04:40.8 : Test for VI Unsaved Changes started ! >>> 18:04:40.8 : Generate Resources Copy Info started ! >>> 18:04:41.0 : Generate VI Building Info started ! >>> 18:04:41.2 : Revise Ambiguous VIs Destination started ! >>> 18:04:41.5 : Rename Build Root Dir If Exists started ! >>> 18:04:41.5 : Verify if Sources can be Removed started ! >>> 18:04:41.6 : Create Target Dirs and LLBs started ! >>> 18:04:41.7 : Save VIs to Destination started 53 VIs have been saved ! >>> 18:04:46.0 : UnLoad Top-Level and Dynamic VIs started ! >>> 18:04:46.1 : Copy Resource Files and Relink VIs started 6 Resource files have been copied ! >>> 18:04:47.1 : Set Top Level VIs in LLBs started ! >>> 18:04:47.2 : Convert LLBs to EXEs started ! >>> 18:04:47.3 : Copy Support Files started 5 Support files have been copied ! >>> 18:04:47.4 : Calling Post-build VI started Post-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! *** 18:04:49.8 : Build finished --- 1,61 ---- ! *** 16:22:22.8 : Build started [15.01.2005] File: Test Build 001.ogbld ! >>> 16:22:22.8 : Calling Pre-build VI started Pre-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! >>> 16:22:24.5 : Load Call-Back VI(s) started ! >>> 16:22:24.7 : DEAB Expand & Verify TL&D VI Paths started ! >>> 16:22:24.7 : Load VIs into Memory started 53 VIs have been loaded ! >>> 16:22:25.3 : Test VIs need be Unloaded started ! >>> 16:22:25.3 : Test for VI Unsaved Changes started ! >>> 16:22:25.4 : Generate Resources Copy Info started ! >>> 16:22:25.5 : Generate VI Building Info started ! >>> 16:22:25.9 : Revise Ambiguous VIs Destination started ! >>> 16:22:26.1 : Rename Build Root Dir If Exists started ! >>> 16:22:26.1 : Verify if Sources can be Removed started ! >>> 16:22:26.2 : Create Target Dirs and LLBs started ! >>> 16:22:26.3 : Set VI Properties started ! ! >>> 16:22:26.5 : Set Custom VI Properties started ! ! >>> 16:22:26.9 : Save VIs to Destination started 53 VIs have been saved ! >>> 16:22:34.8 : UnLoad Top-Level and Dynamic VIs started ! >>> 16:22:35.0 : Copy Resource Files and Relink VIs started 6 Resource files have been copied ! >>> 16:22:36.1 : Set Top Level VIs in LLBs started ! >>> 16:22:36.1 : Convert LLBs to EXEs started ! >>> 16:22:36.2 : Copy Support Files started 5 Support files have been copied ! >>> 16:22:36.3 : Calling Post-build VI started Post-build VI Path: C:\Shared Projects\OpenG\deab\example_projects\Test 001\Pre-Post Build VI Example.vi ! *** 16:22:37.9 : Build finished |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:58
|
Update of /cvsroot/opengtoolkit/deab/build support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/build support Modified Files: DEAB Pre-Post Build.vi OGB Help - Post Build VI.vi OGB Replace Keywords in File.vi Log Message: Index: OGB Replace Keywords in File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/build support/OGB Replace Keywords in File.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs9vV3aB and /tmp/cvsWuTF8P differ Index: OGB Help - Post Build VI.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/build support/OGB Help - Post Build VI.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTyXyDX and /tmp/cvs3rJRSc differ Index: DEAB Pre-Post Build.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/build support/DEAB Pre-Post Build.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsydj7ki and /tmp/cvs3sOsNx differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:57
|
Update of /cvsroot/opengtoolkit/deab In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425 Modified Files: OGB_Builder.llb build_ogb.deab build_ogb_revisions.txt Log Message: Index: OGB_Builder.llb =================================================================== RCS file: /cvsroot/opengtoolkit/deab/OGB_Builder.llb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsExyA7r and /tmp/cvs898J1G differ Index: build_ogb.deab =================================================================== RCS file: /cvsroot/opengtoolkit/deab/build_ogb.deab,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build_ogb.deab 30 Dec 2004 07:58:13 -0000 1.4 --- build_ogb.deab 15 Jan 2005 11:31:09 -0000 1.5 *************** *** 1,4 **** ! # DEAB Script to build DEAB Core ! # 14:07 30.12.2004 [General] --- 1,4 ---- ! # OGB Script to build OpenG Builder Core ! # 14:58 15.01.2005 [General] *************** *** 53,57 **** [Dynamic VIs] 1 = "Menu-Launch Stub/OpenG Builder.vi" ! ########################## --- 53,57 ---- [Dynamic VIs] 1 = "Menu-Launch Stub/OpenG Builder.vi" ! 2 = "support/Generic Set Single Property Template.vi" ########################## Index: build_ogb_revisions.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/build_ogb_revisions.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** build_ogb_revisions.txt 4 Jan 2005 11:24:49 -0000 1.31 --- build_ogb_revisions.txt 15 Jan 2005 11:31:09 -0000 1.32 *************** *** 1,6 **** [build_ogb.deab] Version=1.0.0-alpha3 ! Build_Number=151 ! Build_Date="04.01.2005 18:15:51" Status=OK Warnings=0 --- 1,6 ---- [build_ogb.deab] Version=1.0.0-alpha3 ! Build_Number=153 ! Build_Date="15.01.2005 18:20:32" Status=OK Warnings=0 *************** *** 9,14 **** [build_ogb_api.deab] Version=1.0.0-alpha3 ! Build_Number=91 ! Build_Date="29.12.2004 17:16:03" Status=OK Warnings=0 --- 9,14 ---- [build_ogb_api.deab] Version=1.0.0-alpha3 ! Build_Number=92 ! Build_Date="15.01.2005 18:22:17" Status=OK Warnings=0 *************** *** 17,22 **** [build_ogb_help.deab] Version=1.0.0-alpha3 ! Build_Number=40 ! Build_Date="04.01.2005 18:17:30" Status=OK Warnings=0 --- 17,22 ---- [build_ogb_help.deab] Version=1.0.0-alpha3 ! Build_Number=44 ! Build_Date="15.01.2005 18:27:07" Status=OK Warnings=0 |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:46
|
Update of /cvsroot/opengtoolkit/deab/source/Static API In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/Static API Modified Files: Build Application from Build File.vi Build Application.vi Read Build File.vi Log Message: Index: Build Application from Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application from Build File.vi,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 Binary files /tmp/cvsKHXo5t and /tmp/cvsumqWEA differ Index: Read Build File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Read Build File.vi,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 Binary files /tmp/cvsHsZLWt and /tmp/cvsqdVDjB differ Index: Build Application.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Static API/Build Application.vi,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 Binary files /tmp/cvso4GQxD and /tmp/cvs9XwC3K differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:28
|
Update of /cvsroot/opengtoolkit/deab/source/Dynamic API In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/Dynamic API Modified Files: Build Application API.vi Call-Back VI Template.vit Launch OGB GUI.vi Pre-Post Build VI Template.vit Read Build File API.vi Log Message: Index: Pre-Post Build VI Template.vit =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Dynamic API/Pre-Post Build VI Template.vit,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 Binary files /tmp/cvsgwjWzC and /tmp/cvshwnKrw differ Index: Read Build File API.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Dynamic API/Read Build File API.vi,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvs6KYBiO and /tmp/cvs1tqkoI differ Index: Build Application API.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Dynamic API/Build Application API.vi,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 Binary files /tmp/cvs1ECcFm and /tmp/cvs1Hq16g differ Index: Launch OGB GUI.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Dynamic API/Launch OGB GUI.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrg84dq and /tmp/cvskkGkJk differ Index: Call-Back VI Template.vit =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Dynamic API/Call-Back VI Template.vit,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvswPiCCQ and /tmp/cvsEYFvuL differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:27
|
Update of /cvsroot/opengtoolkit/deab/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source Modified Files: VI Tree - OGB.vi VI Tree - OGB_API.vi Log Message: Index: VI Tree - OGB.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/VI Tree - OGB.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsnIeoMM and /tmp/cvsbAm85F differ Index: VI Tree - OGB_API.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/VI Tree - OGB_API.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs1wXHXa and /tmp/cvsZ89iq4 differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:27
|
Update of /cvsroot/opengtoolkit/deab/source/Support/Data Structures In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/Support/Data Structures Modified Files: Build Parameters Constant.vi Build Parameters.ctl Log Message: Index: Build Parameters.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Data Structures/Build Parameters.ctl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsGx22XA and /tmp/cvsXLDOkt differ Index: Build Parameters Constant.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/Support/Data Structures/Build Parameters Constant.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsEJQtNP and /tmp/cvsynFJ2I differ |
From: Konstantin S. <ks...@us...> - 2005-01-15 11:32:27
|
Update of /cvsroot/opengtoolkit/deab/source/Support/Data Structures/Build Parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29425/source/Support/Data Structures/Build Parameters Added Files: VI Property Specifiers Info Cluster.ctl Log Message: --- NEW FILE: VI Property Specifiers Info Cluster.ctl --- (This appears to be a binary file; contents omitted.) |
From: Rolf K. <lab...@us...> - 2005-01-11 09:51:52
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15071/source Modified Files: lvzlib.dll Added Files: lvzip2_0.txt Log Message: Removed the toolkit sp!ecific function to read and change file attributes as the one in the file toolkit works now --- NEW FILE: lvzip2_0.txt --- LabVIEW ZIP library ------------------- Copyright 2002-2005 Rolf Kalbermatter Please read this document before you upgrade from an older LVZIP library to this version. The new version of LVZIP has some new features and some modifications. New features: ------------- 1) Password support (limited tested) ZLIB Extract All Files To Dir.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 throughly tested at this time. 2) Adding of files into existing ZIP archive supoorted 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. Following table shows the old and new settings old value new value remarks False create new truncates existing file 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 and all 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. 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 problm for most users as it is unlikely this parameter was wired. 2) To simplify the interface of the file info the according structure 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 FileInfo.ctl The old VIs and custom control with the old connector pane are stored under the same name but with the appendix "Old" just before the ".vi" file ending. 3) The connector pane to the "ZLIB Store File.vi" has also changed because there were to few connectors to support password and all extra information. A VI compatible to the old version has been named ZLIB Store File Old.vi 4) I was successful in making the "File Info.vi" function from the file package working again. In doing so the "Time Info.vi" function, which really was a subset implementation of "File Info.vi" is now obsolete and has been removed. Have fun Rolf Kalbermatter Index: lvzlib.dll =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzlib.dll,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsDV42uM and /tmp/cvshAZzaZ differ |
From: Rolf K. <lab...@us...> - 2005-01-11 09:51:24
|
Update of /cvsroot/opengtoolkit/lvzip/source/macbin.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15071/source/macbin.llb Modified Files: MACBIN Copy Fork From File.vi MACBIN Copy Fork To File.vi MACBIN Encode MacBinary.vi MACBIN Open Resource Fork.vi MACBIN Resource File Info.vi MACBIN Verify Header.vi Log Message: Removed the toolkit sp!ecific function to read and change file attributes as the one in the file toolkit works now 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsuxFZiv and /tmp/cvsgl4THm differ Index: MACBIN Open Resource Fork.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Open Resource Fork.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsyQ9s54 and /tmp/cvssdDXYW differ Index: MACBIN Encode MacBinary.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Encode MacBinary.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvswyIR8d and /tmp/cvsr9CEb6 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsuLVNbo and /tmp/cvsnUDlhg differ Index: MACBIN Resource File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Resource File Info.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsFRgXts and /tmp/cvsbliUCk differ Index: MACBIN Verify Header.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/macbin.llb/MACBIN Verify Header.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsxCQSYN and /tmp/cvs6ztemG differ |
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15071/source/lvzip.llb Removed Files: ZLIB Enumerate File Contents New.vi ZLIB File Info New.ctl ZLIB Get Current File Info New.vi ZLIB Store File New.vi ZLIB Time Info.ctl ZLIB Time Info.vi Log Message: Removed the toolkit sp!ecific function to read and change file attributes as the one in the file toolkit works now --- ZLIB File Info New.ctl DELETED --- --- ZLIB Time Info.ctl DELETED --- --- ZLIB Time Info.vi DELETED --- --- ZLIB Enumerate File Contents New.vi DELETED --- --- ZLIB Get Current File Info New.vi DELETED --- --- ZLIB Store File New.vi DELETED --- |
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21219/source/lvzip.llb Modified Files: ZLIB Convert File Info.vi ZLIB Copy Raw File.vi ZLIB Delete Files From Archive.vi ZLIB Enumerate File Contents Old.vi ZLIB Enumerate File Contents.vi ZLIB Extract All Files To Dir.vi ZLIB Extract File.vi ZLIB File Info.ctl ZLIB Get Current File Info Old.vi ZLIB Get Current File Info.vi ZLIB Open Write File.vi ZLIB Store File.vi ZLIB VI Tree.vi Log Message: Minor adaptions Index: ZLIB Convert File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Convert File Info.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsHhp2Ou and /tmp/cvsQrhRKD differ Index: ZLIB Store File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Store File.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsEitViH and /tmp/cvs4bf6mQ 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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsrq07kP and /tmp/cvsEjAQsY differ Index: ZLIB VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB VI Tree.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvswdV7L2 and /tmp/cvsLxgV4b 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLJt7aa and /tmp/cvsDUsFzj differ Index: ZLIB Enumerate File Contents.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsYOhulW and /tmp/cvs7EzZj6 differ Index: ZLIB Get Current File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get Current File Info.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvs0UMU14 and /tmp/cvsOOpq5e differ Index: ZLIB File Info.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB File Info.ctl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsezRjAm and /tmp/cvsh8lGPw differ Index: ZLIB Extract File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Extract File.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsRasO0l and /tmp/cvsS0ZHkw 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs61bkii and /tmp/cvsW0LNft differ Index: ZLIB Copy Raw File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Copy Raw File.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsSntfUF and /tmp/cvsTqM7bR 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.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsXVzMlx and /tmp/cvsIjJPiJ differ Index: ZLIB Open Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Write File.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvshTzhT1 and /tmp/cvs1RjMde differ |
Update of /cvsroot/opengtoolkit/lvzip/source/lvzip.llb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12376/source/lvzip.llb Modified Files: ZLIB Close Read File.vi ZLIB Compress Directory.vi ZLIB Compress Files.vi ZLIB Convert File Info.vi ZLIB Copy Raw File.vi ZLIB Delete Files From Archive.vi ZLIB Enumerate File Contents.vi ZLIB Extract All Files To Dir.vi ZLIB Extract File.vi ZLIB File Info.ctl ZLIB Get Current File Info.vi ZLIB Open Write File.vi ZLIB Open Zip Archive.vi ZLIB Store File.vi ZLIB VI Tree.vi Added Files: ZLIB Enumerate File Contents Old.vi ZLIB File Info Old.ctl ZLIB Get Current File Info Old.vi ZLIB Open ZIP Mode.ctl ZLIB Store File Old.vi Log Message: Clean up of new version --- NEW FILE: ZLIB Store File Old.vi --- (This appears to be a binary file; contents omitted.) Index: ZLIB Store File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Store File.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvssXA92z and /tmp/cvsMEbrbE differ Index: ZLIB Compress Directory.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Directory.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvszEQanJ and /tmp/cvsa7L5BN 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsqv9y1d and /tmp/cvsJLdOEi differ Index: ZLIB Open Write File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Write File.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsqzCj5D and /tmp/cvsoPsJZI differ --- NEW FILE: ZLIB Open ZIP Mode.ctl --- (This appears to be a binary file; contents omitted.) Index: ZLIB Open Zip Archive.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Open Zip Archive.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsplGTcI and /tmp/cvsS5zabN differ --- NEW FILE: ZLIB Enumerate File Contents Old.vi --- (This appears to be a binary file; contents omitted.) Index: ZLIB Enumerate File Contents.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsi1KW3M and /tmp/cvsPqkE5R differ Index: ZLIB Get Current File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Get Current File Info.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsUT2aiT and /tmp/cvsuJCMoY differ Index: ZLIB Convert File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Convert File Info.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsr8f8A3 and /tmp/cvsHCi2O8 differ Index: ZLIB File Info.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB File Info.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjD8MRi and /tmp/cvsWkrRco differ Index: ZLIB Extract File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Extract File.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsLnyEgm and /tmp/cvsfmbhFr differ --- NEW FILE: ZLIB Get Current File Info Old.vi --- (This appears to be a binary file; contents omitted.) Index: ZLIB Close Read File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Close Read File.vi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs2CItom and /tmp/cvs0KgnSr differ Index: ZLIB Copy Raw File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Copy Raw File.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsJs81Hz and /tmp/cvsS2vXjF 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs9doq7E and /tmp/cvsBgysOK differ Index: ZLIB VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB VI Tree.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvscnw3CN and /tmp/cvsMDQatT differ --- NEW FILE: ZLIB File Info Old.ctl --- (This appears to be a binary file; contents omitted.) Index: ZLIB Compress Files.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip.llb/ZLIB Compress Files.vi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvs6d6cPn and /tmp/cvsPEgF5t differ |
From: Rolf K. <lab...@us...> - 2005-01-10 21:13:46
|
Update of /cvsroot/opengtoolkit/file/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24780/source Modified Files: File Info.vi Log Message: Removed some left overs from debugging Index: File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/File Info.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsO1TK83 and /tmp/cvswnav5D differ |
From: Rolf K. <lab...@us...> - 2005-01-10 21:09:35
|
Update of /cvsroot/opengtoolkit/file/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23333/source Modified Files: File Info.vi Log Message: Fixed stupid bug which caused the set operation to almost always do nothing, but really should have crashed sometimes!! Index: File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/File Info.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsCrcd4I and /tmp/cvsGAdzdc differ |
Update of /cvsroot/opengtoolkit/file/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25861/source Modified Files: File Info.vi Strip Path Extension - Path.vi Strip Path Extension - String.vi VI Tree - file.vi Added Files: Force File Move.vi Temporary Filename.vi Log Message: Added function for unique temporary filename and one to forcefully move a file. --- NEW FILE: Temporary Filename.vi --- (This appears to be a binary file; contents omitted.) Index: Strip Path Extension - String.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - String.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs76LcWP and /tmp/cvsZWw3pL differ Index: VI Tree - file.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/VI Tree - file.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsmQRAIk and /tmp/cvsZTwDEg differ Index: File Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/File Info.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsYcNfjU and /tmp/cvsaF7NlR differ Index: Strip Path Extension - Path.vi =================================================================== RCS file: /cvsroot/opengtoolkit/file/source/Strip Path Extension - Path.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsz2sNrc and /tmp/cvsZwVcN9 differ --- NEW FILE: Force File Move.vi --- (This appears to be a binary file; contents omitted.) |
From: Rolf K. <lab...@us...> - 2005-01-06 01:14:03
|
Update of /cvsroot/opengtoolkit/time In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23087 Modified Files: time.spec Log Message: Added function to calculate ISO 8601 week day and week number Index: time.spec =================================================================== RCS file: /cvsroot/opengtoolkit/time/time.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** time.spec 16 Nov 2004 04:34:07 -0000 1.5 --- time.spec 6 Jan 2005 01:13:48 -0000 1.6 *************** *** 58,62 **** Replace Mode=Always ! Num Files=5 File 0=dir.mnu --- 58,62 ---- Replace Mode=Always ! Num Files=6 File 0=dir.mnu *************** *** 65,68 **** --- 65,69 ---- File 3="time.llb/Wait (ms)__ogtk.vi" File 4="time.llb/Wait Until Next ms Multiple__ogtk.vi" + File 5="time.llb/ISO Week Number.vi__ogtk.vi |