Changeset 1694 for trunk/dll


Ignore:
Timestamp:
Aug 12, 2013, 12:38:03 AM (12 years ago)
Author:
Gregg Young
Message:

Added comments for CS 1690 & 1692

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1692 r1694  
    8888  13 Aug 11 GKY Change to Doxygen comment format
    8989  30 Jul 13 GKY Changes to allow 7z archiver to work with AV.
     90  05 Aug 13 GKY Changes to allow Lzip to work with AV
     91  11 Aug 13 GKY Removed code that attempted to use the archive name as the extract directory
     92                It was never fully implemented and doesn't make sense for the container.
    9093
    9194***********************************************************************/
  • trunk/dll/extract.c

    r1692 r1694  
    55
    66  Copyright (c) 1993-98 M. Kimes
    7   Copyright (c) 2004, 2010 Steven H. Levine
     7  Copyright (c) 2004, 2013 Steven H. Levine
    88
    99  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    1818                for the extract path.
    1919  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    20   17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     20  17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    2121  23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help
     22  11 Aug 13 GKY Fix directory create failure on extract to directory based on archive name
     23                if the name needed quoting.
    2224
    2325***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.