3
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Appended copyright message to ziprequire.rb and ziprequiretest.rb More... almost 24 years ago
Made ZipEntry tolerate invalid dates More... almost 24 years ago
Read and write entry modification date/time correctly More... almost 24 years ago
improved ZipRequireTest More... almost 24 years ago
Made a warning go away More... almost 24 years ago
Fixed a bug in ziprequire. Added ziprequiretest.rb and test data files More... almost 24 years ago
Added recursion support to Glob module More... almost 24 years ago
Added Glob module and GlobTest unit test suite. This module provides the functionality to expand a 'glob pattern' given a list of files - Next step is to use this module in ZipFile More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Added ziprequire.rb which contains a proof-of-concept implementation of a require implementation that can load ruby modules from a zip file. Needs unit tests and polish. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Added rdoc markup (only #:nodoc:all modifiers) to zip.rb. Made README 'RDoc compliant' More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Moved example.rb to samples/. Added another sample gtkRubyzip.rb More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Added test/ directory and moved the manually created test data files into it. Changed ziptest.rb so it runs in test/ directory More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Don't decompress and recompress zip entries when changing zip file More... almost 24 years ago
Performance optimization: Only write new ZipFile, if it has been changed. The test suite runs in half the time now. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Found the tests that didn't use blocks to make sure input streams are closed as soon as they arent used anymore and got rid of the GC.start More... almost 24 years ago
All tests run on windows ruby 1.6.6 More... almost 24 years ago
Windows fixes: Fixed ZipFile.initialize which needed to open zipfile file in binary mode. Added another workaround for the return value from File.open(name) where name is the name of a directory - ruby returns different exceptions in linux, win/cygwin and windows. A number of tests failed because in windows you cant delete a file that is open. Fixed by changing ziptest.rb to use ZipInputStream.getInputStream with blocks a few places. There is a hack in CommanZipFileFixture.setup where the GC is explicitly invoked. Should be fixed with blocks instead. The only currently failing test fails because the test data creation fails to add a comment to 4entry.zip, because echo eats the remainder of the line including the pipe character and the following zip -z 4 entry.zip command More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Added install.rb More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
*** empty log message *** More... almost 24 years ago