Changeset 1119


Ignore:
Timestamp:
Aug 24, 2008, 11:46:42 PM (17 years ago)
Author:
Gregg Young
Message:

Comments for CS 1118 (Tickets 154 (not 152), 270)

Location:
trunk/dll
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r1118 r1119  
    1919  29 Feb 08 GKY Use xfree where appropriate
    2020  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     21  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2122
    2223**************************************************************************************/
  • trunk/dll/avv.c

    r1118 r1119  
    2626  29 Feb 08 GKY Changes to enable user settable command line length
    2727  24 Aug 08 GKY Fix truncation of cmdline length to 3 characters is now MaxComLineStrg
     28  24 Aug 08 GKY Warn full drive on save of .BB2 file; prevent loss of existing file
    2829
    2930***********************************************************************/
  • trunk/dll/cmdline.c

    r1118 r1119  
    1919  20 Apr 08 GKY New variable names; Save and Load command lines of user set length
    2020  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     21  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2122
    2223***********************************************************************/
  • trunk/dll/command.c

    r1118 r1119  
    2626  18 Jul 08 SHL Add Fortify support
    2727  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     28  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2829
    2930***********************************************************************/
  • trunk/dll/filter.c

    r1118 r1119  
    1616  29 Feb 08 GKY Use xfree where appropriate
    1717  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     18  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    1819
    1920***********************************************************************/
  • trunk/dll/grep2.c

    r1118 r1119  
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2222  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     23  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2324
    2425  fixme for more excess locals to be gone
  • trunk/dll/remap.c

    r1118 r1119  
    1515  29 Feb 08 GKY Use xfree where appropriate
    1616  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     17  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    1718
    1819***********************************************************************/
  • trunk/dll/saveclip.c

    r1118 r1119  
    2424  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
    2525  20 Jul 08 GKY Modify ListtoClipHab to provide either fullpath name or filename for save to clipboard
     26  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    2627
    2728***********************************************************************/
  • trunk/dll/tools.c

    r1118 r1119  
    1919  29 Feb 08 GKY Use xfree where appropriate
    2020  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     21  24 Aug 08 GKY Warn full drive on save of .DAT & .TLS files; prevent loss of existing file
    2122
    2223***********************************************************************/
  • trunk/dll/walkem.c

    r1118 r1119  
    3333  18 Jul 08 SHL More Fortify support
    3434  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName
     35  24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file
    3536
    3637***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.