Commit Graph

24 Commits

Author SHA1 Message Date
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 1bea5b6abf Implemented ZipFsFile.delete/unlink 2002-09-11 22:10:34 +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 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 bfa6b6328a Implemented ZipFileSystem::ZipFsFile.size 2002-07-26 14:57:30 +00:00
thomas bc0596b488 *** empty log message *** 2002-07-26 14:41:27 +00:00
thomas 7288902e56 Started implementing ZipFileSystem 2002-07-26 14:12:34 +00:00