Overview
| Comment: | Fixed issue with opening directories returning wrong error | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
1955802108b6786731ecfb9ddf4152c9 | 
| User & Date: | rkeene on 2010-09-26 04:49:25 | 
| Other Links: | manifest | tags | 
Context
| 
   2010-09-26 
 | ||
| 04:49 | Renamed patch to more appropriate name check-in: e0bcd16a13 user: rkeene tags: trunk | |
| 04:49 | Fixed issue with opening directories returning wrong error check-in: 1955802108 user: rkeene tags: trunk | |
| 04:49 | Updated to not remount TclKit VFS in initialization check-in: c7d604dff8 user: rkeene tags: trunk | |
Changes
Modified tclvfs/patches/all/tclvfs-20080503-zipvfs-clock_and_append_to_exe.diff from [776417ea28] to [9b98f84953].
  | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22  | - - - - - + + + + + + + + + + + + + + +  | 
  | 
| ︙ | |||
30 31 32 33 34 35 36  | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72  | - + - + - +  | 
-	# Only mday can be wrong, at end of month
-	incr mday -1
     }
+
     return $res
 }
 
 |