rubyzip/TODO

18 lines
898 B
Plaintext
Raw Normal View History

2005-02-14 05:44:15 +08:00
2005-09-04 22:33:57 +08:00
* Adjust rdoc stylesheet to advertise inherited methods if possible
* Suggestion: Add ZipFile/ZipInputStream example that demonstrates extracting all entries.
* Suggestion: ZipFile#extract destination should default to "."
* Suggestion: ZipEntry should have extract(), get_input_stream() methods etc
2005-09-03 16:02:44 +08:00
* rename write to syswrite
* provide alias for write -> syswrite in ioextras.rb
* (is buffering used anywhere with write?)
* produce_input should take an optional buffer parameter.
* Inflater.sysread should pass the buffer to produce_input.
2003-08-21 21:31:05 +08:00
* Implement ZipFsDir.glob
2002-03-24 00:31:46 +08:00
* ZipFile.checkIntegrity method
2002-07-08 19:41:06 +08:00
* non-MSDOS permission attributes
** See mail from Ned Konz to ruby-talk subj. "Re: SV: [ANN] Archive 0.2"
* Packager version, required unpacker version in zip headers
** See mail from Ned Konz to ruby-talk subj. "Re: SV: [ANN] Archive 0.2"
2003-08-21 21:31:05 +08:00
* implement storing attributes and ownership information