Commit Graph

203 Commits

Author SHA1 Message Date
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
thomas bc0596b488 *** empty log message *** 2002-07-26 14:41:27 +00:00
thomas cddc243349 Changed zipWithDirs.zip so all the entries in it have unix file endings 2002-07-26 14:40:08 +00:00
thomas 7288902e56 Started implementing ZipFileSystem 2002-07-26 14:12:34 +00:00
thomas 80e4fa77a2 Added a zip file for testing with a directory structure 2002-07-26 13:56:21 +00:00
thomas ccd21abcbf *** empty log message *** 2002-07-22 19:40:54 +00:00
thomas d041a54b65 *** empty log message *** 2002-07-22 15:49:03 +00:00
thomas a406c4470b *** empty log message *** 2002-07-21 16:20:18 +00:00
thomas 54cfb1a67a Updated TODO with a refactoring idea for FileArchive 2002-07-21 16:12:18 +00:00
thomas 96471ea33d Added some FileArchiveAdd tests and cleaned up some of the FileArchive tests. extract and add now have individual test fixtures. 2002-07-21 15:59:47 +00:00
thomas cc6972524d Added tests for extract called with regex src arg and Enumerable src arg 2002-07-21 14:02:20 +00:00
thomas 6ba39ab31f Added test for continueOnExistsProc when extracting from a file archive 2002-07-21 13:37:06 +00:00
thomas 306e8b3133 Added (failing) tests for FileArchive.add, added code for creating test files for FileArchive.add tests. Added fileutils.rb, which is borrowed from ruby 1.7.2 2002-07-20 15:13:52 +00:00
thomas d062cfbec8 *** empty log message *** 2002-07-20 14:07:52 +00:00
thomas 5ce63ef01f Added tests for String extensions 2002-07-20 14:05:05 +00:00
thomas 5600f8279c *** empty log message *** 2002-07-20 00:20:33 +00:00
thomas e257eabd70 *** empty log message *** 2002-07-19 22:42:38 +00:00
thomas 54042c86c5 Updated TODO 2002-07-19 22:42:24 +00:00
thomas d33747e90e All FileArchive.extract tests run 2002-07-19 22:35:59 +00:00
thomas 7b4e2f2e9f *** empty log message *** 2002-07-19 21:11:05 +00:00
thomas cd5282c58e *** empty log message *** 2002-07-19 17:41:21 +00:00
thomas 44ba0a27df *** empty log message *** 2002-07-19 17:06:19 +00:00
thomas 1388cc979f *** empty log message *** 2002-07-19 16:48:41 +00:00
thomas a270762ab2 *** empty log message *** 2002-07-08 11:41:06 +00:00
thomas ff20e61b78 *** empty log message *** 2002-06-11 17:47:29 +00:00
thomas 215bbb2ac0 Added hackish script for creating dist files 2002-05-24 22:41:43 +00:00
thomas ca0c264b64 *** empty log message *** 2002-04-30 19:22:56 +00:00
thomas f6d87399b3 *** empty log message *** 2002-04-30 19:16:10 +00:00
thomas 5184b55c42 Improved testing and wrote some of the skeleton of extract. Still to do: Fix glob, so it returns a hashmap instead of a list. The map will need to map the full entry name to the last part of the name (which is only really interesting for recursively extracted entries, otherwise it is just the name). Glob.expandPathList should also output directories with a trailing slash, which is doesn't right now. 2002-04-30 18:40:23 +00:00
thomas bba1b8c173 Implemented the first few tests for FileArchive 2002-04-30 17:52:48 +00:00
thomas 19918fd788 Appended copyright message to ziprequire.rb and ziprequiretest.rb 2002-04-24 20:06:59 +00:00
thomas 63eb7bf1fa Made ZipEntry tolerate invalid dates 2002-04-24 18:59:13 +00:00