Changeset 1358 for trunk/dll


Ignore:
Timestamp:
Dec 27, 2008, 1:03:08 AM (17 years ago)
Author:
Gregg Young
Message:

Comments for CS 1354/55

Location:
trunk/dll
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1354 r1358  
    5959  08 Sep 08 SHL Avoid aliased pszLongName pointer in ActionCnrThread IDM_MOVE
    6060  10 Dec 08 SHL Integrate exception handler support
     61  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis.
    6162
    6263***********************************************************************/
  • trunk/dll/filldir.c

    r1355 r1358  
    6262                tree scan completion; prevents duplicate directory names in tree.
    6363  10 Dec 08 SHL Integrate exception handler support
     64  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     65  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
    6466
    6567***********************************************************************/
  • trunk/dll/filldir.h

    r1354 r1358  
    1010
    1111  05 Jan 08 SHL Split from fm3dll.h
     12  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
    1213
    1314***********************************************************************/
  • trunk/dll/flesh.c

    r1354 r1358  
    2121  29 Feb 08 GKY Use xfree where appropriate
    2222  24 Nov 08 GKY remove redundant code and minor speed up of Stubby
     23  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
     24  25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
     25                to prevent duplicate directory names in tree following a copy before initial scan.
    2326
    2427***********************************************************************/
  • trunk/dll/fm3dlg.h

    r1354 r1358  
    2525  30 Nov 08 GKY Add the option of creating a subdirectory from the arcname
    2626                for the extract path to arc container.
     27  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
     28  25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
     29                to prevent duplicate directory names in tree following a copy before initial scan.
     30  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    2731
    2832***********************************************************************/
  • trunk/dll/fm3dll.h

    r1354 r1358  
    8787  xx Sep 08 JBS Ticket 187 (Refactor fm2dll.h): All function declarations and data
    8888                definitions/declarations moved to other include files.
     89  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     90  25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
     91                to prevent duplicate directory names in tree following a copy before initial scan.
    8992
    9093***********************************************************************/
  • trunk/dll/fm3res.dlg

    r1354 r1358  
    4040  29 Nov 08 GKY Add the option of creating a subdirectory from the arcname
    4141                for the extract path to extract dialog and arc container.
     42  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     43  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
    4244
    4345***********************************************************************/
  • trunk/dll/info.c

    r1354 r1358  
    2525  30 Dec 07 GKY Use CommaFmtULL
    2626  29 Feb 08 GKY Use xfree where appropriate
     27  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     28  25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
     29                to prevent duplicate directory names in tree following a copy before initial scan.
    2730
    2831***********************************************************************/
  • trunk/dll/init.c

    r1354 r1358  
    6161                for the extract path to arc container.
    6262  10 Dec 08 SHL Integrate exception handler support
     63  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    6364
    6465***********************************************************************/
  • trunk/dll/misc.c

    r1354 r1358  
    5151                Change menu wording to make these easier to find
    5252  23 Aug 08 GKY Add CheckDriveSpaceAvail To pre check drive space to prevent failures
     53  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    5354
    5455***********************************************************************/
  • trunk/dll/mkdir.c

    r1354 r1358  
    1212  29 Feb 08 GKY Refactor global command line variables to notebook.h
    1313  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory
     14  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    1415
    1516***********************************************************************/
  • trunk/dll/notebook.c

    r1354 r1358  
    4242  30 Nov 08 GKY Add the option of creating a subdirectory from the arcname
    4343                for the extract path to arc container.
     44  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
    4445
    4546***********************************************************************/
  • trunk/dll/notebook.h

    r1354 r1358  
    1212  29 Feb 08 GKY Refactor global command line variables to notebook.h
    1313  20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container.
     14  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
    1415
    1516***********************************************************************/
  • trunk/dll/rename.c

    r1354 r1358  
    1313  27 Sep 07 SHL Correct ULONGLONG size formatting
    1414  30 Dec 07 GKY Use TestFDates for comparing dates
     15  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    1516
    1617***********************************************************************/
  • trunk/dll/seeall.c

    r1354 r1358  
    3939                Change menu wording to make these easier to find
    4040  10 Dec 08 SHL Integrate exception handler support
     41  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    4142
    4243***********************************************************************/
  • trunk/dll/valid.c

    r1355 r1358  
    2727  30 Dec 07 GKY Add TestCDates to compare CNRITEMs by CDATE/CTIME data
    2828  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory
     29  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    2930
    3031***********************************************************************/
  • trunk/dll/valid.h

    r1354 r1358  
    1010
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     12  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    1213
    1314***********************************************************************/
  • trunk/dll/viewer.c

    r1228 r1358  
    357357                         WC_MLE,
    358358                         (PSZ) NULL,
    359                          MLS_HSCROLL | MLS_VSCROLL | MLS_BORDER |
    360                          WS_VISIBLE,
     359                         MLS_VSCROLL | MLS_BORDER |
     360                         WS_VISIBLE | MLS_HSCROLL,
    361361                         0,
    362362                         0,
     
    462462      MLEsetformat(hwndMLE, MLFIE_NOTRANS);
    463463      WinSetSysValue(HWND_DESKTOP, SV_INSERTMODE, TRUE);
    464       vw->fWrap = TRUE;
     464      vw->fWrap = FALSE;
    465465      vw->fStripTrail = TRUE;
    466466      vw->fStripTrailLines = TRUE;
  • trunk/dll/worker.c

    r1354 r1358  
    3535                on dead CNRITEMS.
    3636  10 Dec 08 SHL Integrate exception handler support
     37  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     38  25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
     39                to prevent duplicate directory names in tree following a copy before initial scan.
    3740
    3841***********************************************************************/
  • trunk/dll/wrappers.c

    r1354 r1358  
    1515  06 Oct 07 SHL Add xDos...() wrappers to support systems wo/large file support (Gregg, Steven)
    1616  05 May 08 SHL Add FORTIFY support
     17  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    1718
    1819***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.