thomas
|
dce2fbc560
|
zipfilesystem.rb is becoming big and not everyone will want to use that code. Therefore zip.rb no longer requires it. Instead you must require zipfilesystem.rb itself if you want to use it
|
2003-08-13 08:00:52 +00:00 |
thomas
|
4dbe7e8087
|
Implemented dummy permission test methods
|
2003-08-13 07:51:42 +00:00 |
thomas
|
634f4c32d4
|
Merged from patch from Kristoffer Lunden. Fixed more 1.8.0 incompatibilites - tests run on 1.8.0 now
|
2003-08-13 04:37:58 +00:00 |
thomas
|
2ad564f0ca
|
Get rid of 1.8.0 warning
|
2003-08-12 17:18:40 +00:00 |
thomas
|
07f8301a47
|
ruby 1.8.0 compatibility fix
|
2003-08-12 17:14:29 +00:00 |
thomas
|
990280339e
|
ruby-zlib 0.6.0 compatibility fix
|
2003-08-12 17:13:34 +00:00 |
thomas
|
8d06d611dd
|
*** empty log message ***
|
2002-12-22 19:12:51 +00:00 |
thomas
|
57f582825d
|
*** empty log message ***
|
2002-09-16 20:11:24 +00:00 |
thomas
|
c42b6a72ec
|
*** empty log message ***
|
2002-09-15 15:16:39 +00:00 |
thomas
|
e16b5d1ea7
|
*** empty log message ***
|
2002-09-14 22:02:01 +00:00 |
thomas
|
1d9d8061ee
|
Added simple zipfind script
|
2002-09-14 20:59:29 +00:00 |
thomas
|
a521de1003
|
Added TODO about openmode for zip entries binary/ascii
|
2002-09-13 21:53:59 +00:00 |
thomas
|
b8f57c0fd0
|
ziptest now runs without errors with ruby-1.7.2-4 (Andy's latest build)
|
2002-09-13 18:51:04 +00:00 |
thomas
|
431c4e34f5
|
Improved ZipFsFile.delete/unlink test
|
2002-09-11 22:20:40 +00:00 |
thomas
|
db739fe25b
|
*** empty log message ***
|
2002-09-11 22:12:11 +00:00 |
thomas
|
1bea5b6abf
|
Implemented ZipFsFile.delete/unlink
|
2002-09-11 22:10:34 +00:00 |
thomas
|
63db9cd8f9
|
*** empty log message ***
|
2002-09-11 20:22:29 +00:00 |
thomas
|
c87c046eff
|
Fixed AbstractInputStream.each_line ignored its aSeparator argument. Implemented more ZipFsFile methods
|
2002-09-11 20:18:24 +00:00 |
thomas
|
1096d37477
|
ZipFileSystem is now a module instead of a class, and is mixed into ZipFile, instead of being made available as a property fileSystem
|
2002-09-11 19:28:32 +00:00 |
thomas
|
bc4c9d4ab0
|
Updated NEWS file
|
2002-09-10 21:45:45 +00:00 |
thomas
|
525d954ed8
|
*** empty log message ***
|
2002-09-10 21:26:19 +00:00 |
thomas
|
a4a338d035
|
Fix bug: rewind should reset lineno. Fix bug: Deflater.read uses separate buffer from produceInput (feeding gets/readline etc)
|
2002-09-10 20:39:47 +00:00 |
thomas
|
ea4fdd6723
|
*** empty log message ***
|
2002-09-09 21:48:08 +00:00 |
uid26649
|
f7d84129fd
|
Implemented ZipInputStream.rewind and AbstractInputStream.lineno. Tests for both
|
2002-09-09 20:55:48 +00:00 |
thomas
|
fb965b541b
|
ZipInputStream and ZipOutstream (thru their AbstractInputStream and AbstractOutputStream now lie about being kind_of?(IO)
|
2002-09-09 18:31:16 +00:00 |
thomas
|
a775b087d9
|
*** empty log message ***
|
2002-09-08 14:38:58 +00:00 |
thomas
|
4580ff889d
|
Moved String additions from filearchive.rb to zip.rb (and moved tests along too to ziptest.rb). Added ZipEntry.parentAsString and ZipEntrySet.parent
|
2002-09-08 14:07:49 +00:00 |
thomas
|
2668152853
|
Implemented ZipEntrySetTest.testDup and testCompound
|
2002-09-08 13:28:40 +00:00 |
thomas
|
10bd09b086
|
Replaced Array with EntrySet for keeping entries in a zip file. Tagged repository before this commit, so this change can be rolled back, if it stinks
|
2002-09-08 13:17:17 +00:00 |
thomas
|
2236fc7814
|
Implemented ZipEntry.<=>
|
2002-09-07 18:21:19 +00:00 |
thomas
|
94566a0b0e
|
Removed unused code
|
2002-09-07 12:48:03 +00:00 |
thomas
|
cf93fd76b5
|
Made some changes to accomodate ruby 1.7.2
|
2002-08-11 13:14:58 +00:00 |
thomas
|
dd920f8c3e
|
Implemented ZipFsFile.new
|
2002-07-27 13:25:16 +00:00 |
thomas
|
89082664fa
|
Implemented ZipFsFile.pipe
|
2002-07-26 22:30:04 +00:00 |
thomas
|
5ac9682e58
|
Implemented ZipFsFile.link
|
2002-07-26 22:25:36 +00:00 |
thomas
|
d5728b33ed
|
Implemented ZipFsFile.symlink
|
2002-07-26 22:23:32 +00:00 |
thomas
|
9678582745
|
Implemented ZipFsFile.readlink, wrapped ZipFileSystem class in Zip module
|
2002-07-26 22:20:25 +00:00 |
thomas
|
004143cfdf
|
Implemented ZipFsFile.zero?
|
2002-07-26 22:14:24 +00:00 |
thomas
|
3147123ce5
|
Implemented test for ZipFsFile.directory?
|
2002-07-26 22:01:40 +00:00 |
thomas
|
4cb8e5f433
|
Implemented ZipFsFile.socket?
|
2002-07-26 21:56:19 +00:00 |
thomas
|
80af89bb91
|
Implemented ZipFsFile.join
|
2002-07-26 21:50:45 +00:00 |
thomas
|
0152194610
|
Implemented ZipFsFile.ftype
|
2002-07-26 21:32:12 +00:00 |
thomas
|
eb60d4ad39
|
Implemented ZipFsFile.blockdev?
|
2002-07-26 21:19:04 +00:00 |
thomas
|
c3fc0ca8f4
|
Implemented ZipFsFile.size? (slightly different from size)
|
2002-07-26 21:12:02 +00:00 |
thomas
|
f33d825838
|
Implemented ZipFsFile.split
|
2002-07-26 21:03:35 +00:00 |
thomas
|
59d38c644e
|
Implemented ZipFsFile.symlink?
|
2002-07-26 21:00:37 +00:00 |
thomas
|
02707215a6
|
Implemented ZipFsFile.mtime
|
2002-07-26 20:58:51 +00:00 |
thomas
|
260a9f838c
|
Implement ZipFsFile.file?
|
2002-07-26 15:08:42 +00:00 |
thomas
|
d80db649df
|
Implemented ZipEntry.file?
|
2002-07-26 15:06:42 +00:00 |
thomas
|
bfa6b6328a
|
Implemented ZipFileSystem::ZipFsFile.size
|
2002-07-26 14:57:30 +00:00 |