rubyzip 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rubyzip might be problematic. Click here for more details.
- data/ChangeLog +1265 -0
 - data/NEWS +106 -0
 - data/README +69 -0
 - data/Rakefile +110 -0
 - data/TODO +9 -0
 - data/install.rb +22 -0
 - data/lib/zip/ioextras.rb +117 -0
 - data/lib/zip/stdrubyext.rb +111 -0
 - data/lib/zip/tempfile_bugfixed.rb +195 -0
 - data/lib/zip/zip.rb +1543 -0
 - data/lib/zip/zipfilesystem.rb +609 -0
 - data/lib/zip/ziprequire.rb +90 -0
 - data/samples/example.rb +69 -0
 - data/samples/example_filesystem.rb +34 -0
 - data/samples/gtkRubyzip.rb +86 -0
 - data/samples/write_simple.rb +13 -0
 - data/samples/zipfind.rb +74 -0
 - data/test/alltests.rb +9 -0
 - data/test/data/file1.txt +46 -0
 - data/test/data/file1.txt.deflatedData +0 -0
 - data/test/data/file2.txt +1504 -0
 - data/test/data/notzippedruby.rb +7 -0
 - data/test/data/rubycode.zip +0 -0
 - data/test/data/rubycode2.zip +0 -0
 - data/test/data/testDirectory.bin +0 -0
 - data/test/data/zipWithDirs.zip +0 -0
 - data/test/gentestfiles.rb +155 -0
 - data/test/ioextrastest.rb +208 -0
 - data/test/stdrubyexttest.rb +52 -0
 - data/test/zipfilesystemtest.rb +829 -0
 - data/test/ziprequiretest.rb +43 -0
 - data/test/ziptest.rb +1557 -0
 - metadata +68 -0
 
    
        data/ChangeLog
    ADDED
    
    | 
         @@ -0,0 +1,1265 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            2005-03-03 18:38  thomas
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            	* Rakefile: [no log message]
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            2005-02-27 16:23  thomas
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            	* lib/zip/ziprequire.rb: Added documentation to ziprequire
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            2005-02-27 16:17  thomas
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            	* README, TODO, lib/zip/ziprequire.rb: Added documentation to
         
     | 
| 
      
 12 
     | 
    
         
            +
            	  ziprequire
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            2005-02-27 15:02  thomas
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            	* Rakefile, test/ziptest.rb: [no log message]
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            2005-02-19 21:30  thomas
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            	* lib/zip/ioextras.rb, lib/zip/stdrubyext.rb,
         
     | 
| 
      
 21 
     | 
    
         
            +
            	  lib/zip/tempfile_bugfixed.rb, lib/zip/zip.rb,
         
     | 
| 
      
 22 
     | 
    
         
            +
            	  lib/zip/ziprequire.rb, test/ioextrastest.rb,
         
     | 
| 
      
 23 
     | 
    
         
            +
            	  test/stdrubyexttest.rb, test/zipfilesystemtest.rb,
         
     | 
| 
      
 24 
     | 
    
         
            +
            	  test/ziprequiretest.rb, test/ziptest.rb: Added more rdoc and
         
     | 
| 
      
 25 
     | 
    
         
            +
            	  changed the remaining tests to Test::Unit
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            2005-02-19 20:28  thomas
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            	* lib/zip/: ioextras.rb, zip.rb: Added documentation to
         
     | 
| 
      
 30 
     | 
    
         
            +
            	  ZipInputStream and ZipOutputStream
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            2005-02-18 10:27  thomas
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            	* README: [no log message]
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            2005-02-17 23:21  thomas
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
            	* README, Rakefile: Added ppackage (publish package) task to
         
     | 
| 
      
 39 
     | 
    
         
            +
            	  Rakefile
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            2005-02-17 22:49  thomas
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            	* README, Rakefile, TODO: Added pdoc (publish doc) task to Rakefile
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            2005-02-17 21:27  thomas
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            	* README, Rakefile, TODO, lib/zip/stdrubyext.rb, lib/zip/zip.rb,
         
     | 
| 
      
 48 
     | 
    
         
            +
            	  lib/zip/zipfilesystem.rb: Added a bunch of documentation
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
            2005-02-17 09:47  thomas
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            	* test/ziptest.rb: [no log message]
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
            2005-02-16 20:04  thomas
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
            	* NEWS, README, Rakefile: Improved documentation and added rdoc
         
     | 
| 
      
 57 
     | 
    
         
            +
            	  task to Rakefile
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
            2005-02-16 19:01  thomas
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
            	* NEWS, Rakefile, lib/zip/zip.rb: [no log message]
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
            2005-02-16 18:47  thomas
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
            	* Rakefile, samples/example.rb, samples/example_filesystem.rb,
         
     | 
| 
      
 66 
     | 
    
         
            +
            	  samples/gtkRubyzip.rb, samples/write_simple.rb,
         
     | 
| 
      
 67 
     | 
    
         
            +
            	  samples/zipfind.rb, test/.cvsignore, test/gentestfiles.rb:
         
     | 
| 
      
 68 
     | 
    
         
            +
            	  Improvements to Rakefile
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            2005-02-15 23:35  thomas
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
            	* NEWS, TODO: [no log message]
         
     | 
| 
      
 73 
     | 
    
         
            +
             
     | 
| 
      
 74 
     | 
    
         
            +
            2005-02-15 23:26  thomas
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
            	* Rakefile, rubyzip.gemspec: Now uses Rake to build gem
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
            2005-02-15 22:52  thomas
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
            	* Rakefile: [no log message]
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
            2005-02-15 22:39  thomas
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
            	* lib/zip/zip.rb, test/.cvsignore, test/ziptest.rb, NEWS: Fixed
         
     | 
| 
      
 85 
     | 
    
         
            +
            	  compatibility issue with ruby 1.8.2. Migrated test suite to
         
     | 
| 
      
 86 
     | 
    
         
            +
            	  Test::Unit
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
            2005-02-15 22:10  thomas
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            	* NEWS, lib/zip/ioextras.rb, lib/zip/stdrubyext.rb,
         
     | 
| 
      
 91 
     | 
    
         
            +
            	  lib/zip/tempfile_bugfixed.rb, lib/zip/zip.rb,
         
     | 
| 
      
 92 
     | 
    
         
            +
            	  lib/zip/zipfilesystem.rb, lib/zip/ziprequire.rb, test/.cvsignore,
         
     | 
| 
      
 93 
     | 
    
         
            +
            	  test/file1.txt, test/file1.txt.deflatedData, test/file2.txt,
         
     | 
| 
      
 94 
     | 
    
         
            +
            	  test/gentestfiles.rb, test/ioextrastest.rb,
         
     | 
| 
      
 95 
     | 
    
         
            +
            	  test/notzippedruby.rb, test/rubycode.zip, test/rubycode2.zip,
         
     | 
| 
      
 96 
     | 
    
         
            +
            	  test/stdrubyexttest.rb, test/testDirectory.bin,
         
     | 
| 
      
 97 
     | 
    
         
            +
            	  test/zipWithDirs.zip, test/zipfilesystemtest.rb,
         
     | 
| 
      
 98 
     | 
    
         
            +
            	  test/ziprequiretest.rb, test/ziptest.rb, test/data/.cvsignore,
         
     | 
| 
      
 99 
     | 
    
         
            +
            	  test/data/file1.txt, test/data/file1.txt.deflatedData,
         
     | 
| 
      
 100 
     | 
    
         
            +
            	  test/data/file2.txt, test/data/notzippedruby.rb,
         
     | 
| 
      
 101 
     | 
    
         
            +
            	  test/data/rubycode.zip, test/data/rubycode2.zip,
         
     | 
| 
      
 102 
     | 
    
         
            +
            	  test/data/testDirectory.bin, test/data/zipWithDirs.zip: Changed
         
     | 
| 
      
 103 
     | 
    
         
            +
            	  directory structure
         
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
            2005-02-13 22:44  thomas
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            	* Rakefile, TODO: [no log message]
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
            2005-02-13 22:38  thomas
         
     | 
| 
      
 110 
     | 
    
         
            +
             
     | 
| 
      
 111 
     | 
    
         
            +
            	* rubyzip.gemspec: [no log message]
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
            2005-02-13 21:53  thomas
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            	* install.rb: Made install.rb independent of the current path
         
     | 
| 
      
 116 
     | 
    
         
            +
            	  (fixes bug reported by Drew Robinson)
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
            2004-12-12 11:22  thomas
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
            	* NEWS, TODO, samples/write_simple.rb: Fixed 'version needed to
         
     | 
| 
      
 121 
     | 
    
         
            +
            	  extract'-field wrong in local headers
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            2004-05-02 15:17  thomas
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
            	* rubyzip.gemspec: Added gemspec contributed by Chad Fowler
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
            2004-04-02 07:25  thomas
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
            	* NEWS: Fix for FreeBSD 4.9
         
     | 
| 
      
 130 
     | 
    
         
            +
             
     | 
| 
      
 131 
     | 
    
         
            +
            2004-03-29 00:28  thomas
         
     | 
| 
      
 132 
     | 
    
         
            +
             
     | 
| 
      
 133 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
      
 135 
     | 
    
         
            +
            2004-03-28 17:59  thomas
         
     | 
| 
      
 136 
     | 
    
         
            +
             
     | 
| 
      
 137 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
            2004-03-27 16:09  thomas
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
            	* test/stdrubyexttest.rb: Patch for stdrubyext.rb from Nobu Nakada
         
     | 
| 
      
 142 
     | 
    
         
            +
             
     | 
| 
      
 143 
     | 
    
         
            +
            2004-03-27 15:30  thomas
         
     | 
| 
      
 144 
     | 
    
         
            +
             
     | 
| 
      
 145 
     | 
    
         
            +
            	* test/: ioextrastest.rb, stdrubyexttest.rb: converted some files
         
     | 
| 
      
 146 
     | 
    
         
            +
            	  to unix line-endings
         
     | 
| 
      
 147 
     | 
    
         
            +
             
     | 
| 
      
 148 
     | 
    
         
            +
            2004-03-25 16:34  thomas
         
     | 
| 
      
 149 
     | 
    
         
            +
             
     | 
| 
      
 150 
     | 
    
         
            +
            	* NEWS, install.rb: Significantly reduced memory footprint when
         
     | 
| 
      
 151 
     | 
    
         
            +
            	  modifying zip files
         
     | 
| 
      
 152 
     | 
    
         
            +
             
     | 
| 
      
 153 
     | 
    
         
            +
            2004-03-16 18:20  thomas
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
            	* install.rb, test/alltests.rb, test/ioextrastest.rb,
         
     | 
| 
      
 156 
     | 
    
         
            +
            	  test/stdrubyexttest.rb, test/ziptest.rb: IO utility classes moved
         
     | 
| 
      
 157 
     | 
    
         
            +
            	  to new file ioextras.rb. Tests moved to new file ioextrastest.rb
         
     | 
| 
      
 158 
     | 
    
         
            +
             
     | 
| 
      
 159 
     | 
    
         
            +
            2004-02-27 13:21  thomas
         
     | 
| 
      
 160 
     | 
    
         
            +
             
     | 
| 
      
 161 
     | 
    
         
            +
            	* NEWS: Optimization to avoid decompression and recompression
         
     | 
| 
      
 162 
     | 
    
         
            +
             
     | 
| 
      
 163 
     | 
    
         
            +
            2004-01-30 16:17  thomas
         
     | 
| 
      
 164 
     | 
    
         
            +
             
     | 
| 
      
 165 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 166 
     | 
    
         
            +
             
     | 
| 
      
 167 
     | 
    
         
            +
            2004-01-30 16:07  thomas
         
     | 
| 
      
 168 
     | 
    
         
            +
             
     | 
| 
      
 169 
     | 
    
         
            +
            	* README, test/zipfilesystemtest.rb, test/ziptest.rb: Applied
         
     | 
| 
      
 170 
     | 
    
         
            +
            	  extra-field patch
         
     | 
| 
      
 171 
     | 
    
         
            +
             
     | 
| 
      
 172 
     | 
    
         
            +
            2003-12-13 16:57  thomas
         
     | 
| 
      
 173 
     | 
    
         
            +
             
     | 
| 
      
 174 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
      
 176 
     | 
    
         
            +
            2003-12-10 00:25  thomas
         
     | 
| 
      
 177 
     | 
    
         
            +
             
     | 
| 
      
 178 
     | 
    
         
            +
            	* test/ziptest.rb: (Temporary) fix to bug reported by Takashi Sano
         
     | 
| 
      
 179 
     | 
    
         
            +
             
     | 
| 
      
 180 
     | 
    
         
            +
            2003-08-23 09:42  thomas
         
     | 
| 
      
 181 
     | 
    
         
            +
             
     | 
| 
      
 182 
     | 
    
         
            +
            	* test/ziptest.rb, NEWS: Fixed ZipFile.get_ouput_stream bug - data
         
     | 
| 
      
 183 
     | 
    
         
            +
            	  was never written to zip
         
     | 
| 
      
 184 
     | 
    
         
            +
             
     | 
| 
      
 185 
     | 
    
         
            +
            2003-08-21 16:05  thomas
         
     | 
| 
      
 186 
     | 
    
         
            +
             
     | 
| 
      
 187 
     | 
    
         
            +
            	* install.rb: [no log message]
         
     | 
| 
      
 188 
     | 
    
         
            +
             
     | 
| 
      
 189 
     | 
    
         
            +
            2003-08-21 16:01  thomas
         
     | 
| 
      
 190 
     | 
    
         
            +
             
     | 
| 
      
 191 
     | 
    
         
            +
            	* alltests.rb, stdrubyexttest.rb, zipfilesystemtest.rb,
         
     | 
| 
      
 192 
     | 
    
         
            +
            	  ziprequiretest.rb, ziptest.rb, test/alltests.rb,
         
     | 
| 
      
 193 
     | 
    
         
            +
            	  test/stdrubyexttest.rb, test/zipfilesystemtest.rb,
         
     | 
| 
      
 194 
     | 
    
         
            +
            	  test/ziprequiretest.rb, test/ziptest.rb: Moved all test ruby
         
     | 
| 
      
 195 
     | 
    
         
            +
            	  files to test/
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
            2003-08-21 15:54  thomas
         
     | 
| 
      
 198 
     | 
    
         
            +
             
     | 
| 
      
 199 
     | 
    
         
            +
            	* NEWS, install.rb, stdrubyext.rb, stdrubyexttest.rb, zip.rb,
         
     | 
| 
      
 200 
     | 
    
         
            +
            	  zipfilesystem.rb, zipfilesystemtest.rb, ziprequire.rb,
         
     | 
| 
      
 201 
     | 
    
         
            +
            	  ziprequiretest.rb, ziptest.rb, samples/example.rb,
         
     | 
| 
      
 202 
     | 
    
         
            +
            	  samples/example_filesystem.rb, samples/gtkRubyzip.rb,
         
     | 
| 
      
 203 
     | 
    
         
            +
            	  samples/zipfind.rb: Moved all production source files to zip/ so
         
     | 
| 
      
 204 
     | 
    
         
            +
            	  they are in the same dir as when they are installed
         
     | 
| 
      
 205 
     | 
    
         
            +
             
     | 
| 
      
 206 
     | 
    
         
            +
            2003-08-21 15:31  thomas
         
     | 
| 
      
 207 
     | 
    
         
            +
             
     | 
| 
      
 208 
     | 
    
         
            +
            	* NEWS, TODO, alltests.rb: [no log message]
         
     | 
| 
      
 209 
     | 
    
         
            +
             
     | 
| 
      
 210 
     | 
    
         
            +
            2003-08-21 15:26  thomas
         
     | 
| 
      
 211 
     | 
    
         
            +
             
     | 
| 
      
 212 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb, fileutils.rb: Removed
         
     | 
| 
      
 213 
     | 
    
         
            +
            	  filearchive.rb, filearchivetest.rb and fileutils.rb
         
     | 
| 
      
 214 
     | 
    
         
            +
             
     | 
| 
      
 215 
     | 
    
         
            +
            2003-08-21 15:24  thomas
         
     | 
| 
      
 216 
     | 
    
         
            +
             
     | 
| 
      
 217 
     | 
    
         
            +
            	* samples/.cvsignore, samples/example_filesystem.rb, zip.rb: Added
         
     | 
| 
      
 218 
     | 
    
         
            +
            	  samples/example_filesystem.rb. Fixed Tempfile creation for
         
     | 
| 
      
 219 
     | 
    
         
            +
            	  entries created with get_output_stream where entries were in a
         
     | 
| 
      
 220 
     | 
    
         
            +
            	  subdirectory
         
     | 
| 
      
 221 
     | 
    
         
            +
             
     | 
| 
      
 222 
     | 
    
         
            +
            2003-08-21 15:15  thomas
         
     | 
| 
      
 223 
     | 
    
         
            +
             
     | 
| 
      
 224 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Fixed mkdir bug. ZipFile.mkdir didn't work if
         
     | 
| 
      
 225 
     | 
    
         
            +
            	  the zipfile doesn't exist already
         
     | 
| 
      
 226 
     | 
    
         
            +
             
     | 
| 
      
 227 
     | 
    
         
            +
            2003-08-21 15:05  thomas
         
     | 
| 
      
 228 
     | 
    
         
            +
             
     | 
| 
      
 229 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 230 
     | 
    
         
            +
             
     | 
| 
      
 231 
     | 
    
         
            +
            2003-08-21 14:53  thomas
         
     | 
| 
      
 232 
     | 
    
         
            +
             
     | 
| 
      
 233 
     | 
    
         
            +
            	* TODO, zipfilesystemtest.rb: Globbing test placeholder commented
         
     | 
| 
      
 234 
     | 
    
         
            +
            	  out
         
     | 
| 
      
 235 
     | 
    
         
            +
             
     | 
| 
      
 236 
     | 
    
         
            +
            2003-08-21 14:32  thomas
         
     | 
| 
      
 237 
     | 
    
         
            +
             
     | 
| 
      
 238 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented ZipFsDir.new
         
     | 
| 
      
 239 
     | 
    
         
            +
            	  and open
         
     | 
| 
      
 240 
     | 
    
         
            +
             
     | 
| 
      
 241 
     | 
    
         
            +
            2003-08-21 14:19  thomas
         
     | 
| 
      
 242 
     | 
    
         
            +
             
     | 
| 
      
 243 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented DirFsIterator
         
     | 
| 
      
 244 
     | 
    
         
            +
            	  and tests
         
     | 
| 
      
 245 
     | 
    
         
            +
             
     | 
| 
      
 246 
     | 
    
         
            +
            2003-08-20 22:50  thomas
         
     | 
| 
      
 247 
     | 
    
         
            +
             
     | 
| 
      
 248 
     | 
    
         
            +
            	* NEWS, TODO: [no log message]
         
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
            2003-08-20 22:45  thomas
         
     | 
| 
      
 251 
     | 
    
         
            +
             
     | 
| 
      
 252 
     | 
    
         
            +
            	* zipfilesystemtest.rb: [no log message]
         
     | 
| 
      
 253 
     | 
    
         
            +
             
     | 
| 
      
 254 
     | 
    
         
            +
            2003-08-20 22:44  thomas
         
     | 
| 
      
 255 
     | 
    
         
            +
             
     | 
| 
      
 256 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 257 
     | 
    
         
            +
            	  ZipFsDir.foreach, ZipFsDir.entries now reimplemented in terms of
         
     | 
| 
      
 258 
     | 
    
         
            +
            	  it
         
     | 
| 
      
 259 
     | 
    
         
            +
             
     | 
| 
      
 260 
     | 
    
         
            +
            2003-08-20 22:25  thomas
         
     | 
| 
      
 261 
     | 
    
         
            +
             
     | 
| 
      
 262 
     | 
    
         
            +
            	* README: [no log message]
         
     | 
| 
      
 263 
     | 
    
         
            +
             
     | 
| 
      
 264 
     | 
    
         
            +
            2003-08-20 18:08  thomas
         
     | 
| 
      
 265 
     | 
    
         
            +
             
     | 
| 
      
 266 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: [no log message]
         
     | 
| 
      
 267 
     | 
    
         
            +
             
     | 
| 
      
 268 
     | 
    
         
            +
            2003-08-20 17:30  thomas
         
     | 
| 
      
 269 
     | 
    
         
            +
             
     | 
| 
      
 270 
     | 
    
         
            +
            	* zipfilesystem.rb: All access from ZipFsFile and ZipFsDir to
         
     | 
| 
      
 271 
     | 
    
         
            +
            	  ZipFile is now routed through ZipFileNameMapper which has the
         
     | 
| 
      
 272 
     | 
    
         
            +
            	  single responsibility of mapping entry/filenames
         
     | 
| 
      
 273 
     | 
    
         
            +
             
     | 
| 
      
 274 
     | 
    
         
            +
            2003-08-20 17:18  thomas
         
     | 
| 
      
 275 
     | 
    
         
            +
             
     | 
| 
      
 276 
     | 
    
         
            +
            	* alltests.rb, stdrubyext.rb, stdrubyexttest.rb: Added
         
     | 
| 
      
 277 
     | 
    
         
            +
            	  stdrubyexttest.rb and added test test_select_map
         
     | 
| 
      
 278 
     | 
    
         
            +
             
     | 
| 
      
 279 
     | 
    
         
            +
            2003-08-20 16:10  thomas
         
     | 
| 
      
 280 
     | 
    
         
            +
             
     | 
| 
      
 281 
     | 
    
         
            +
            	* zipfilesystem.rb: ZipFsDir was in the wrong module. ZipFileSystem
         
     | 
| 
      
 282 
     | 
    
         
            +
            	  now has a ctor that creates ZipFsDir and ZipFsFile instances,
         
     | 
| 
      
 283 
     | 
    
         
            +
            	  instead of creating them lazily. It then passes the dir instance
         
     | 
| 
      
 284 
     | 
    
         
            +
            	  to the file instance and vice versa
         
     | 
| 
      
 285 
     | 
    
         
            +
             
     | 
| 
      
 286 
     | 
    
         
            +
            2003-08-20 15:55  thomas
         
     | 
| 
      
 287 
     | 
    
         
            +
             
     | 
| 
      
 288 
     | 
    
         
            +
            	* zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: ZipFsFile.open
         
     | 
| 
      
 289 
     | 
    
         
            +
            	  honours chdir
         
     | 
| 
      
 290 
     | 
    
         
            +
             
     | 
| 
      
 291 
     | 
    
         
            +
            2003-08-20 15:39  thomas
         
     | 
| 
      
 292 
     | 
    
         
            +
             
     | 
| 
      
 293 
     | 
    
         
            +
            	* stdrubyext.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb,
         
     | 
| 
      
 294 
     | 
    
         
            +
            	  ziptest.rb: Fixed ZipEntry::parent_as_string. Implemented
         
     | 
| 
      
 295 
     | 
    
         
            +
            	  ZipFsDir.chdir, pwd and entries including test
         
     | 
| 
      
 296 
     | 
    
         
            +
             
     | 
| 
      
 297 
     | 
    
         
            +
            2003-08-19 15:44  thomas
         
     | 
| 
      
 298 
     | 
    
         
            +
             
     | 
| 
      
 299 
     | 
    
         
            +
            	* zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 300 
     | 
    
         
            +
            	  ZipFsDir.mkdir
         
     | 
| 
      
 301 
     | 
    
         
            +
             
     | 
| 
      
 302 
     | 
    
         
            +
            2003-08-19 15:07  thomas
         
     | 
| 
      
 303 
     | 
    
         
            +
             
     | 
| 
      
 304 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 305 
     | 
    
         
            +
            	  ZipFsDir.delete (and aliases rmdir and unlink)
         
     | 
| 
      
 306 
     | 
    
         
            +
             
     | 
| 
      
 307 
     | 
    
         
            +
            2003-08-19 14:33  thomas
         
     | 
| 
      
 308 
     | 
    
         
            +
             
     | 
| 
      
 309 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Another dummy
         
     | 
| 
      
 310 
     | 
    
         
            +
            	  implementation and commented out a test for select() which can be
         
     | 
| 
      
 311 
     | 
    
         
            +
            	  added later
         
     | 
| 
      
 312 
     | 
    
         
            +
             
     | 
| 
      
 313 
     | 
    
         
            +
            2003-08-18 20:40  thomas
         
     | 
| 
      
 314 
     | 
    
         
            +
             
     | 
| 
      
 315 
     | 
    
         
            +
            	* ziptest.rb: Honoured 1.8.0 Object.to_a deprecation warning
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
            2003-08-18 20:30  thomas
         
     | 
| 
      
 318 
     | 
    
         
            +
             
     | 
| 
      
 319 
     | 
    
         
            +
            	* zip.rb, ziptest.rb, samples/example.rb, samples/zipfind.rb:
         
     | 
| 
      
 320 
     | 
    
         
            +
            	  Converted a few more names to ruby underscore style that I missed
         
     | 
| 
      
 321 
     | 
    
         
            +
            	  with the automated processing the first time around
         
     | 
| 
      
 322 
     | 
    
         
            +
             
     | 
| 
      
 323 
     | 
    
         
            +
            2003-08-18 18:39  thomas
         
     | 
| 
      
 324 
     | 
    
         
            +
             
     | 
| 
      
 325 
     | 
    
         
            +
            	* zip.rb, zipfilesystem.rb, zipfilesystemtest.rb, ziptest.rb:
         
     | 
| 
      
 326 
     | 
    
         
            +
            	  Implemented Zip::ZipFile.get_output_stream
         
     | 
| 
      
 327 
     | 
    
         
            +
             
     | 
| 
      
 328 
     | 
    
         
            +
            2003-08-17 18:28  thomas
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
            	* README, install.rb, stdrubyext.rb, zipfilesystem.rb,
         
     | 
| 
      
 331 
     | 
    
         
            +
            	  zipfilesystemtest.rb: Updated README with Documentation section.
         
     | 
| 
      
 332 
     | 
    
         
            +
            	  Updated install.rb. Fixed three tests that failed on 1.8.0.
         
     | 
| 
      
 333 
     | 
    
         
            +
             
     | 
| 
      
 334 
     | 
    
         
            +
            2003-08-14 05:40  thomas
         
     | 
| 
      
 335 
     | 
    
         
            +
             
     | 
| 
      
 336 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Added empty
         
     | 
| 
      
 337 
     | 
    
         
            +
            	  implementations of atime and ctime
         
     | 
| 
      
 338 
     | 
    
         
            +
             
     | 
| 
      
 339 
     | 
    
         
            +
            2003-08-13 17:08  thomas
         
     | 
| 
      
 340 
     | 
    
         
            +
             
     | 
| 
      
 341 
     | 
    
         
            +
            	* simpledist.rb: Moved simpledist to a separate repository called
         
     | 
| 
      
 342 
     | 
    
         
            +
            	  'misc'
         
     | 
| 
      
 343 
     | 
    
         
            +
             
     | 
| 
      
 344 
     | 
    
         
            +
            2003-08-13 16:31  thomas
         
     | 
| 
      
 345 
     | 
    
         
            +
             
     | 
| 
      
 346 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 347 
     | 
    
         
            +
             
     | 
| 
      
 348 
     | 
    
         
            +
            2003-08-13 16:29  thomas
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
            	* stdrubyext.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb,
         
     | 
| 
      
 351 
     | 
    
         
            +
            	  ziprequire.rb, ziprequiretest.rb, ziptest.rb, samples/example.rb,
         
     | 
| 
      
 352 
     | 
    
         
            +
            	  samples/gtkRubyzip.rb, samples/zipfind.rb: Changed all method
         
     | 
| 
      
 353 
     | 
    
         
            +
            	  names to the ruby convention underscore style
         
     | 
| 
      
 354 
     | 
    
         
            +
             
     | 
| 
      
 355 
     | 
    
         
            +
            2003-08-13 15:18  thomas
         
     | 
| 
      
 356 
     | 
    
         
            +
             
     | 
| 
      
 357 
     | 
    
         
            +
            	* alltests.rb, zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 358 
     | 
    
         
            +
            	  a lot more of the stat methods. Mostly with dummy implementations
         
     | 
| 
      
 359 
     | 
    
         
            +
            	  that return values that indicate that these features aren't
         
     | 
| 
      
 360 
     | 
    
         
            +
            	  supported
         
     | 
| 
      
 361 
     | 
    
         
            +
             
     | 
| 
      
 362 
     | 
    
         
            +
            2003-08-13 11:44  thomas
         
     | 
| 
      
 363 
     | 
    
         
            +
             
     | 
| 
      
 364 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented more methods
         
     | 
| 
      
 365 
     | 
    
         
            +
            	  and tests in zipfilesystem. Mostly empty methods as permissions
         
     | 
| 
      
 366 
     | 
    
         
            +
            	  and file types other than files and directories are not supported
         
     | 
| 
      
 367 
     | 
    
         
            +
             
     | 
| 
      
 368 
     | 
    
         
            +
            2003-08-13 11:29  thomas
         
     | 
| 
      
 369 
     | 
    
         
            +
             
     | 
| 
      
 370 
     | 
    
         
            +
            	* install.rb, stdrubyext.rb, zip.rb, zipfilesystem.rb,
         
     | 
| 
      
 371 
     | 
    
         
            +
            	  zipfilesystemtest.rb: Addd file stdrubyext.rb and moved the
         
     | 
| 
      
 372 
     | 
    
         
            +
            	  modifications to std ruby classes to it. Refactored the ZipFsStat
         
     | 
| 
      
 373 
     | 
    
         
            +
            	  tests and ZipFsStat. Added Module.forwardMessages and used it to
         
     | 
| 
      
 374 
     | 
    
         
            +
            	  implement the forwarding of calls in ZipFsStat
         
     | 
| 
      
 375 
     | 
    
         
            +
             
     | 
| 
      
 376 
     | 
    
         
            +
            2003-08-13 10:39  thomas
         
     | 
| 
      
 377 
     | 
    
         
            +
             
     | 
| 
      
 378 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Added
         
     | 
| 
      
 379 
     | 
    
         
            +
            	  Zip::ZipFsFile::ZipFsStat and started implementing it and its
         
     | 
| 
      
 380 
     | 
    
         
            +
            	  methods
         
     | 
| 
      
 381 
     | 
    
         
            +
             
     | 
| 
      
 382 
     | 
    
         
            +
            2003-08-13 10:02  thomas
         
     | 
| 
      
 383 
     | 
    
         
            +
             
     | 
| 
      
 384 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb, ziptest.rb: Updated and
         
     | 
| 
      
 385 
     | 
    
         
            +
            	  added missing copyright notices
         
     | 
| 
      
 386 
     | 
    
         
            +
             
     | 
| 
      
 387 
     | 
    
         
            +
            2003-08-13 10:00  thomas
         
     | 
| 
      
 388 
     | 
    
         
            +
             
     | 
| 
      
 389 
     | 
    
         
            +
            	* zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: zipfilesystem.rb
         
     | 
| 
      
 390 
     | 
    
         
            +
            	  is becoming big and not everyone will want to use that code.
         
     | 
| 
      
 391 
     | 
    
         
            +
            	  Therefore zip.rb no longer requires it. Instead you must require
         
     | 
| 
      
 392 
     | 
    
         
            +
            	  zipfilesystem.rb itself if you want to use it
         
     | 
| 
      
 393 
     | 
    
         
            +
             
     | 
| 
      
 394 
     | 
    
         
            +
            2003-08-13 09:51  thomas
         
     | 
| 
      
 395 
     | 
    
         
            +
             
     | 
| 
      
 396 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented dummy
         
     | 
| 
      
 397 
     | 
    
         
            +
            	  permission test methods
         
     | 
| 
      
 398 
     | 
    
         
            +
             
     | 
| 
      
 399 
     | 
    
         
            +
            2003-08-13 06:37  thomas
         
     | 
| 
      
 400 
     | 
    
         
            +
             
     | 
| 
      
 401 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Merged from patch from Kristoffer
         
     | 
| 
      
 402 
     | 
    
         
            +
            	  Lunden. Fixed more 1.8.0 incompatibilites - tests run on 1.8.0
         
     | 
| 
      
 403 
     | 
    
         
            +
            	  now
         
     | 
| 
      
 404 
     | 
    
         
            +
             
     | 
| 
      
 405 
     | 
    
         
            +
            2003-08-12 19:18  thomas
         
     | 
| 
      
 406 
     | 
    
         
            +
             
     | 
| 
      
 407 
     | 
    
         
            +
            	* zip.rb: Get rid of 1.8.0 warning
         
     | 
| 
      
 408 
     | 
    
         
            +
             
     | 
| 
      
 409 
     | 
    
         
            +
            2003-08-12 19:14  thomas
         
     | 
| 
      
 410 
     | 
    
         
            +
             
     | 
| 
      
 411 
     | 
    
         
            +
            	* ziptest.rb: ruby 1.8.0 compatibility fix
         
     | 
| 
      
 412 
     | 
    
         
            +
             
     | 
| 
      
 413 
     | 
    
         
            +
            2003-08-12 19:13  thomas
         
     | 
| 
      
 414 
     | 
    
         
            +
             
     | 
| 
      
 415 
     | 
    
         
            +
            	* NEWS, zip.rb: ruby-zlib 0.6.0 compatibility fix
         
     | 
| 
      
 416 
     | 
    
         
            +
             
     | 
| 
      
 417 
     | 
    
         
            +
            2002-12-22 20:12  thomas
         
     | 
| 
      
 418 
     | 
    
         
            +
             
     | 
| 
      
 419 
     | 
    
         
            +
            	* zip.rb: [no log message]
         
     | 
| 
      
 420 
     | 
    
         
            +
             
     | 
| 
      
 421 
     | 
    
         
            +
            2002-09-16 22:11  thomas
         
     | 
| 
      
 422 
     | 
    
         
            +
             
     | 
| 
      
 423 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 424 
     | 
    
         
            +
             
     | 
| 
      
 425 
     | 
    
         
            +
            2002-09-15 17:16  thomas
         
     | 
| 
      
 426 
     | 
    
         
            +
             
     | 
| 
      
 427 
     | 
    
         
            +
            	* samples/zipfind.rb: [no log message]
         
     | 
| 
      
 428 
     | 
    
         
            +
             
     | 
| 
      
 429 
     | 
    
         
            +
            2002-09-15 00:02  thomas
         
     | 
| 
      
 430 
     | 
    
         
            +
             
     | 
| 
      
 431 
     | 
    
         
            +
            	* samples/zipfind.rb: [no log message]
         
     | 
| 
      
 432 
     | 
    
         
            +
             
     | 
| 
      
 433 
     | 
    
         
            +
            2002-09-14 22:59  thomas
         
     | 
| 
      
 434 
     | 
    
         
            +
             
     | 
| 
      
 435 
     | 
    
         
            +
            	* samples/zipfind.rb: Added simple zipfind script
         
     | 
| 
      
 436 
     | 
    
         
            +
             
     | 
| 
      
 437 
     | 
    
         
            +
            2002-09-13 23:53  thomas
         
     | 
| 
      
 438 
     | 
    
         
            +
             
     | 
| 
      
 439 
     | 
    
         
            +
            	* TODO: Added TODO about openmode for zip entries binary/ascii
         
     | 
| 
      
 440 
     | 
    
         
            +
             
     | 
| 
      
 441 
     | 
    
         
            +
            2002-09-13 20:54  thomas
         
     | 
| 
      
 442 
     | 
    
         
            +
             
     | 
| 
      
 443 
     | 
    
         
            +
            	* NEWS: ziptest now runs without errors with ruby-1.7.2-4 (Andy's
         
     | 
| 
      
 444 
     | 
    
         
            +
            	  latest build)
         
     | 
| 
      
 445 
     | 
    
         
            +
             
     | 
| 
      
 446 
     | 
    
         
            +
            2002-09-13 20:51  thomas
         
     | 
| 
      
 447 
     | 
    
         
            +
             
     | 
| 
      
 448 
     | 
    
         
            +
            	* zip.rb, ziprequiretest.rb, ziptest.rb: ziptest now runs without
         
     | 
| 
      
 449 
     | 
    
         
            +
            	  errors with ruby-1.7.2-4 (Andy's latest build)
         
     | 
| 
      
 450 
     | 
    
         
            +
             
     | 
| 
      
 451 
     | 
    
         
            +
            2002-09-12 00:20  thomas
         
     | 
| 
      
 452 
     | 
    
         
            +
             
     | 
| 
      
 453 
     | 
    
         
            +
            	* zipfilesystemtest.rb: Improved ZipFsFile.delete/unlink test
         
     | 
| 
      
 454 
     | 
    
         
            +
             
     | 
| 
      
 455 
     | 
    
         
            +
            2002-09-12 00:12  thomas
         
     | 
| 
      
 456 
     | 
    
         
            +
             
     | 
| 
      
 457 
     | 
    
         
            +
            	* test/.cvsignore: [no log message]
         
     | 
| 
      
 458 
     | 
    
         
            +
             
     | 
| 
      
 459 
     | 
    
         
            +
            2002-09-12 00:10  thomas
         
     | 
| 
      
 460 
     | 
    
         
            +
             
     | 
| 
      
 461 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 462 
     | 
    
         
            +
            	  ZipFsFile.delete/unlink
         
     | 
| 
      
 463 
     | 
    
         
            +
             
     | 
| 
      
 464 
     | 
    
         
            +
            2002-09-11 22:22  thomas
         
     | 
| 
      
 465 
     | 
    
         
            +
             
     | 
| 
      
 466 
     | 
    
         
            +
            	* alltests.rb: [no log message]
         
     | 
| 
      
 467 
     | 
    
         
            +
             
     | 
| 
      
 468 
     | 
    
         
            +
            2002-09-11 22:18  thomas
         
     | 
| 
      
 469 
     | 
    
         
            +
             
     | 
| 
      
 470 
     | 
    
         
            +
            	* NEWS, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: Fixed
         
     | 
| 
      
 471 
     | 
    
         
            +
            	  AbstractInputStream.each_line ignored its aSeparator argument.
         
     | 
| 
      
 472 
     | 
    
         
            +
            	  Implemented more ZipFsFile methods
         
     | 
| 
      
 473 
     | 
    
         
            +
             
     | 
| 
      
 474 
     | 
    
         
            +
            2002-09-11 21:28  thomas
         
     | 
| 
      
 475 
     | 
    
         
            +
             
     | 
| 
      
 476 
     | 
    
         
            +
            	* zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: ZipFileSystem is
         
     | 
| 
      
 477 
     | 
    
         
            +
            	  now a module instead of a class, and is mixed into ZipFile,
         
     | 
| 
      
 478 
     | 
    
         
            +
            	  instead of being made available as a property fileSystem
         
     | 
| 
      
 479 
     | 
    
         
            +
             
     | 
| 
      
 480 
     | 
    
         
            +
            2002-09-10 23:45  thomas
         
     | 
| 
      
 481 
     | 
    
         
            +
             
     | 
| 
      
 482 
     | 
    
         
            +
            	* NEWS: Updated NEWS file
         
     | 
| 
      
 483 
     | 
    
         
            +
             
     | 
| 
      
 484 
     | 
    
         
            +
            2002-09-10 23:26  thomas
         
     | 
| 
      
 485 
     | 
    
         
            +
             
     | 
| 
      
 486 
     | 
    
         
            +
            	* zip.rb: [no log message]
         
     | 
| 
      
 487 
     | 
    
         
            +
             
     | 
| 
      
 488 
     | 
    
         
            +
            2002-09-10 22:39  thomas
         
     | 
| 
      
 489 
     | 
    
         
            +
             
     | 
| 
      
 490 
     | 
    
         
            +
            	* NEWS, zip.rb, ziptest.rb: Fix bug: rewind should reset lineno.
         
     | 
| 
      
 491 
     | 
    
         
            +
            	  Fix bug: Deflater.read uses separate buffer from produceInput
         
     | 
| 
      
 492 
     | 
    
         
            +
            	  (feeding gets/readline etc)
         
     | 
| 
      
 493 
     | 
    
         
            +
             
     | 
| 
      
 494 
     | 
    
         
            +
            2002-09-09 23:48  thomas
         
     | 
| 
      
 495 
     | 
    
         
            +
             
     | 
| 
      
 496 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 497 
     | 
    
         
            +
             
     | 
| 
      
 498 
     | 
    
         
            +
            2002-09-09 22:55  uid26649
         
     | 
| 
      
 499 
     | 
    
         
            +
             
     | 
| 
      
 500 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Implemented ZipInputStream.rewind and
         
     | 
| 
      
 501 
     | 
    
         
            +
            	  AbstractInputStream.lineno. Tests for both
         
     | 
| 
      
 502 
     | 
    
         
            +
             
     | 
| 
      
 503 
     | 
    
         
            +
            2002-09-09 20:31  thomas
         
     | 
| 
      
 504 
     | 
    
         
            +
             
     | 
| 
      
 505 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: ZipInputStream and ZipOutstream (thru their
         
     | 
| 
      
 506 
     | 
    
         
            +
            	  AbstractInputStream and AbstractOutputStream now lie about being
         
     | 
| 
      
 507 
     | 
    
         
            +
            	  kind_of?(IO)
         
     | 
| 
      
 508 
     | 
    
         
            +
             
     | 
| 
      
 509 
     | 
    
         
            +
            2002-09-08 16:38  thomas
         
     | 
| 
      
 510 
     | 
    
         
            +
             
     | 
| 
      
 511 
     | 
    
         
            +
            	* zipfilesystemtest.rb: [no log message]
         
     | 
| 
      
 512 
     | 
    
         
            +
             
     | 
| 
      
 513 
     | 
    
         
            +
            2002-09-08 16:07  thomas
         
     | 
| 
      
 514 
     | 
    
         
            +
             
     | 
| 
      
 515 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb, zip.rb, ziptest.rb: Moved
         
     | 
| 
      
 516 
     | 
    
         
            +
            	  String additions from filearchive.rb to zip.rb (and moved tests
         
     | 
| 
      
 517 
     | 
    
         
            +
            	  along too to ziptest.rb). Added ZipEntry.parentAsString and
         
     | 
| 
      
 518 
     | 
    
         
            +
            	  ZipEntrySet.parent
         
     | 
| 
      
 519 
     | 
    
         
            +
             
     | 
| 
      
 520 
     | 
    
         
            +
            2002-09-08 15:28  thomas
         
     | 
| 
      
 521 
     | 
    
         
            +
             
     | 
| 
      
 522 
     | 
    
         
            +
            	* ziptest.rb: Implemented ZipEntrySetTest.testDup and testCompound
         
     | 
| 
      
 523 
     | 
    
         
            +
             
     | 
| 
      
 524 
     | 
    
         
            +
            2002-09-08 15:17  thomas
         
     | 
| 
      
 525 
     | 
    
         
            +
             
     | 
| 
      
 526 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Replaced Array with EntrySet for
         
     | 
| 
      
 527 
     | 
    
         
            +
            	  keeping entries in a zip file. Tagged repository before this
         
     | 
| 
      
 528 
     | 
    
         
            +
            	  commit, so this change can be rolled back, if it stinks
         
     | 
| 
      
 529 
     | 
    
         
            +
             
     | 
| 
      
 530 
     | 
    
         
            +
            2002-09-07 20:21  thomas
         
     | 
| 
      
 531 
     | 
    
         
            +
             
     | 
| 
      
 532 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Implemented ZipEntry.<=>
         
     | 
| 
      
 533 
     | 
    
         
            +
             
     | 
| 
      
 534 
     | 
    
         
            +
            2002-09-07 14:48  thomas
         
     | 
| 
      
 535 
     | 
    
         
            +
             
     | 
| 
      
 536 
     | 
    
         
            +
            	* ziptest.rb: Removed unused code
         
     | 
| 
      
 537 
     | 
    
         
            +
             
     | 
| 
      
 538 
     | 
    
         
            +
            2002-08-11 15:14  thomas
         
     | 
| 
      
 539 
     | 
    
         
            +
             
     | 
| 
      
 540 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Made some changes to accomodate ruby 1.7.2
         
     | 
| 
      
 541 
     | 
    
         
            +
             
     | 
| 
      
 542 
     | 
    
         
            +
            2002-07-27 15:25  thomas
         
     | 
| 
      
 543 
     | 
    
         
            +
             
     | 
| 
      
 544 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented ZipFsFile.new
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
      
 546 
     | 
    
         
            +
            2002-07-27 00:30  thomas
         
     | 
| 
      
 547 
     | 
    
         
            +
             
     | 
| 
      
 548 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 549 
     | 
    
         
            +
            	  ZipFsFile.pipe
         
     | 
| 
      
 550 
     | 
    
         
            +
             
     | 
| 
      
 551 
     | 
    
         
            +
            2002-07-27 00:25  thomas
         
     | 
| 
      
 552 
     | 
    
         
            +
             
     | 
| 
      
 553 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 554 
     | 
    
         
            +
            	  ZipFsFile.link
         
     | 
| 
      
 555 
     | 
    
         
            +
             
     | 
| 
      
 556 
     | 
    
         
            +
            2002-07-27 00:23  thomas
         
     | 
| 
      
 557 
     | 
    
         
            +
             
     | 
| 
      
 558 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 559 
     | 
    
         
            +
            	  ZipFsFile.symlink
         
     | 
| 
      
 560 
     | 
    
         
            +
             
     | 
| 
      
 561 
     | 
    
         
            +
            2002-07-27 00:20  thomas
         
     | 
| 
      
 562 
     | 
    
         
            +
             
     | 
| 
      
 563 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 564 
     | 
    
         
            +
            	  ZipFsFile.readlink, wrapped ZipFileSystem class in Zip module
         
     | 
| 
      
 565 
     | 
    
         
            +
             
     | 
| 
      
 566 
     | 
    
         
            +
            2002-07-27 00:14  thomas
         
     | 
| 
      
 567 
     | 
    
         
            +
             
     | 
| 
      
 568 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 569 
     | 
    
         
            +
            	  ZipFsFile.zero?
         
     | 
| 
      
 570 
     | 
    
         
            +
             
     | 
| 
      
 571 
     | 
    
         
            +
            2002-07-27 00:01  thomas
         
     | 
| 
      
 572 
     | 
    
         
            +
             
     | 
| 
      
 573 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented test for
         
     | 
| 
      
 574 
     | 
    
         
            +
            	  ZipFsFile.directory?
         
     | 
| 
      
 575 
     | 
    
         
            +
             
     | 
| 
      
 576 
     | 
    
         
            +
            2002-07-26 23:56  thomas
         
     | 
| 
      
 577 
     | 
    
         
            +
             
     | 
| 
      
 578 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 579 
     | 
    
         
            +
            	  ZipFsFile.socket?
         
     | 
| 
      
 580 
     | 
    
         
            +
             
     | 
| 
      
 581 
     | 
    
         
            +
            2002-07-26 23:50  thomas
         
     | 
| 
      
 582 
     | 
    
         
            +
             
     | 
| 
      
 583 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 584 
     | 
    
         
            +
            	  ZipFsFile.join
         
     | 
| 
      
 585 
     | 
    
         
            +
             
     | 
| 
      
 586 
     | 
    
         
            +
            2002-07-26 23:32  thomas
         
     | 
| 
      
 587 
     | 
    
         
            +
             
     | 
| 
      
 588 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 589 
     | 
    
         
            +
            	  ZipFsFile.ftype
         
     | 
| 
      
 590 
     | 
    
         
            +
             
     | 
| 
      
 591 
     | 
    
         
            +
            2002-07-26 23:19  thomas
         
     | 
| 
      
 592 
     | 
    
         
            +
             
     | 
| 
      
 593 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 594 
     | 
    
         
            +
            	  ZipFsFile.blockdev?
         
     | 
| 
      
 595 
     | 
    
         
            +
             
     | 
| 
      
 596 
     | 
    
         
            +
            2002-07-26 23:12  thomas
         
     | 
| 
      
 597 
     | 
    
         
            +
             
     | 
| 
      
 598 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 599 
     | 
    
         
            +
            	  ZipFsFile.size? (slightly different from size)
         
     | 
| 
      
 600 
     | 
    
         
            +
             
     | 
| 
      
 601 
     | 
    
         
            +
            2002-07-26 23:03  thomas
         
     | 
| 
      
 602 
     | 
    
         
            +
             
     | 
| 
      
 603 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 604 
     | 
    
         
            +
            	  ZipFsFile.split
         
     | 
| 
      
 605 
     | 
    
         
            +
             
     | 
| 
      
 606 
     | 
    
         
            +
            2002-07-26 23:00  thomas
         
     | 
| 
      
 607 
     | 
    
         
            +
             
     | 
| 
      
 608 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implemented
         
     | 
| 
      
 609 
     | 
    
         
            +
            	  ZipFsFile.symlink?
         
     | 
| 
      
 610 
     | 
    
         
            +
             
     | 
| 
      
 611 
     | 
    
         
            +
            2002-07-26 22:58  thomas
         
     | 
| 
      
 612 
     | 
    
         
            +
             
     | 
| 
      
 613 
     | 
    
         
            +
            	* alltests.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb:
         
     | 
| 
      
 614 
     | 
    
         
            +
            	  Implemented ZipFsFile.mtime
         
     | 
| 
      
 615 
     | 
    
         
            +
             
     | 
| 
      
 616 
     | 
    
         
            +
            2002-07-26 17:08  thomas
         
     | 
| 
      
 617 
     | 
    
         
            +
             
     | 
| 
      
 618 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: Implement ZipFsFile.file?
         
     | 
| 
      
 619 
     | 
    
         
            +
             
     | 
| 
      
 620 
     | 
    
         
            +
            2002-07-26 17:06  thomas
         
     | 
| 
      
 621 
     | 
    
         
            +
             
     | 
| 
      
 622 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Implemented ZipEntry.file?
         
     | 
| 
      
 623 
     | 
    
         
            +
             
     | 
| 
      
 624 
     | 
    
         
            +
            2002-07-26 16:57  thomas
         
     | 
| 
      
 625 
     | 
    
         
            +
             
     | 
| 
      
 626 
     | 
    
         
            +
            	* alltests.rb, filearchive.rb, filearchivetest.rb, zip.rb,
         
     | 
| 
      
 627 
     | 
    
         
            +
            	  zipfilesystem.rb, zipfilesystemtest.rb, ziprequire.rb,
         
     | 
| 
      
 628 
     | 
    
         
            +
            	  ziptest.rb: Implemented ZipFileSystem::ZipFsFile.size
         
     | 
| 
      
 629 
     | 
    
         
            +
             
     | 
| 
      
 630 
     | 
    
         
            +
            2002-07-26 16:41  thomas
         
     | 
| 
      
 631 
     | 
    
         
            +
             
     | 
| 
      
 632 
     | 
    
         
            +
            	* zipfilesystem.rb, zipfilesystemtest.rb: [no log message]
         
     | 
| 
      
 633 
     | 
    
         
            +
             
     | 
| 
      
 634 
     | 
    
         
            +
            2002-07-26 16:40  thomas
         
     | 
| 
      
 635 
     | 
    
         
            +
             
     | 
| 
      
 636 
     | 
    
         
            +
            	* test/zipWithDirs.zip: Changed zipWithDirs.zip so all the entries
         
     | 
| 
      
 637 
     | 
    
         
            +
            	  in it have unix file endings
         
     | 
| 
      
 638 
     | 
    
         
            +
             
     | 
| 
      
 639 
     | 
    
         
            +
            2002-07-26 16:12  thomas
         
     | 
| 
      
 640 
     | 
    
         
            +
             
     | 
| 
      
 641 
     | 
    
         
            +
            	* alltests.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb:
         
     | 
| 
      
 642 
     | 
    
         
            +
            	  Started implementing ZipFileSystem
         
     | 
| 
      
 643 
     | 
    
         
            +
             
     | 
| 
      
 644 
     | 
    
         
            +
            2002-07-26 15:56  thomas
         
     | 
| 
      
 645 
     | 
    
         
            +
             
     | 
| 
      
 646 
     | 
    
         
            +
            	* test/zipWithDirs.zip: Added a zip file for testing with a
         
     | 
| 
      
 647 
     | 
    
         
            +
            	  directory structure
         
     | 
| 
      
 648 
     | 
    
         
            +
             
     | 
| 
      
 649 
     | 
    
         
            +
            2002-07-22 21:40  thomas
         
     | 
| 
      
 650 
     | 
    
         
            +
             
     | 
| 
      
 651 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 652 
     | 
    
         
            +
             
     | 
| 
      
 653 
     | 
    
         
            +
            2002-07-22 17:49  thomas
         
     | 
| 
      
 654 
     | 
    
         
            +
             
     | 
| 
      
 655 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 656 
     | 
    
         
            +
             
     | 
| 
      
 657 
     | 
    
         
            +
            2002-07-21 18:20  thomas
         
     | 
| 
      
 658 
     | 
    
         
            +
             
     | 
| 
      
 659 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 660 
     | 
    
         
            +
             
     | 
| 
      
 661 
     | 
    
         
            +
            2002-07-21 18:12  thomas
         
     | 
| 
      
 662 
     | 
    
         
            +
             
     | 
| 
      
 663 
     | 
    
         
            +
            	* TODO: Updated TODO with a refactoring idea for FileArchive
         
     | 
| 
      
 664 
     | 
    
         
            +
             
     | 
| 
      
 665 
     | 
    
         
            +
            2002-07-21 17:59  thomas
         
     | 
| 
      
 666 
     | 
    
         
            +
             
     | 
| 
      
 667 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: Added some FileArchiveAdd
         
     | 
| 
      
 668 
     | 
    
         
            +
            	  tests and cleaned up some of the FileArchive tests. extract and
         
     | 
| 
      
 669 
     | 
    
         
            +
            	  add now have individual test fixtures.
         
     | 
| 
      
 670 
     | 
    
         
            +
             
     | 
| 
      
 671 
     | 
    
         
            +
            2002-07-21 16:02  thomas
         
     | 
| 
      
 672 
     | 
    
         
            +
             
     | 
| 
      
 673 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: Added tests for extract
         
     | 
| 
      
 674 
     | 
    
         
            +
            	  called with regex src arg and Enumerable src arg
         
     | 
| 
      
 675 
     | 
    
         
            +
             
     | 
| 
      
 676 
     | 
    
         
            +
            2002-07-21 15:37  thomas
         
     | 
| 
      
 677 
     | 
    
         
            +
             
     | 
| 
      
 678 
     | 
    
         
            +
            	* filearchivetest.rb: Added test for continueOnExistsProc when
         
     | 
| 
      
 679 
     | 
    
         
            +
            	  extracting from a file archive
         
     | 
| 
      
 680 
     | 
    
         
            +
             
     | 
| 
      
 681 
     | 
    
         
            +
            2002-07-20 17:13  thomas
         
     | 
| 
      
 682 
     | 
    
         
            +
             
     | 
| 
      
 683 
     | 
    
         
            +
            	* TODO, filearchivetest.rb, fileutils.rb, ziptest.rb,
         
     | 
| 
      
 684 
     | 
    
         
            +
            	  test/.cvsignore: Added (failing) tests for FileArchive.add, added
         
     | 
| 
      
 685 
     | 
    
         
            +
            	  code for creating test files for FileArchive.add tests. Added
         
     | 
| 
      
 686 
     | 
    
         
            +
            	  fileutils.rb, which is borrowed from ruby 1.7.2
         
     | 
| 
      
 687 
     | 
    
         
            +
             
     | 
| 
      
 688 
     | 
    
         
            +
            2002-07-20 16:07  thomas
         
     | 
| 
      
 689 
     | 
    
         
            +
             
     | 
| 
      
 690 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: [no log message]
         
     | 
| 
      
 691 
     | 
    
         
            +
             
     | 
| 
      
 692 
     | 
    
         
            +
            2002-07-20 16:05  thomas
         
     | 
| 
      
 693 
     | 
    
         
            +
             
     | 
| 
      
 694 
     | 
    
         
            +
            	* filearchivetest.rb: Added tests for String extensions
         
     | 
| 
      
 695 
     | 
    
         
            +
             
     | 
| 
      
 696 
     | 
    
         
            +
            2002-07-20 02:20  thomas
         
     | 
| 
      
 697 
     | 
    
         
            +
             
     | 
| 
      
 698 
     | 
    
         
            +
            	* alltests.rb, ziprequiretest.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 699 
     | 
    
         
            +
             
     | 
| 
      
 700 
     | 
    
         
            +
            2002-07-20 00:42  thomas
         
     | 
| 
      
 701 
     | 
    
         
            +
             
     | 
| 
      
 702 
     | 
    
         
            +
            	* install.rb: [no log message]
         
     | 
| 
      
 703 
     | 
    
         
            +
             
     | 
| 
      
 704 
     | 
    
         
            +
            2002-07-20 00:42  thomas
         
     | 
| 
      
 705 
     | 
    
         
            +
             
     | 
| 
      
 706 
     | 
    
         
            +
            	* TODO: Updated TODO
         
     | 
| 
      
 707 
     | 
    
         
            +
             
     | 
| 
      
 708 
     | 
    
         
            +
            2002-07-20 00:35  thomas
         
     | 
| 
      
 709 
     | 
    
         
            +
             
     | 
| 
      
 710 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: All FileArchive.extract tests
         
     | 
| 
      
 711 
     | 
    
         
            +
            	  run
         
     | 
| 
      
 712 
     | 
    
         
            +
             
     | 
| 
      
 713 
     | 
    
         
            +
            2002-07-19 23:11  thomas
         
     | 
| 
      
 714 
     | 
    
         
            +
             
     | 
| 
      
 715 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: [no log message]
         
     | 
| 
      
 716 
     | 
    
         
            +
             
     | 
| 
      
 717 
     | 
    
         
            +
            2002-07-19 19:41  thomas
         
     | 
| 
      
 718 
     | 
    
         
            +
             
     | 
| 
      
 719 
     | 
    
         
            +
            	* filearchivetest.rb: [no log message]
         
     | 
| 
      
 720 
     | 
    
         
            +
             
     | 
| 
      
 721 
     | 
    
         
            +
            2002-07-19 19:06  thomas
         
     | 
| 
      
 722 
     | 
    
         
            +
             
     | 
| 
      
 723 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: [no log message]
         
     | 
| 
      
 724 
     | 
    
         
            +
             
     | 
| 
      
 725 
     | 
    
         
            +
            2002-07-19 18:48  thomas
         
     | 
| 
      
 726 
     | 
    
         
            +
             
     | 
| 
      
 727 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb, zip.rb: [no log message]
         
     | 
| 
      
 728 
     | 
    
         
            +
             
     | 
| 
      
 729 
     | 
    
         
            +
            2002-07-08 13:41  thomas
         
     | 
| 
      
 730 
     | 
    
         
            +
             
     | 
| 
      
 731 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 732 
     | 
    
         
            +
             
     | 
| 
      
 733 
     | 
    
         
            +
            2002-06-11 19:47  thomas
         
     | 
| 
      
 734 
     | 
    
         
            +
             
     | 
| 
      
 735 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb, zip.rb, ziptest.rb: [no log
         
     | 
| 
      
 736 
     | 
    
         
            +
            	  message]
         
     | 
| 
      
 737 
     | 
    
         
            +
             
     | 
| 
      
 738 
     | 
    
         
            +
            2002-05-25 00:41  thomas
         
     | 
| 
      
 739 
     | 
    
         
            +
             
     | 
| 
      
 740 
     | 
    
         
            +
            	* simpledist.rb: Added hackish script for creating dist files
         
     | 
| 
      
 741 
     | 
    
         
            +
             
     | 
| 
      
 742 
     | 
    
         
            +
            2002-04-30 21:22  thomas
         
     | 
| 
      
 743 
     | 
    
         
            +
             
     | 
| 
      
 744 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 745 
     | 
    
         
            +
             
     | 
| 
      
 746 
     | 
    
         
            +
            2002-04-30 21:16  thomas
         
     | 
| 
      
 747 
     | 
    
         
            +
             
     | 
| 
      
 748 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: [no log message]
         
     | 
| 
      
 749 
     | 
    
         
            +
             
     | 
| 
      
 750 
     | 
    
         
            +
            2002-04-30 20:40  thomas
         
     | 
| 
      
 751 
     | 
    
         
            +
             
     | 
| 
      
 752 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: Improved testing and wrote
         
     | 
| 
      
 753 
     | 
    
         
            +
            	  some of the skeleton of extract. Still to do: Fix glob, so it
         
     | 
| 
      
 754 
     | 
    
         
            +
            	  returns a hashmap instead of a list. The map will need to map the
         
     | 
| 
      
 755 
     | 
    
         
            +
            	  full entry name to the last part of the name (which is only
         
     | 
| 
      
 756 
     | 
    
         
            +
            	  really interesting for recursively extracted entries, otherwise
         
     | 
| 
      
 757 
     | 
    
         
            +
            	  it is just the name). Glob.expandPathList should also output
         
     | 
| 
      
 758 
     | 
    
         
            +
            	  directories with a trailing slash, which is doesn't right now.
         
     | 
| 
      
 759 
     | 
    
         
            +
             
     | 
| 
      
 760 
     | 
    
         
            +
            2002-04-30 19:52  thomas
         
     | 
| 
      
 761 
     | 
    
         
            +
             
     | 
| 
      
 762 
     | 
    
         
            +
            	* filearchive.rb, filearchivetest.rb: Implemented the first few
         
     | 
| 
      
 763 
     | 
    
         
            +
            	  tests for FileArchive
         
     | 
| 
      
 764 
     | 
    
         
            +
             
     | 
| 
      
 765 
     | 
    
         
            +
            2002-04-24 22:06  thomas
         
     | 
| 
      
 766 
     | 
    
         
            +
             
     | 
| 
      
 767 
     | 
    
         
            +
            	* ziprequire.rb, ziprequiretest.rb: Appended copyright message to
         
     | 
| 
      
 768 
     | 
    
         
            +
            	  ziprequire.rb and ziprequiretest.rb
         
     | 
| 
      
 769 
     | 
    
         
            +
             
     | 
| 
      
 770 
     | 
    
         
            +
            2002-04-24 20:59  thomas
         
     | 
| 
      
 771 
     | 
    
         
            +
             
     | 
| 
      
 772 
     | 
    
         
            +
            	* zip.rb: Made ZipEntry tolerate invalid dates
         
     | 
| 
      
 773 
     | 
    
         
            +
             
     | 
| 
      
 774 
     | 
    
         
            +
            2002-04-21 00:57  thomas
         
     | 
| 
      
 775 
     | 
    
         
            +
             
     | 
| 
      
 776 
     | 
    
         
            +
            	* NEWS, TODO, zip.rb, ziptest.rb: Read and write entry modification
         
     | 
| 
      
 777 
     | 
    
         
            +
            	  date/time correctly
         
     | 
| 
      
 778 
     | 
    
         
            +
             
     | 
| 
      
 779 
     | 
    
         
            +
            2002-04-20 02:44  thomas
         
     | 
| 
      
 780 
     | 
    
         
            +
             
     | 
| 
      
 781 
     | 
    
         
            +
            	* ziprequiretest.rb, test/rubycode2.zip: improved ZipRequireTest
         
     | 
| 
      
 782 
     | 
    
         
            +
             
     | 
| 
      
 783 
     | 
    
         
            +
            2002-04-20 02:39  thomas
         
     | 
| 
      
 784 
     | 
    
         
            +
             
     | 
| 
      
 785 
     | 
    
         
            +
            	* ziprequire.rb: Made a warning go away
         
     | 
| 
      
 786 
     | 
    
         
            +
             
     | 
| 
      
 787 
     | 
    
         
            +
            2002-04-20 02:38  thomas
         
     | 
| 
      
 788 
     | 
    
         
            +
             
     | 
| 
      
 789 
     | 
    
         
            +
            	* ziprequire.rb, ziprequiretest.rb, test/notzippedruby.rb,
         
     | 
| 
      
 790 
     | 
    
         
            +
            	  test/rubycode.zip: Fixed a bug in ziprequire. Added
         
     | 
| 
      
 791 
     | 
    
         
            +
            	  ziprequiretest.rb and test data files
         
     | 
| 
      
 792 
     | 
    
         
            +
             
     | 
| 
      
 793 
     | 
    
         
            +
            2002-04-19 22:43  thomas
         
     | 
| 
      
 794 
     | 
    
         
            +
             
     | 
| 
      
 795 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Added recursion support to Glob module
         
     | 
| 
      
 796 
     | 
    
         
            +
             
     | 
| 
      
 797 
     | 
    
         
            +
            2002-04-18 21:37  thomas
         
     | 
| 
      
 798 
     | 
    
         
            +
             
     | 
| 
      
 799 
     | 
    
         
            +
            	* NEWS, TODO, zip.rb, ziptest.rb: Added Glob module and GlobTest
         
     | 
| 
      
 800 
     | 
    
         
            +
            	  unit test suite. This module provides the functionality to expand
         
     | 
| 
      
 801 
     | 
    
         
            +
            	  a 'glob pattern' given a list of files - Next step is to use this
         
     | 
| 
      
 802 
     | 
    
         
            +
            	  module in ZipFile
         
     | 
| 
      
 803 
     | 
    
         
            +
             
     | 
| 
      
 804 
     | 
    
         
            +
            2002-04-01 22:55  thomas
         
     | 
| 
      
 805 
     | 
    
         
            +
             
     | 
| 
      
 806 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 807 
     | 
    
         
            +
             
     | 
| 
      
 808 
     | 
    
         
            +
            2002-04-01 21:16  thomas
         
     | 
| 
      
 809 
     | 
    
         
            +
             
     | 
| 
      
 810 
     | 
    
         
            +
            	* TODO, zip.rb, ziprequire.rb: Added ziprequire.rb which contains a
         
     | 
| 
      
 811 
     | 
    
         
            +
            	  proof-of-concept implementation of a require implementation that
         
     | 
| 
      
 812 
     | 
    
         
            +
            	  can load ruby modules from a zip file. Needs unit tests and
         
     | 
| 
      
 813 
     | 
    
         
            +
            	  polish.
         
     | 
| 
      
 814 
     | 
    
         
            +
             
     | 
| 
      
 815 
     | 
    
         
            +
            2002-03-31 01:13  thomas
         
     | 
| 
      
 816 
     | 
    
         
            +
             
     | 
| 
      
 817 
     | 
    
         
            +
            	* README: [no log message]
         
     | 
| 
      
 818 
     | 
    
         
            +
             
     | 
| 
      
 819 
     | 
    
         
            +
            2002-03-30 16:14  thomas
         
     | 
| 
      
 820 
     | 
    
         
            +
             
     | 
| 
      
 821 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 822 
     | 
    
         
            +
             
     | 
| 
      
 823 
     | 
    
         
            +
            2002-03-30 01:52  thomas
         
     | 
| 
      
 824 
     | 
    
         
            +
             
     | 
| 
      
 825 
     | 
    
         
            +
            	* .cvsignore, README, zip.rb: Added rdoc markup (only #:nodoc:all
         
     | 
| 
      
 826 
     | 
    
         
            +
            	  modifiers) to zip.rb. Made README 'RDoc compliant'
         
     | 
| 
      
 827 
     | 
    
         
            +
             
     | 
| 
      
 828 
     | 
    
         
            +
            2002-03-29 23:29  thomas
         
     | 
| 
      
 829 
     | 
    
         
            +
             
     | 
| 
      
 830 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 831 
     | 
    
         
            +
             
     | 
| 
      
 832 
     | 
    
         
            +
            2002-03-29 23:26  thomas
         
     | 
| 
      
 833 
     | 
    
         
            +
             
     | 
| 
      
 834 
     | 
    
         
            +
            	* example.rb, samples/.cvsignore, samples/example.rb,
         
     | 
| 
      
 835 
     | 
    
         
            +
            	  samples/gtkRubyzip.rb: Moved example.rb to samples/. Added
         
     | 
| 
      
 836 
     | 
    
         
            +
            	  another sample gtkRubyzip.rb
         
     | 
| 
      
 837 
     | 
    
         
            +
             
     | 
| 
      
 838 
     | 
    
         
            +
            2002-03-29 20:12  thomas
         
     | 
| 
      
 839 
     | 
    
         
            +
             
     | 
| 
      
 840 
     | 
    
         
            +
            	* NEWS, TODO: [no log message]
         
     | 
| 
      
 841 
     | 
    
         
            +
             
     | 
| 
      
 842 
     | 
    
         
            +
            2002-03-29 20:06  thomas
         
     | 
| 
      
 843 
     | 
    
         
            +
             
     | 
| 
      
 844 
     | 
    
         
            +
            	* .cvsignore, file1.txt, file1.txt.deflatedData, testDirectory.bin,
         
     | 
| 
      
 845 
     | 
    
         
            +
            	  ziptest.rb, test/.cvsignore, test/file1.txt,
         
     | 
| 
      
 846 
     | 
    
         
            +
            	  test/file1.txt.deflatedData, test/file2.txt,
         
     | 
| 
      
 847 
     | 
    
         
            +
            	  test/testDirectory.bin: Added test/ directory and moved the
         
     | 
| 
      
 848 
     | 
    
         
            +
            	  manually created test data files into it. Changed ziptest.rb so
         
     | 
| 
      
 849 
     | 
    
         
            +
            	  it runs in test/ directory
         
     | 
| 
      
 850 
     | 
    
         
            +
             
     | 
| 
      
 851 
     | 
    
         
            +
            2002-03-29 19:43  thomas
         
     | 
| 
      
 852 
     | 
    
         
            +
             
     | 
| 
      
 853 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 854 
     | 
    
         
            +
             
     | 
| 
      
 855 
     | 
    
         
            +
            2002-03-29 18:15  thomas
         
     | 
| 
      
 856 
     | 
    
         
            +
             
     | 
| 
      
 857 
     | 
    
         
            +
            	* NEWS, zip.rb, ziptest.rb: Don't decompress and recompress zip
         
     | 
| 
      
 858 
     | 
    
         
            +
            	  entries when changing zip file
         
     | 
| 
      
 859 
     | 
    
         
            +
             
     | 
| 
      
 860 
     | 
    
         
            +
            2002-03-29 17:50  thomas
         
     | 
| 
      
 861 
     | 
    
         
            +
             
     | 
| 
      
 862 
     | 
    
         
            +
            	* zip.rb: Performance optimization: Only write new ZipFile, if it
         
     | 
| 
      
 863 
     | 
    
         
            +
            	  has been changed. The test suite runs in half the time now.
         
     | 
| 
      
 864 
     | 
    
         
            +
             
     | 
| 
      
 865 
     | 
    
         
            +
            2002-03-28 22:12  thomas
         
     | 
| 
      
 866 
     | 
    
         
            +
             
     | 
| 
      
 867 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 868 
     | 
    
         
            +
             
     | 
| 
      
 869 
     | 
    
         
            +
            2002-03-23 17:31  thomas
         
     | 
| 
      
 870 
     | 
    
         
            +
             
     | 
| 
      
 871 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 872 
     | 
    
         
            +
             
     | 
| 
      
 873 
     | 
    
         
            +
            2002-03-22 22:47  thomas
         
     | 
| 
      
 874 
     | 
    
         
            +
             
     | 
| 
      
 875 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 876 
     | 
    
         
            +
             
     | 
| 
      
 877 
     | 
    
         
            +
            2002-03-22 22:25  thomas
         
     | 
| 
      
 878 
     | 
    
         
            +
             
     | 
| 
      
 879 
     | 
    
         
            +
            	* NEWS, TODO: [no log message]
         
     | 
| 
      
 880 
     | 
    
         
            +
             
     | 
| 
      
 881 
     | 
    
         
            +
            2002-03-22 22:18  thomas
         
     | 
| 
      
 882 
     | 
    
         
            +
             
     | 
| 
      
 883 
     | 
    
         
            +
            	* ziptest.rb: Found the tests that didn't use blocks to make sure
         
     | 
| 
      
 884 
     | 
    
         
            +
            	  input streams are closed as soon as they arent used anymore and
         
     | 
| 
      
 885 
     | 
    
         
            +
            	  got rid of the GC.start
         
     | 
| 
      
 886 
     | 
    
         
            +
             
     | 
| 
      
 887 
     | 
    
         
            +
            2002-03-22 22:12  thomas
         
     | 
| 
      
 888 
     | 
    
         
            +
             
     | 
| 
      
 889 
     | 
    
         
            +
            	* ziptest.rb: All tests run on windows ruby 1.6.6
         
     | 
| 
      
 890 
     | 
    
         
            +
             
     | 
| 
      
 891 
     | 
    
         
            +
            2002-03-22 10:38  thomas
         
     | 
| 
      
 892 
     | 
    
         
            +
             
     | 
| 
      
 893 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Windows fixes: Fixed ZipFile.initialize which
         
     | 
| 
      
 894 
     | 
    
         
            +
            	  needed to open zipfile file in binary mode. Added another
         
     | 
| 
      
 895 
     | 
    
         
            +
            	  workaround for the return value from File.open(name) where name
         
     | 
| 
      
 896 
     | 
    
         
            +
            	  is the name of a directory - ruby returns different exceptions in
         
     | 
| 
      
 897 
     | 
    
         
            +
            	  linux, win/cygwin and windows. A number of tests failed because
         
     | 
| 
      
 898 
     | 
    
         
            +
            	  in windows you cant delete a file that is open. Fixed by changing
         
     | 
| 
      
 899 
     | 
    
         
            +
            	  ziptest.rb to use ZipInputStream.getInputStream with blocks a few
         
     | 
| 
      
 900 
     | 
    
         
            +
            	  places. There is a hack in CommanZipFileFixture.setup where the
         
     | 
| 
      
 901 
     | 
    
         
            +
            	  GC is explicitly invoked. Should be fixed with blocks instead.
         
     | 
| 
      
 902 
     | 
    
         
            +
            	  The only currently failing test fails because the test data
         
     | 
| 
      
 903 
     | 
    
         
            +
            	  creation fails to add a comment to 4entry.zip, because echo eats
         
     | 
| 
      
 904 
     | 
    
         
            +
            	  the remainder of the line including the pipe character and the
         
     | 
| 
      
 905 
     | 
    
         
            +
            	  following zip -z 4 entry.zip command
         
     | 
| 
      
 906 
     | 
    
         
            +
             
     | 
| 
      
 907 
     | 
    
         
            +
            2002-03-21 22:18  thomas
         
     | 
| 
      
 908 
     | 
    
         
            +
             
     | 
| 
      
 909 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 910 
     | 
    
         
            +
             
     | 
| 
      
 911 
     | 
    
         
            +
            2002-03-21 22:12  thomas
         
     | 
| 
      
 912 
     | 
    
         
            +
             
     | 
| 
      
 913 
     | 
    
         
            +
            	* NEWS, README, TODO, install.rb: Added install.rb
         
     | 
| 
      
 914 
     | 
    
         
            +
             
     | 
| 
      
 915 
     | 
    
         
            +
            2002-03-21 21:45  thomas
         
     | 
| 
      
 916 
     | 
    
         
            +
             
     | 
| 
      
 917 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 918 
     | 
    
         
            +
             
     | 
| 
      
 919 
     | 
    
         
            +
            2002-03-21 20:54  thomas
         
     | 
| 
      
 920 
     | 
    
         
            +
             
     | 
| 
      
 921 
     | 
    
         
            +
            	* NEWS, TODO: [no log message]
         
     | 
| 
      
 922 
     | 
    
         
            +
             
     | 
| 
      
 923 
     | 
    
         
            +
            2002-03-21 20:34  thomas
         
     | 
| 
      
 924 
     | 
    
         
            +
             
     | 
| 
      
 925 
     | 
    
         
            +
            	* .cvsignore, TODO, zip.rb, ziptest.rb: Added
         
     | 
| 
      
 926 
     | 
    
         
            +
            	  test_extractDirectoryExistsAsFileOverwrite and fixed to pass
         
     | 
| 
      
 927 
     | 
    
         
            +
             
     | 
| 
      
 928 
     | 
    
         
            +
            2002-03-21 20:22  thomas
         
     | 
| 
      
 929 
     | 
    
         
            +
             
     | 
| 
      
 930 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Extraction of directory entries is now
         
     | 
| 
      
 931 
     | 
    
         
            +
            	  supported
         
     | 
| 
      
 932 
     | 
    
         
            +
             
     | 
| 
      
 933 
     | 
    
         
            +
            2002-03-20 21:59  thomas
         
     | 
| 
      
 934 
     | 
    
         
            +
             
     | 
| 
      
 935 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 936 
     | 
    
         
            +
             
     | 
| 
      
 937 
     | 
    
         
            +
            2002-03-20 21:24  thomas
         
     | 
| 
      
 938 
     | 
    
         
            +
             
     | 
| 
      
 939 
     | 
    
         
            +
            	* COPYING, README, README.txt: Removed COPYING, renamed README.txt
         
     | 
| 
      
 940 
     | 
    
         
            +
            	  to README. Updated README
         
     | 
| 
      
 941 
     | 
    
         
            +
             
     | 
| 
      
 942 
     | 
    
         
            +
            2002-03-20 21:18  thomas
         
     | 
| 
      
 943 
     | 
    
         
            +
             
     | 
| 
      
 944 
     | 
    
         
            +
            	* example.rb: Fixed example.rb added example that shows zip file
         
     | 
| 
      
 945 
     | 
    
         
            +
            	  manipulation with Zip::ZipFile
         
     | 
| 
      
 946 
     | 
    
         
            +
             
     | 
| 
      
 947 
     | 
    
         
            +
            2002-03-20 21:00  thomas
         
     | 
| 
      
 948 
     | 
    
         
            +
             
     | 
| 
      
 949 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 950 
     | 
    
         
            +
             
     | 
| 
      
 951 
     | 
    
         
            +
            2002-03-20 20:56  thomas
         
     | 
| 
      
 952 
     | 
    
         
            +
             
     | 
| 
      
 953 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Directories can now be added (not
         
     | 
| 
      
 954 
     | 
    
         
            +
            	  recursively, the directory entry itself. Directories are
         
     | 
| 
      
 955 
     | 
    
         
            +
            	  recognized by a empty entries with a trailing /. The purpose of
         
     | 
| 
      
 956 
     | 
    
         
            +
            	  storing them explicitly in the zip file is to be able to store
         
     | 
| 
      
 957 
     | 
    
         
            +
            	  permission and ownership information
         
     | 
| 
      
 958 
     | 
    
         
            +
             
     | 
| 
      
 959 
     | 
    
         
            +
            2002-03-20 20:08  thomas
         
     | 
| 
      
 960 
     | 
    
         
            +
             
     | 
| 
      
 961 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: zip.rb depended on ftools but it was
         
     | 
| 
      
 962 
     | 
    
         
            +
            	  only included in ziptest.rb
         
     | 
| 
      
 963 
     | 
    
         
            +
             
     | 
| 
      
 964 
     | 
    
         
            +
            2002-03-20 19:07  thomas
         
     | 
| 
      
 965 
     | 
    
         
            +
             
     | 
| 
      
 966 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: ZipError is now a subclass of StandardError
         
     | 
| 
      
 967 
     | 
    
         
            +
            	  instead of RuntimeError. ZipError now has several subclasses.
         
     | 
| 
      
 968 
     | 
    
         
            +
             
     | 
| 
      
 969 
     | 
    
         
            +
            2002-03-19 22:26  thomas
         
     | 
| 
      
 970 
     | 
    
         
            +
             
     | 
| 
      
 971 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 972 
     | 
    
         
            +
             
     | 
| 
      
 973 
     | 
    
         
            +
            2002-03-19 22:19  thomas
         
     | 
| 
      
 974 
     | 
    
         
            +
             
     | 
| 
      
 975 
     | 
    
         
            +
            	* TODO, ziptest.rb: Unit test ZipFile.getInputStream with block
         
     | 
| 
      
 976 
     | 
    
         
            +
             
     | 
| 
      
 977 
     | 
    
         
            +
            2002-03-19 22:11  thomas
         
     | 
| 
      
 978 
     | 
    
         
            +
             
     | 
| 
      
 979 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Unit test for adding new entry with
         
     | 
| 
      
 980 
     | 
    
         
            +
            	  name that already exists in archive, and fixed to pass test
         
     | 
| 
      
 981 
     | 
    
         
            +
             
     | 
| 
      
 982 
     | 
    
         
            +
            2002-03-19 21:40  thomas
         
     | 
| 
      
 983 
     | 
    
         
            +
             
     | 
| 
      
 984 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Added unit tests for rename to existing
         
     | 
| 
      
 985 
     | 
    
         
            +
            	  entry
         
     | 
| 
      
 986 
     | 
    
         
            +
             
     | 
| 
      
 987 
     | 
    
         
            +
            2002-03-19 20:42  thomas
         
     | 
| 
      
 988 
     | 
    
         
            +
             
     | 
| 
      
 989 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 990 
     | 
    
         
            +
             
     | 
| 
      
 991 
     | 
    
         
            +
            2002-03-19 20:40  thomas
         
     | 
| 
      
 992 
     | 
    
         
            +
             
     | 
| 
      
 993 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Unit test calling ZipFile.extract with
         
     | 
| 
      
 994 
     | 
    
         
            +
            	  block
         
     | 
| 
      
 995 
     | 
    
         
            +
             
     | 
| 
      
 996 
     | 
    
         
            +
            2002-03-18 21:06  thomas
         
     | 
| 
      
 997 
     | 
    
         
            +
             
     | 
| 
      
 998 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 999 
     | 
    
         
            +
             
     | 
| 
      
 1000 
     | 
    
         
            +
            2002-03-18 21:05  thomas
         
     | 
| 
      
 1001 
     | 
    
         
            +
             
     | 
| 
      
 1002 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: ZipFile#commit now reinitializes ZipFile.
         
     | 
| 
      
 1003 
     | 
    
         
            +
             
     | 
| 
      
 1004 
     | 
    
         
            +
            2002-03-18 20:42  thomas
         
     | 
| 
      
 1005 
     | 
    
         
            +
             
     | 
| 
      
 1006 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: Refactoring:
         
     | 
| 
      
 1007 
     | 
    
         
            +
             
     | 
| 
      
 1008 
     | 
    
         
            +
            	  Collapsed ZipEntry and ZipStreamableZipEntry into ZipEntry.
         
     | 
| 
      
 1009 
     | 
    
         
            +
             
     | 
| 
      
 1010 
     | 
    
         
            +
            	  Collapsed BasicZipFile and ZipFile into ZipFile.
         
     | 
| 
      
 1011 
     | 
    
         
            +
             
     | 
| 
      
 1012 
     | 
    
         
            +
            2002-03-18 18:05  thomas
         
     | 
| 
      
 1013 
     | 
    
         
            +
             
     | 
| 
      
 1014 
     | 
    
         
            +
            	* zip.rb: Removed method that was never called
         
     | 
| 
      
 1015 
     | 
    
         
            +
             
     | 
| 
      
 1016 
     | 
    
         
            +
            2002-03-17 22:33  thomas
         
     | 
| 
      
 1017 
     | 
    
         
            +
             
     | 
| 
      
 1018 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 1019 
     | 
    
         
            +
             
     | 
| 
      
 1020 
     | 
    
         
            +
            2002-03-17 22:25  thomas
         
     | 
| 
      
 1021 
     | 
    
         
            +
             
     | 
| 
      
 1022 
     | 
    
         
            +
            	* ziptest.rb: Run tests with =true as default
         
     | 
| 
      
 1023 
     | 
    
         
            +
             
     | 
| 
      
 1024 
     | 
    
         
            +
            2002-03-17 22:22  thomas
         
     | 
| 
      
 1025 
     | 
    
         
            +
             
     | 
| 
      
 1026 
     | 
    
         
            +
            	* NEWS, TODO, zip.rb, ziptest.rb: Now runs with -w switch without
         
     | 
| 
      
 1027 
     | 
    
         
            +
            	  warnings
         
     | 
| 
      
 1028 
     | 
    
         
            +
             
     | 
| 
      
 1029 
     | 
    
         
            +
            2002-03-17 21:10  thomas
         
     | 
| 
      
 1030 
     | 
    
         
            +
             
     | 
| 
      
 1031 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 1032 
     | 
    
         
            +
             
     | 
| 
      
 1033 
     | 
    
         
            +
            2002-03-17 21:04  thomas
         
     | 
| 
      
 1034 
     | 
    
         
            +
             
     | 
| 
      
 1035 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Down to one failing test
         
     | 
| 
      
 1036 
     | 
    
         
            +
             
     | 
| 
      
 1037 
     | 
    
         
            +
            2002-03-17 20:36  thomas
         
     | 
| 
      
 1038 
     | 
    
         
            +
             
     | 
| 
      
 1039 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1040 
     | 
    
         
            +
             
     | 
| 
      
 1041 
     | 
    
         
            +
            2002-03-17 17:22  thomas
         
     | 
| 
      
 1042 
     | 
    
         
            +
             
     | 
| 
      
 1043 
     | 
    
         
            +
            	* TODO, zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1044 
     | 
    
         
            +
             
     | 
| 
      
 1045 
     | 
    
         
            +
            2002-02-25 19:42  thomas
         
     | 
| 
      
 1046 
     | 
    
         
            +
             
     | 
| 
      
 1047 
     | 
    
         
            +
            	* TODO: Added more todos
         
     | 
| 
      
 1048 
     | 
    
         
            +
             
     | 
| 
      
 1049 
     | 
    
         
            +
            2002-02-23 15:51  thomas
         
     | 
| 
      
 1050 
     | 
    
         
            +
             
     | 
| 
      
 1051 
     | 
    
         
            +
            	* zip.rb: [no log message]
         
     | 
| 
      
 1052 
     | 
    
         
            +
             
     | 
| 
      
 1053 
     | 
    
         
            +
            2002-02-23 15:30  thomas
         
     | 
| 
      
 1054 
     | 
    
         
            +
             
     | 
| 
      
 1055 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1056 
     | 
    
         
            +
             
     | 
| 
      
 1057 
     | 
    
         
            +
            2002-02-23 14:16  thomas
         
     | 
| 
      
 1058 
     | 
    
         
            +
             
     | 
| 
      
 1059 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1060 
     | 
    
         
            +
             
     | 
| 
      
 1061 
     | 
    
         
            +
            2002-02-03 18:47  thomas
         
     | 
| 
      
 1062 
     | 
    
         
            +
             
     | 
| 
      
 1063 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 1064 
     | 
    
         
            +
             
     | 
| 
      
 1065 
     | 
    
         
            +
            2002-02-02 15:58  thomas
         
     | 
| 
      
 1066 
     | 
    
         
            +
             
     | 
| 
      
 1067 
     | 
    
         
            +
            	* example.rb, zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1068 
     | 
    
         
            +
             
     | 
| 
      
 1069 
     | 
    
         
            +
            2002-02-02 00:16  thomas
         
     | 
| 
      
 1070 
     | 
    
         
            +
             
     | 
| 
      
 1071 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 1072 
     | 
    
         
            +
             
     | 
| 
      
 1073 
     | 
    
         
            +
            2002-02-02 00:14  thomas
         
     | 
| 
      
 1074 
     | 
    
         
            +
             
     | 
| 
      
 1075 
     | 
    
         
            +
            	* example.rb, zip.rb, ziptest.rb: Renamed SimpleZipFile to
         
     | 
| 
      
 1076 
     | 
    
         
            +
            	  BasicZipFile
         
     | 
| 
      
 1077 
     | 
    
         
            +
             
     | 
| 
      
 1078 
     | 
    
         
            +
            2002-02-02 00:09  thomas
         
     | 
| 
      
 1079 
     | 
    
         
            +
             
     | 
| 
      
 1080 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 1081 
     | 
    
         
            +
             
     | 
| 
      
 1082 
     | 
    
         
            +
            2002-02-02 00:01  thomas
         
     | 
| 
      
 1083 
     | 
    
         
            +
             
     | 
| 
      
 1084 
     | 
    
         
            +
            	* ziptest.rb: More test cases - all of them failing, so now there
         
     | 
| 
      
 1085 
     | 
    
         
            +
            	  are 18 failing test cases. Three more test cases to implement,
         
     | 
| 
      
 1086 
     | 
    
         
            +
            	  then it is time for the production code
         
     | 
| 
      
 1087 
     | 
    
         
            +
             
     | 
| 
      
 1088 
     | 
    
         
            +
            2002-02-01 21:49  thomas
         
     | 
| 
      
 1089 
     | 
    
         
            +
             
     | 
| 
      
 1090 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 1091 
     | 
    
         
            +
             
     | 
| 
      
 1092 
     | 
    
         
            +
            2002-02-01 21:34  thomas
         
     | 
| 
      
 1093 
     | 
    
         
            +
             
     | 
| 
      
 1094 
     | 
    
         
            +
            	* ziptest.rb: Also run SimpleZipFile tests for ZipFile.
         
     | 
| 
      
 1095 
     | 
    
         
            +
             
     | 
| 
      
 1096 
     | 
    
         
            +
            2002-02-01 20:11  thomas
         
     | 
| 
      
 1097 
     | 
    
         
            +
             
     | 
| 
      
 1098 
     | 
    
         
            +
            	* example.rb, zip.rb, ziptest.rb: ZipFile renamed to SimpleZipFile.
         
     | 
| 
      
 1099 
     | 
    
         
            +
            	  The new ZipFile will have many more methods that are useful for
         
     | 
| 
      
 1100 
     | 
    
         
            +
            	  managing archives.
         
     | 
| 
      
 1101 
     | 
    
         
            +
             
     | 
| 
      
 1102 
     | 
    
         
            +
            2002-01-29 20:30  thomas
         
     | 
| 
      
 1103 
     | 
    
         
            +
             
     | 
| 
      
 1104 
     | 
    
         
            +
            	* TODO: [no log message]
         
     | 
| 
      
 1105 
     | 
    
         
            +
             
     | 
| 
      
 1106 
     | 
    
         
            +
            2002-01-26 00:18  thomas
         
     | 
| 
      
 1107 
     | 
    
         
            +
             
     | 
| 
      
 1108 
     | 
    
         
            +
            	* NEWS: [no log message]
         
     | 
| 
      
 1109 
     | 
    
         
            +
             
     | 
| 
      
 1110 
     | 
    
         
            +
            2002-01-26 00:14  thomas
         
     | 
| 
      
 1111 
     | 
    
         
            +
             
     | 
| 
      
 1112 
     | 
    
         
            +
            	* ziptest.rb: In unit test: work around ruby/cygwin weirdness. You
         
     | 
| 
      
 1113 
     | 
    
         
            +
            	  get an Errno::EEXISTS instead of an Errno::EISDIR if you try to
         
     | 
| 
      
 1114 
     | 
    
         
            +
            	  open a file for writing that is a directory.
         
     | 
| 
      
 1115 
     | 
    
         
            +
             
     | 
| 
      
 1116 
     | 
    
         
            +
            2002-01-26 00:02  thomas
         
     | 
| 
      
 1117 
     | 
    
         
            +
             
     | 
| 
      
 1118 
     | 
    
         
            +
            	* ziptest.rb: Fixed test that failed on windows because of CRLF
         
     | 
| 
      
 1119 
     | 
    
         
            +
            	  line ending
         
     | 
| 
      
 1120 
     | 
    
         
            +
             
     | 
| 
      
 1121 
     | 
    
         
            +
            2002-01-25 23:58  thomas
         
     | 
| 
      
 1122 
     | 
    
         
            +
             
     | 
| 
      
 1123 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 1124 
     | 
    
         
            +
             
     | 
| 
      
 1125 
     | 
    
         
            +
            2002-01-25 23:29  thomas
         
     | 
| 
      
 1126 
     | 
    
         
            +
             
     | 
| 
      
 1127 
     | 
    
         
            +
            	* .cvsignore, example.rb, zip.rb: Fixed bug reading from empty
         
     | 
| 
      
 1128 
     | 
    
         
            +
            	  deflated entry in zip file
         
     | 
| 
      
 1129 
     | 
    
         
            +
             
     | 
| 
      
 1130 
     | 
    
         
            +
            2002-01-25 23:01  thomas
         
     | 
| 
      
 1131 
     | 
    
         
            +
             
     | 
| 
      
 1132 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 1133 
     | 
    
         
            +
             
     | 
| 
      
 1134 
     | 
    
         
            +
            2002-01-25 22:56  thomas
         
     | 
| 
      
 1135 
     | 
    
         
            +
             
     | 
| 
      
 1136 
     | 
    
         
            +
            	* ziptest.rb: [no log message]
         
     | 
| 
      
 1137 
     | 
    
         
            +
             
     | 
| 
      
 1138 
     | 
    
         
            +
            2002-01-25 22:51  thomas
         
     | 
| 
      
 1139 
     | 
    
         
            +
             
     | 
| 
      
 1140 
     | 
    
         
            +
            	* NEWS, README.txt, zip.rb, ziptest.rb: Zip write support is now
         
     | 
| 
      
 1141 
     | 
    
         
            +
            	  fully functional in the form of ZipOutputStream.
         
     | 
| 
      
 1142 
     | 
    
         
            +
             
     | 
| 
      
 1143 
     | 
    
         
            +
            2002-01-25 21:12  thomas
         
     | 
| 
      
 1144 
     | 
    
         
            +
             
     | 
| 
      
 1145 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1146 
     | 
    
         
            +
             
     | 
| 
      
 1147 
     | 
    
         
            +
            2002-01-25 20:37  thomas
         
     | 
| 
      
 1148 
     | 
    
         
            +
             
     | 
| 
      
 1149 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1150 
     | 
    
         
            +
             
     | 
| 
      
 1151 
     | 
    
         
            +
            2002-01-20 16:00  thomas
         
     | 
| 
      
 1152 
     | 
    
         
            +
             
     | 
| 
      
 1153 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Added Deflater and DeflaterTest.
         
     | 
| 
      
 1154 
     | 
    
         
            +
             
     | 
| 
      
 1155 
     | 
    
         
            +
            2002-01-20 00:39  thomas
         
     | 
| 
      
 1156 
     | 
    
         
            +
             
     | 
| 
      
 1157 
     | 
    
         
            +
            	* .cvsignore: [no log message]
         
     | 
| 
      
 1158 
     | 
    
         
            +
             
     | 
| 
      
 1159 
     | 
    
         
            +
            2002-01-20 00:23  thomas
         
     | 
| 
      
 1160 
     | 
    
         
            +
             
     | 
| 
      
 1161 
     | 
    
         
            +
            	* .cvsignore: Added .cvsignore file
         
     | 
| 
      
 1162 
     | 
    
         
            +
             
     | 
| 
      
 1163 
     | 
    
         
            +
            2002-01-20 00:09  thomas
         
     | 
| 
      
 1164 
     | 
    
         
            +
             
     | 
| 
      
 1165 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: Added ZipEntry.writeCDirEntry and misc minor
         
     | 
| 
      
 1166 
     | 
    
         
            +
            	  fixes
         
     | 
| 
      
 1167 
     | 
    
         
            +
             
     | 
| 
      
 1168 
     | 
    
         
            +
            2002-01-19 23:28  thomas
         
     | 
| 
      
 1169 
     | 
    
         
            +
             
     | 
| 
      
 1170 
     | 
    
         
            +
            	* example.rb, zip.rb, ziptest.rb: NOTICE: Not all tests run!!
         
     | 
| 
      
 1171 
     | 
    
         
            +
             
     | 
| 
      
 1172 
     | 
    
         
            +
            	  ZipOutputStream in progress
         
     | 
| 
      
 1173 
     | 
    
         
            +
             
     | 
| 
      
 1174 
     | 
    
         
            +
            	  Wrapped rubyzip in namespace module Zip.
         
     | 
| 
      
 1175 
     | 
    
         
            +
             
     | 
| 
      
 1176 
     | 
    
         
            +
            2002-01-17 18:52  thomas
         
     | 
| 
      
 1177 
     | 
    
         
            +
             
     | 
| 
      
 1178 
     | 
    
         
            +
            	* ziptest.rb: Fail nicely if the user doesn't have info-zip
         
     | 
| 
      
 1179 
     | 
    
         
            +
            	  compatible zip in the path
         
     | 
| 
      
 1180 
     | 
    
         
            +
             
     | 
| 
      
 1181 
     | 
    
         
            +
            2002-01-10 18:02  thomas
         
     | 
| 
      
 1182 
     | 
    
         
            +
             
     | 
| 
      
 1183 
     | 
    
         
            +
            	* zip.rb: Adjusted chunk size to 32k after a few perf measurements
         
     | 
| 
      
 1184 
     | 
    
         
            +
             
     | 
| 
      
 1185 
     | 
    
         
            +
            2002-01-09 22:10  thomas
         
     | 
| 
      
 1186 
     | 
    
         
            +
             
     | 
| 
      
 1187 
     | 
    
         
            +
            	* README.txt: License now same as rubys, not just GPL
         
     | 
| 
      
 1188 
     | 
    
         
            +
             
     | 
| 
      
 1189 
     | 
    
         
            +
            2002-01-06 00:19  thomas
         
     | 
| 
      
 1190 
     | 
    
         
            +
             
     | 
| 
      
 1191 
     | 
    
         
            +
            	* README.txt: [no log message]
         
     | 
| 
      
 1192 
     | 
    
         
            +
             
     | 
| 
      
 1193 
     | 
    
         
            +
            2002-01-05 23:09  thomas
         
     | 
| 
      
 1194 
     | 
    
         
            +
             
     | 
| 
      
 1195 
     | 
    
         
            +
            	* NEWS, README.txt: Updated NEWS file
         
     | 
| 
      
 1196 
     | 
    
         
            +
             
     | 
| 
      
 1197 
     | 
    
         
            +
            2002-01-05 23:05  thomas
         
     | 
| 
      
 1198 
     | 
    
         
            +
             
     | 
| 
      
 1199 
     | 
    
         
            +
            	* README.txt, zip.rb, ziptest.rb, zlib.c.diff: Added tests for
         
     | 
| 
      
 1200 
     | 
    
         
            +
            	  decompressors and a tests for ZipLocalEntry,
         
     | 
| 
      
 1201 
     | 
    
         
            +
            	  ZipCentralDirectoryEntry and ZipCentralDirectory for handling of
         
     | 
| 
      
 1202 
     | 
    
         
            +
            	  corrupt data
         
     | 
| 
      
 1203 
     | 
    
         
            +
             
     | 
| 
      
 1204 
     | 
    
         
            +
            2002-01-05 22:21  thomas
         
     | 
| 
      
 1205 
     | 
    
         
            +
             
     | 
| 
      
 1206 
     | 
    
         
            +
            	* file1.txt.deflatedData: deflated data extracted from a zip file.
         
     | 
| 
      
 1207 
     | 
    
         
            +
            	  contains file1.txt
         
     | 
| 
      
 1208 
     | 
    
         
            +
             
     | 
| 
      
 1209 
     | 
    
         
            +
            2002-01-05 20:05  thomas
         
     | 
| 
      
 1210 
     | 
    
         
            +
             
     | 
| 
      
 1211 
     | 
    
         
            +
            	* zip.rb: Changed references to Inflate to Zlib::inflate for
         
     | 
| 
      
 1212 
     | 
    
         
            +
            	  compatibility with ruby-zlib-0.5
         
     | 
| 
      
 1213 
     | 
    
         
            +
             
     | 
| 
      
 1214 
     | 
    
         
            +
            2002-01-05 19:28  thomas
         
     | 
| 
      
 1215 
     | 
    
         
            +
             
     | 
| 
      
 1216 
     | 
    
         
            +
            	* README.txt, zip.rb, ziptest.rb: [no log message]
         
     | 
| 
      
 1217 
     | 
    
         
            +
             
     | 
| 
      
 1218 
     | 
    
         
            +
            2002-01-05 01:52  thomas
         
     | 
| 
      
 1219 
     | 
    
         
            +
             
     | 
| 
      
 1220 
     | 
    
         
            +
            	* example.rb, NEWS: [no log message]
         
     | 
| 
      
 1221 
     | 
    
         
            +
             
     | 
| 
      
 1222 
     | 
    
         
            +
            2002-01-05 01:37  thomas
         
     | 
| 
      
 1223 
     | 
    
         
            +
             
     | 
| 
      
 1224 
     | 
    
         
            +
            	* COPYING, README.txt: [no log message]
         
     | 
| 
      
 1225 
     | 
    
         
            +
             
     | 
| 
      
 1226 
     | 
    
         
            +
            2002-01-05 01:31  thomas
         
     | 
| 
      
 1227 
     | 
    
         
            +
             
     | 
| 
      
 1228 
     | 
    
         
            +
            	* ziptest.rb: Fixed problem with test file creation
         
     | 
| 
      
 1229 
     | 
    
         
            +
             
     | 
| 
      
 1230 
     | 
    
         
            +
            2002-01-05 01:15  thomas
         
     | 
| 
      
 1231 
     | 
    
         
            +
             
     | 
| 
      
 1232 
     | 
    
         
            +
            	* README.txt: Updated README.txt
         
     | 
| 
      
 1233 
     | 
    
         
            +
             
     | 
| 
      
 1234 
     | 
    
         
            +
            2002-01-05 01:13  thomas
         
     | 
| 
      
 1235 
     | 
    
         
            +
             
     | 
| 
      
 1236 
     | 
    
         
            +
            	* zip.rb, ziptest.rb: ZipFile now works
         
     | 
| 
      
 1237 
     | 
    
         
            +
             
     | 
| 
      
 1238 
     | 
    
         
            +
            2002-01-04 21:51  thomas
         
     | 
| 
      
 1239 
     | 
    
         
            +
             
     | 
| 
      
 1240 
     | 
    
         
            +
            	* testDirectory.bin, zip.rb, ziptest.rb:
         
     | 
| 
      
 1241 
     | 
    
         
            +
            	  ZipCentralDirectoryEntryTest now runs
         
     | 
| 
      
 1242 
     | 
    
         
            +
             
     | 
| 
      
 1243 
     | 
    
         
            +
            2002-01-04 18:40  thomas
         
     | 
| 
      
 1244 
     | 
    
         
            +
             
     | 
| 
      
 1245 
     | 
    
         
            +
            	* ziptest.rb: Changed
         
     | 
| 
      
 1246 
     | 
    
         
            +
            	  ZIpLocalNEtryTest::test_ReadLocalEntryHeaderOfFirstTestZipEntry
         
     | 
| 
      
 1247 
     | 
    
         
            +
            	  so it works on both unix too. It only worked on windows because
         
     | 
| 
      
 1248 
     | 
    
         
            +
            	  the test made assumptions about the compressed size and crc of an
         
     | 
| 
      
 1249 
     | 
    
         
            +
            	  entry, but that differs depending on the OS because of the CRLF
         
     | 
| 
      
 1250 
     | 
    
         
            +
            	  thing.
         
     | 
| 
      
 1251 
     | 
    
         
            +
             
     | 
| 
      
 1252 
     | 
    
         
            +
            2002-01-04 18:37  thomas
         
     | 
| 
      
 1253 
     | 
    
         
            +
             
     | 
| 
      
 1254 
     | 
    
         
            +
            	* README.txt: Added note about zlib.c patch
         
     | 
| 
      
 1255 
     | 
    
         
            +
             
     | 
| 
      
 1256 
     | 
    
         
            +
            2002-01-02 18:48  thomas
         
     | 
| 
      
 1257 
     | 
    
         
            +
             
     | 
| 
      
 1258 
     | 
    
         
            +
            	* README.txt, example.rb, file1.txt, zip.rb, ziptest.rb,
         
     | 
| 
      
 1259 
     | 
    
         
            +
            	  zlib.c.diff: Initial revision
         
     | 
| 
      
 1260 
     | 
    
         
            +
             
     | 
| 
      
 1261 
     | 
    
         
            +
            2002-01-02 18:48  thomas
         
     | 
| 
      
 1262 
     | 
    
         
            +
             
     | 
| 
      
 1263 
     | 
    
         
            +
            	* README.txt, example.rb, file1.txt, zip.rb, ziptest.rb,
         
     | 
| 
      
 1264 
     | 
    
         
            +
            	  zlib.c.diff: initial
         
     | 
| 
      
 1265 
     | 
    
         
            +
             
     |