Changes between Initial Version and Version 2 of Ticket #1570


Ignore:
Timestamp:
Mar 24, 2016, 1:48:38 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1570

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1570 – Description

    initial v2  
    1010and doesn't abort) and to improve the error message in readdir (which is likely a cut and paste error).
    1111
    12 
     12{{{
    1313--- base/src/darwinports1.0/darwinports.tcl      Sat Feb 28 13:50:08 2004
    1414+++ base/src/darwinports1.0/fixed_darwinports.tcl        Sat Feb 28 13:49:49 2004
     
    2626                ui_debug "Found Dependency: path: $path filename: $filename regex: $depregex"
    2727                set found 1
     28}}}
    2829
    29 
    30 
     30{{{
    3131--- base/src/pextlib1.0/Pextlib.c   Sat Feb 28 14:00:35 2004
    3232+++ base/src/pextlib1.0/fixed_Pextlib.c     Sat Feb 28 13:13:29 2004
     
    4040        }
    4141        tcl_result = Tcl_NewListObj(0, NULL);
     42}}}