erawk-rubyzip 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog ADDED
@@ -0,0 +1,1085 @@
1
+ 2009-06-29 16:20 erawk
2
+
3
+ * Rakefile: Use jeweler to release gem to GitHub
4
+
5
+ 2006-07-01 10:04 thomas
6
+
7
+ * Rakefile: Don't autorequire zip/zip - autorequire is deprecated.
8
+
9
+ 2006-06-30 09:28 thomas
10
+
11
+ * Rakefile: [no log message]
12
+
13
+ * NEWS, lib/zip/zip.rb: Bumped version number and reformatted NEWS
14
+ a bit.
15
+
16
+ 2006-06-29 22:49 technorama
17
+
18
+ * lib/zip/zip.rb, NEWS: documentation additions
19
+
20
+ 2006-04-30 06:25 technorama
21
+
22
+ * TODO, lib/zip/zip.rb, test/ziptest.rb: add documentation and test
23
+ for new ZipFile::extract
24
+
25
+ * lib/zip/zip.rb: add some of the API suggestions from sf.net
26
+ #1281314
27
+
28
+ * lib/zip/zip.rb: apply patch for bug #1446926
29
+
30
+ * lib/zip/zip.rb: apply patch for bug #1459902
31
+
32
+ 2006-04-26 17:17 technorama
33
+
34
+ * lib/zip/zip.rb: add ZipFile @restore_*, documentation update
35
+
36
+ 2006-04-07 21:13 technorama
37
+
38
+ * test/: gentestfiles.rb, zipfilesystemtest.rb, ziptest.rb:
39
+ additional tests
40
+
41
+ 2006-03-28 04:11 technorama
42
+
43
+ * lib/zip/zip.rb: start of unix_uid, unix_gid, restore_* support
44
+
45
+ * lib/zip/zip.rb: follow_symlinks is now optional
46
+
47
+ * lib/zip/zip.rb: add eof? methods
48
+
49
+ * test/ziptest.rb: eof? tests
50
+
51
+ 2006-02-26 09:57 technorama
52
+
53
+ * README: add to authors
54
+
55
+ * TODO: [no log message]
56
+
57
+ 2006-02-25 12:04 thomas
58
+
59
+ * lib/zip/zip.rb, test/ziptest.rb: Did away with ZipStreamableFile.
60
+
61
+ 2006-02-23 08:03 technorama
62
+
63
+ * lib/zip/zip.rb: unix file permissions. symlink support. rework
64
+ ZipEntry and delegate classes. reduce memory usage during
65
+ decompression.
66
+
67
+ 2006-02-22 23:44 technorama
68
+
69
+ * lib/zip/zipfilesystem.rb: update permissionInt for mkdir
70
+
71
+ 2006-02-04 10:42 thomas
72
+
73
+ * lib/zip/: ioextras.rb, zip.rb: Merged patch from oss-ruby.
74
+
75
+ 2005-11-19 16:17 thomas
76
+
77
+ * lib/zip/zip.rb: [no log message]
78
+
79
+ 2005-11-08 08:23 thomas
80
+
81
+ * lib/zip/ioextras.rb: Accepted patch from oss-ruby
82
+
83
+ 2005-10-07 09:54 thomas
84
+
85
+ * TODO: [no log message]
86
+
87
+ 2005-09-06 21:19 thomas
88
+
89
+ * lib/zip/zip.rb: [no log message]
90
+
91
+ * NEWS: [no log message]
92
+
93
+ * lib/zip/zip.rb, test/gentestfiles.rb, test/ziptest.rb: Fixed
94
+ problem on windows - tempfile has to be set to binmode again when
95
+ it is reopened
96
+
97
+ 2005-09-04 16:45 thomas
98
+
99
+ * Rakefile: [no log message]
100
+
101
+ * TODO: [no log message]
102
+
103
+ * test/ziptest.rb: [no log message]
104
+
105
+ 2005-09-03 10:27 thomas
106
+
107
+ * NEWS: [no log message]
108
+
109
+ * TODO, lib/zip/zip.rb: [no log message]
110
+
111
+ * lib/zip/ioextras.rb, lib/zip/zip.rb, test/ziptest.rb: Merged
112
+ patch from oss-ruby at technorama.net
113
+
114
+ * test/ziptest.rb: Added failing test that shows that read and gets
115
+ don't mix currently
116
+
117
+ 2005-08-29 08:50 thomas
118
+
119
+ * lib/zip/: ioextras.rb, zip.rb: [no log message]
120
+
121
+ * NEWS, lib/zip/zip.rb: [no log message]
122
+
123
+ * lib/zip/zip.rb: [no log message]
124
+
125
+ * lib/zip/zip.rb: [no log message]
126
+
127
+ 2005-08-07 14:27 thomas
128
+
129
+ * lib/zip/zip.rb, NEWS: [no log message]
130
+
131
+ 2005-08-06 11:12 thomas
132
+
133
+ * lib/zip/: ioextras.rb, zip.rb: [no log message]
134
+
135
+ 2005-08-03 18:54 thomas
136
+
137
+ * lib/zip/zip.rb: Read/write in chunks to preserve memory
138
+
139
+ 2005-07-02 15:08 thomas
140
+
141
+ * lib/zip/zip.rb: Applied received patch concerning FreeBSD 4.5
142
+ issue
143
+
144
+ 2005-04-03 16:52 thomas
145
+
146
+ * samples/.cvsignore: [no log message]
147
+
148
+ * samples/: qtzip.rb, zipdialogui.ui: Added a qt example
149
+
150
+ 2005-03-31 21:58 thomas
151
+
152
+ * lib/zip/zip.rb, test/ziptest.rb: [no log message]
153
+
154
+ * test/zipfilesystemtest.rb: [no log message]
155
+
156
+ 2005-03-17 18:17 thomas
157
+
158
+ * Rakefile: [no log message]
159
+
160
+ * NEWS, README, lib/zip/zip.rb: [no log message]
161
+
162
+ * install.rb: Fixed install.rb
163
+
164
+ 2005-03-03 18:38 thomas
165
+
166
+ * Rakefile: [no log message]
167
+
168
+ 2005-02-27 16:23 thomas
169
+
170
+ * lib/zip/ziprequire.rb: Added documentation to ziprequire
171
+
172
+ * README, TODO, lib/zip/ziprequire.rb: Added documentation to
173
+ ziprequire
174
+
175
+ * Rakefile, test/ziptest.rb: [no log message]
176
+
177
+ 2005-02-19 21:30 thomas
178
+
179
+ * lib/zip/ioextras.rb, lib/zip/stdrubyext.rb,
180
+ lib/zip/tempfile_bugfixed.rb, lib/zip/zip.rb,
181
+ lib/zip/ziprequire.rb, test/ioextrastest.rb,
182
+ test/stdrubyexttest.rb, test/zipfilesystemtest.rb,
183
+ test/ziprequiretest.rb, test/ziptest.rb: Added more rdoc and
184
+ changed the remaining tests to Test::Unit
185
+
186
+ * lib/zip/: ioextras.rb, zip.rb: Added documentation to
187
+ ZipInputStream and ZipOutputStream
188
+
189
+ 2005-02-18 10:27 thomas
190
+
191
+ * README: [no log message]
192
+
193
+ 2005-02-17 23:21 thomas
194
+
195
+ * README, Rakefile: Added ppackage (publish package) task to
196
+ Rakefile
197
+
198
+ * README, Rakefile, TODO: Added pdoc (publish doc) task to Rakefile
199
+
200
+ * README, Rakefile, TODO, lib/zip/stdrubyext.rb, lib/zip/zip.rb,
201
+ lib/zip/zipfilesystem.rb: Added a bunch of documentation
202
+
203
+ * test/ziptest.rb: [no log message]
204
+
205
+ 2005-02-16 20:04 thomas
206
+
207
+ * NEWS, README, Rakefile: Improved documentation and added rdoc
208
+ task to Rakefile
209
+
210
+ * NEWS, Rakefile, lib/zip/zip.rb: [no log message]
211
+
212
+ * Rakefile, samples/example.rb, samples/example_filesystem.rb,
213
+ samples/gtkRubyzip.rb, samples/write_simple.rb,
214
+ samples/zipfind.rb, test/.cvsignore, test/gentestfiles.rb:
215
+ Improvements to Rakefile
216
+
217
+ 2005-02-15 23:35 thomas
218
+
219
+ * NEWS, TODO: [no log message]
220
+
221
+ * Rakefile, rubyzip.gemspec: Now uses Rake to build gem
222
+
223
+ * Rakefile: [no log message]
224
+
225
+ * lib/zip/zip.rb, test/.cvsignore, test/ziptest.rb, NEWS: Fixed
226
+ compatibility issue with ruby 1.8.2. Migrated test suite to
227
+ Test::Unit
228
+
229
+ * NEWS, lib/zip/ioextras.rb, lib/zip/stdrubyext.rb,
230
+ lib/zip/tempfile_bugfixed.rb, lib/zip/zip.rb,
231
+ lib/zip/zipfilesystem.rb, lib/zip/ziprequire.rb, test/.cvsignore,
232
+ test/file1.txt, test/file1.txt.deflatedData, test/file2.txt,
233
+ test/gentestfiles.rb, test/ioextrastest.rb,
234
+ test/notzippedruby.rb, test/rubycode.zip, test/rubycode2.zip,
235
+ test/stdrubyexttest.rb, test/testDirectory.bin,
236
+ test/zipWithDirs.zip, test/zipfilesystemtest.rb,
237
+ test/ziprequiretest.rb, test/ziptest.rb, test/data/.cvsignore,
238
+ test/data/file1.txt, test/data/file1.txt.deflatedData,
239
+ test/data/file2.txt, test/data/notzippedruby.rb,
240
+ test/data/rubycode.zip, test/data/rubycode2.zip,
241
+ test/data/testDirectory.bin, test/data/zipWithDirs.zip: Changed
242
+ directory structure
243
+
244
+ 2005-02-13 22:44 thomas
245
+
246
+ * Rakefile, TODO: [no log message]
247
+
248
+ * rubyzip.gemspec: [no log message]
249
+
250
+ * install.rb: Made install.rb independent of the current path
251
+ (fixes bug reported by Drew Robinson)
252
+
253
+ 2004-12-12 11:22 thomas
254
+
255
+ * NEWS, TODO, samples/write_simple.rb: Fixed 'version needed to
256
+ extract'-field wrong in local headers
257
+
258
+ 2004-05-02 15:17 thomas
259
+
260
+ * rubyzip.gemspec: Added gemspec contributed by Chad Fowler
261
+
262
+ 2004-04-02 07:25 thomas
263
+
264
+ * NEWS: Fix for FreeBSD 4.9
265
+
266
+ 2004-03-29 00:28 thomas
267
+
268
+ * NEWS: [no log message]
269
+
270
+ 2004-03-28 17:59 thomas
271
+
272
+ * NEWS: [no log message]
273
+
274
+ 2004-03-27 16:09 thomas
275
+
276
+ * test/stdrubyexttest.rb: Patch for stdrubyext.rb from Nobu Nakada
277
+
278
+ * test/: ioextrastest.rb, stdrubyexttest.rb: converted some files
279
+ to unix line-endings
280
+
281
+ 2004-03-25 16:34 thomas
282
+
283
+ * NEWS, install.rb: Significantly reduced memory footprint when
284
+ modifying zip files
285
+
286
+ 2004-03-16 18:20 thomas
287
+
288
+ * install.rb, test/alltests.rb, test/ioextrastest.rb,
289
+ test/stdrubyexttest.rb, test/ziptest.rb: IO utility classes moved
290
+ to new file ioextras.rb. Tests moved to new file ioextrastest.rb
291
+
292
+ 2004-02-27 13:21 thomas
293
+
294
+ * NEWS: Optimization to avoid decompression and recompression
295
+
296
+ 2004-01-30 16:17 thomas
297
+
298
+ * NEWS: [no log message]
299
+
300
+ * README, test/zipfilesystemtest.rb, test/ziptest.rb: Applied
301
+ extra-field patch
302
+
303
+ 2003-12-13 16:57 thomas
304
+
305
+ * TODO: [no log message]
306
+
307
+ 2003-12-10 00:25 thomas
308
+
309
+ * test/ziptest.rb: (Temporary) fix to bug reported by Takashi Sano
310
+
311
+ 2003-08-23 09:42 thomas
312
+
313
+ * test/ziptest.rb, NEWS: Fixed ZipFile.get_ouput_stream bug - data
314
+ was never written to zip
315
+
316
+ 2003-08-21 16:05 thomas
317
+
318
+ * install.rb: [no log message]
319
+
320
+ * alltests.rb, stdrubyexttest.rb, zipfilesystemtest.rb,
321
+ ziprequiretest.rb, ziptest.rb, test/alltests.rb,
322
+ test/stdrubyexttest.rb, test/zipfilesystemtest.rb,
323
+ test/ziprequiretest.rb, test/ziptest.rb: Moved all test ruby
324
+ files to test/
325
+
326
+ * NEWS, install.rb, stdrubyext.rb, stdrubyexttest.rb, zip.rb,
327
+ zipfilesystem.rb, zipfilesystemtest.rb, ziprequire.rb,
328
+ ziprequiretest.rb, ziptest.rb, samples/example.rb,
329
+ samples/example_filesystem.rb, samples/gtkRubyzip.rb,
330
+ samples/zipfind.rb: Moved all production source files to zip/ so
331
+ they are in the same dir as when they are installed
332
+
333
+ * NEWS, TODO, alltests.rb: [no log message]
334
+
335
+ * filearchive.rb, filearchivetest.rb, fileutils.rb: Removed
336
+ filearchive.rb, filearchivetest.rb and fileutils.rb
337
+
338
+ * samples/.cvsignore, samples/example_filesystem.rb, zip.rb,
339
+ samples/example_filesystem.rb: Added
340
+ samples/example_filesystem.rb. Fixed Tempfile creation for
341
+ entries created with get_output_stream where entries were in a
342
+ subdirectory
343
+
344
+ * zip.rb, ziptest.rb: Fixed mkdir bug. ZipFile.mkdir didn't work if
345
+ the zipfile doesn't exist already
346
+
347
+ * ziptest.rb: [no log message]
348
+
349
+ * TODO, zipfilesystemtest.rb: Globbing test placeholder commented
350
+ out
351
+
352
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented ZipFsDir.new
353
+ and open
354
+
355
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented DirFsIterator
356
+ and tests
357
+
358
+ 2003-08-20 22:50 thomas
359
+
360
+ * NEWS, TODO: [no log message]
361
+
362
+ * zipfilesystemtest.rb: [no log message]
363
+
364
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
365
+ ZipFsDir.foreach, ZipFsDir.entries now reimplemented in terms of
366
+ it
367
+
368
+ * README: [no log message]
369
+
370
+ * zipfilesystem.rb, zipfilesystemtest.rb: [no log message]
371
+
372
+ * zipfilesystem.rb: All access from ZipFsFile and ZipFsDir to
373
+ ZipFile is now routed through ZipFileNameMapper which has the
374
+ single responsibility of mapping entry/filenames
375
+
376
+ * alltests.rb, stdrubyext.rb, stdrubyexttest.rb: Added
377
+ stdrubyexttest.rb and added test test_select_map
378
+
379
+ * zipfilesystem.rb: ZipFsDir was in the wrong module. ZipFileSystem
380
+ now has a ctor that creates ZipFsDir and ZipFsFile instances,
381
+ instead of creating them lazily. It then passes the dir instance
382
+ to the file instance and vice versa
383
+
384
+ * zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: ZipFsFile.open
385
+ honours chdir
386
+
387
+ * stdrubyext.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb,
388
+ ziptest.rb: Fixed ZipEntry::parent_as_string. Implemented
389
+ ZipFsDir.chdir, pwd and entries including test
390
+
391
+ 2003-08-19 15:44 thomas
392
+
393
+ * zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: Implemented
394
+ ZipFsDir.mkdir
395
+
396
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
397
+ ZipFsDir.delete (and aliases rmdir and unlink)
398
+
399
+ * zipfilesystem.rb, zipfilesystemtest.rb: Another dummy
400
+ implementation and commented out a test for select() which can be
401
+ added later
402
+
403
+ 2003-08-18 20:40 thomas
404
+
405
+ * ziptest.rb: Honoured 1.8.0 Object.to_a deprecation warning
406
+
407
+ * zip.rb, ziptest.rb, samples/example.rb, samples/zipfind.rb:
408
+ Converted a few more names to ruby underscore style that I missed
409
+ with the automated processing the first time around
410
+
411
+ * zip.rb, zipfilesystem.rb, zipfilesystemtest.rb, ziptest.rb:
412
+ Implemented Zip::ZipFile.get_output_stream
413
+
414
+ 2003-08-17 18:28 thomas
415
+
416
+ * README, install.rb, stdrubyext.rb, zipfilesystem.rb,
417
+ zipfilesystemtest.rb: Updated README with Documentation section.
418
+ Updated install.rb. Fixed three tests that failed on 1.8.0.
419
+
420
+ 2003-08-14 05:40 thomas
421
+
422
+ * zipfilesystem.rb, zipfilesystemtest.rb: Added empty
423
+ implementations of atime and ctime
424
+
425
+ 2003-08-13 17:08 thomas
426
+
427
+ * simpledist.rb: Moved simpledist to a separate repository called
428
+ 'misc'
429
+
430
+ * NEWS: [no log message]
431
+
432
+ * stdrubyext.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb,
433
+ ziprequire.rb, ziprequiretest.rb, ziptest.rb, samples/example.rb,
434
+ samples/gtkRubyzip.rb, samples/zipfind.rb: Changed all method
435
+ names to the ruby convention underscore style
436
+
437
+ * alltests.rb, zipfilesystem.rb, zipfilesystemtest.rb: Implemented
438
+ a lot more of the stat methods. Mostly with dummy implementations
439
+ that return values that indicate that these features aren't
440
+ supported
441
+
442
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented more methods
443
+ and tests in zipfilesystem. Mostly empty methods as permissions
444
+ and file types other than files and directories are not supported
445
+
446
+ * install.rb, stdrubyext.rb, zip.rb, zipfilesystem.rb,
447
+ zipfilesystemtest.rb: Addd file stdrubyext.rb and moved the
448
+ modifications to std ruby classes to it. Refactored the ZipFsStat
449
+ tests and ZipFsStat. Added Module.forwardMessages and used it to
450
+ implement the forwarding of calls in ZipFsStat
451
+
452
+ * zipfilesystem.rb, zipfilesystemtest.rb: Added
453
+ Zip::ZipFsFile::ZipFsStat and started implementing it and its
454
+ methods
455
+
456
+ * zipfilesystem.rb, zipfilesystemtest.rb, ziptest.rb: Updated and
457
+ added missing copyright notices
458
+
459
+ * zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: zipfilesystem.rb
460
+ is becoming big and not everyone will want to use that code.
461
+ Therefore zip.rb no longer requires it. Instead you must require
462
+ zipfilesystem.rb itself if you want to use it
463
+
464
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented dummy
465
+ permission test methods
466
+
467
+ * TODO, zip.rb, ziptest.rb: Merged from patch from Kristoffer
468
+ Lunden. Fixed more 1.8.0 incompatibilites - tests run on 1.8.0
469
+ now
470
+
471
+ 2003-08-12 19:18 thomas
472
+
473
+ * zip.rb: Get rid of 1.8.0 warning
474
+
475
+ * ziptest.rb: ruby 1.8.0 compatibility fix
476
+
477
+ * NEWS, zip.rb: ruby-zlib 0.6.0 compatibility fix
478
+
479
+ 2002-12-22 20:12 thomas
480
+
481
+ * zip.rb: [no log message]
482
+
483
+ 2002-09-16 22:11 thomas
484
+
485
+ * NEWS: [no log message]
486
+
487
+ 2002-09-15 17:16 thomas
488
+
489
+ * samples/zipfind.rb: [no log message]
490
+
491
+ * samples/zipfind.rb: [no log message]
492
+
493
+ 2002-09-14 22:59 thomas
494
+
495
+ * samples/zipfind.rb: Added simple zipfind script
496
+
497
+ 2002-09-13 23:53 thomas
498
+
499
+ * TODO: Added TODO about openmode for zip entries binary/ascii
500
+
501
+ * NEWS: ziptest now runs without errors with ruby-1.7.2-4 (Andy's
502
+ latest build)
503
+
504
+ * zip.rb, ziprequiretest.rb, ziptest.rb: ziptest now runs without
505
+ errors with ruby-1.7.2-4 (Andy's latest build)
506
+
507
+ 2002-09-12 00:20 thomas
508
+
509
+ * zipfilesystemtest.rb: Improved ZipFsFile.delete/unlink test
510
+
511
+ * test/.cvsignore: [no log message]
512
+
513
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
514
+ ZipFsFile.delete/unlink
515
+
516
+ 2002-09-11 22:22 thomas
517
+
518
+ * alltests.rb: [no log message]
519
+
520
+ * NEWS, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: Fixed
521
+ AbstractInputStream.each_line ignored its aSeparator argument.
522
+ Implemented more ZipFsFile methods
523
+
524
+ * zip.rb, zipfilesystem.rb, zipfilesystemtest.rb: ZipFileSystem is
525
+ now a module instead of a class, and is mixed into ZipFile,
526
+ instead of being made available as a property fileSystem
527
+
528
+ 2002-09-10 23:45 thomas
529
+
530
+ * NEWS: Updated NEWS file
531
+
532
+ * zip.rb: [no log message]
533
+
534
+ * NEWS, zip.rb, ziptest.rb: Fix bug: rewind should reset lineno.
535
+ Fix bug: Deflater.read uses separate buffer from produceInput
536
+ (feeding gets/readline etc)
537
+
538
+ 2002-09-09 23:48 thomas
539
+
540
+ * .cvsignore: [no log message]
541
+
542
+ 2002-09-09 22:55 uid26649
543
+
544
+ * zip.rb, ziptest.rb: Implemented ZipInputStream.rewind and
545
+ AbstractInputStream.lineno. Tests for both
546
+
547
+ 2002-09-09 20:31 thomas
548
+
549
+ * zip.rb, ziptest.rb: ZipInputStream and ZipOutstream (thru their
550
+ AbstractInputStream and AbstractOutputStream now lie about being
551
+ kind_of?(IO)
552
+
553
+ 2002-09-08 16:38 thomas
554
+
555
+ * zipfilesystemtest.rb: [no log message]
556
+
557
+ * filearchive.rb, filearchivetest.rb, zip.rb, ziptest.rb: Moved
558
+ String additions from filearchive.rb to zip.rb (and moved tests
559
+ along too to ziptest.rb). Added ZipEntry.parentAsString and
560
+ ZipEntrySet.parent
561
+
562
+ * ziptest.rb: Implemented ZipEntrySetTest.testDup and testCompound
563
+
564
+ * TODO, zip.rb, ziptest.rb: Replaced Array with EntrySet for
565
+ keeping entries in a zip file. Tagged repository before this
566
+ commit, so this change can be rolled back, if it stinks
567
+
568
+ 2002-09-07 20:21 thomas
569
+
570
+ * zip.rb, ziptest.rb: Implemented ZipEntry.<=>
571
+
572
+ * ziptest.rb: Removed unused code
573
+
574
+ 2002-08-11 15:14 thomas
575
+
576
+ * zip.rb, ziptest.rb: Made some changes to accomodate ruby 1.7.2
577
+
578
+ 2002-07-27 15:25 thomas
579
+
580
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented ZipFsFile.new
581
+
582
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
583
+ ZipFsFile.pipe
584
+
585
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
586
+ ZipFsFile.link
587
+
588
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
589
+ ZipFsFile.symlink
590
+
591
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
592
+ ZipFsFile.readlink, wrapped ZipFileSystem class in Zip module
593
+
594
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
595
+ ZipFsFile.zero?
596
+
597
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented test for
598
+ ZipFsFile.directory?
599
+
600
+ 2002-07-26 23:56 thomas
601
+
602
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
603
+ ZipFsFile.socket?
604
+
605
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
606
+ ZipFsFile.join
607
+
608
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
609
+ ZipFsFile.ftype
610
+
611
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
612
+ ZipFsFile.blockdev?
613
+
614
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
615
+ ZipFsFile.size? (slightly different from size)
616
+
617
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
618
+ ZipFsFile.split
619
+
620
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implemented
621
+ ZipFsFile.symlink?
622
+
623
+ * alltests.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb:
624
+ Implemented ZipFsFile.mtime
625
+
626
+ * zipfilesystem.rb, zipfilesystemtest.rb: Implement ZipFsFile.file?
627
+
628
+ * zip.rb, ziptest.rb: Implemented ZipEntry.file?
629
+
630
+ * alltests.rb, filearchive.rb, filearchivetest.rb, zip.rb,
631
+ zipfilesystem.rb, zipfilesystemtest.rb, ziprequire.rb,
632
+ ziptest.rb: Implemented ZipFileSystem::ZipFsFile.size
633
+
634
+ * zipfilesystem.rb, zipfilesystemtest.rb: [no log message]
635
+
636
+ * test/zipWithDirs.zip: Changed zipWithDirs.zip so all the entries
637
+ in it have unix file endings
638
+
639
+ * alltests.rb, zip.rb, zipfilesystem.rb, zipfilesystemtest.rb:
640
+ Started implementing ZipFileSystem
641
+
642
+ * test/zipWithDirs.zip: Added a zip file for testing with a
643
+ directory structure
644
+
645
+ 2002-07-22 21:40 thomas
646
+
647
+ * TODO: [no log message]
648
+
649
+ * TODO: [no log message]
650
+
651
+ 2002-07-21 18:20 thomas
652
+
653
+ * NEWS: [no log message]
654
+
655
+ * TODO: Updated TODO with a refactoring idea for FileArchive
656
+
657
+ * filearchive.rb, filearchivetest.rb: Added some FileArchiveAdd
658
+ tests and cleaned up some of the FileArchive tests. extract and
659
+ add now have individual test fixtures.
660
+
661
+ * filearchive.rb, filearchivetest.rb: Added tests for extract
662
+ called with regex src arg and Enumerable src arg
663
+
664
+ * filearchivetest.rb: Added test for continueOnExistsProc when
665
+ extracting from a file archive
666
+
667
+ 2002-07-20 17:13 thomas
668
+
669
+ * TODO, filearchivetest.rb, fileutils.rb, ziptest.rb,
670
+ test/.cvsignore: Added (failing) tests for FileArchive.add, added
671
+ code for creating test files for FileArchive.add tests. Added
672
+ fileutils.rb, which is borrowed from ruby 1.7.2
673
+
674
+ * filearchive.rb, filearchivetest.rb: [no log message]
675
+
676
+ * filearchivetest.rb: Added tests for String extensions
677
+
678
+ * alltests.rb, ziprequiretest.rb, ziptest.rb: [no log message]
679
+
680
+ * install.rb: [no log message]
681
+
682
+ * TODO: Updated TODO
683
+
684
+ * filearchive.rb, filearchivetest.rb: All FileArchive.extract tests
685
+ run
686
+
687
+ 2002-07-19 23:11 thomas
688
+
689
+ * filearchive.rb, filearchivetest.rb: [no log message]
690
+
691
+ * filearchivetest.rb: [no log message]
692
+
693
+ * filearchive.rb, filearchivetest.rb: [no log message]
694
+
695
+ * filearchive.rb, filearchivetest.rb, zip.rb: [no log message]
696
+
697
+ 2002-07-08 13:41 thomas
698
+
699
+ * TODO: [no log message]
700
+
701
+ 2002-06-11 19:47 thomas
702
+
703
+ * filearchive.rb, filearchivetest.rb, zip.rb, ziptest.rb: [no log
704
+ message]
705
+
706
+ 2002-05-25 00:41 thomas
707
+
708
+ * simpledist.rb: Added hackish script for creating dist files
709
+
710
+ 2002-04-30 21:22 thomas
711
+
712
+ * TODO: [no log message]
713
+
714
+ * filearchive.rb, filearchivetest.rb: [no log message]
715
+
716
+ * filearchive.rb, filearchivetest.rb: Improved testing and wrote
717
+ some of the skeleton of extract. Still to do: Fix glob, so it
718
+ returns a hashmap instead of a list. The map will need to map the
719
+ full entry name to the last part of the name (which is only
720
+ really interesting for recursively extracted entries, otherwise
721
+ it is just the name). Glob.expandPathList should also output
722
+ directories with a trailing slash, which is doesn't right now.
723
+
724
+ * filearchive.rb, filearchivetest.rb: Implemented the first few
725
+ tests for FileArchive
726
+
727
+ 2002-04-24 22:06 thomas
728
+
729
+ * ziprequire.rb, ziprequiretest.rb: Appended copyright message to
730
+ ziprequire.rb and ziprequiretest.rb
731
+
732
+ * zip.rb: Made ZipEntry tolerate invalid dates
733
+
734
+ 2002-04-21 00:57 thomas
735
+
736
+ * NEWS, TODO, zip.rb, ziptest.rb: Read and write entry modification
737
+ date/time correctly
738
+
739
+ 2002-04-20 02:44 thomas
740
+
741
+ * ziprequiretest.rb, test/rubycode2.zip: improved ZipRequireTest
742
+
743
+ * ziprequire.rb: Made a warning go away
744
+
745
+ * ziprequire.rb, ziprequiretest.rb, test/notzippedruby.rb,
746
+ test/rubycode.zip: Fixed a bug in ziprequire. Added
747
+ ziprequiretest.rb and test data files
748
+
749
+ 2002-04-19 22:43 thomas
750
+
751
+ * zip.rb, ziptest.rb: Added recursion support to Glob module
752
+
753
+ 2002-04-18 21:37 thomas
754
+
755
+ * NEWS, TODO, zip.rb, ziptest.rb: Added Glob module and GlobTest
756
+ unit test suite. This module provides the functionality to expand
757
+ a 'glob pattern' given a list of files - Next step is to use this
758
+ module in ZipFile
759
+
760
+ 2002-04-01 22:55 thomas
761
+
762
+ * NEWS: [no log message]
763
+
764
+ * TODO, zip.rb, ziprequire.rb: Added ziprequire.rb which contains a
765
+ proof-of-concept implementation of a require implementation that
766
+ can load ruby modules from a zip file. Needs unit tests and
767
+ polish.
768
+
769
+ 2002-03-31 01:13 thomas
770
+
771
+ * README: [no log message]
772
+
773
+ 2002-03-30 16:14 thomas
774
+
775
+ * TODO: [no log message]
776
+
777
+ * .cvsignore, README, zip.rb: Added rdoc markup (only #:nodoc:all
778
+ modifiers) to zip.rb. Made README 'RDoc compliant'
779
+
780
+ 2002-03-29 23:29 thomas
781
+
782
+ * TODO: [no log message]
783
+
784
+ * example.rb, samples/.cvsignore, samples/example.rb,
785
+ samples/gtkRubyzip.rb: Moved example.rb to samples/. Added
786
+ another sample gtkRubyzip.rb
787
+
788
+ * NEWS, TODO, TODO: [no log message]
789
+
790
+ * .cvsignore, file1.txt, file1.txt.deflatedData, testDirectory.bin,
791
+ ziptest.rb, test/.cvsignore, test/file1.txt,
792
+ test/file1.txt.deflatedData, test/file2.txt,
793
+ test/testDirectory.bin: Added test/ directory and moved the
794
+ manually created test data files into it. Changed ziptest.rb so
795
+ it runs in test/ directory
796
+
797
+ * TODO: [no log message]
798
+
799
+ * NEWS, zip.rb, ziptest.rb: Don't decompress and recompress zip
800
+ entries when changing zip file
801
+
802
+ * zip.rb: Performance optimization: Only write new ZipFile, if it
803
+ has been changed. The test suite runs in half the time now.
804
+
805
+ 2002-03-28 22:12 thomas
806
+
807
+ * TODO: [no log message]
808
+
809
+ 2002-03-23 17:31 thomas
810
+
811
+ * TODO: [no log message]
812
+
813
+ 2002-03-22 22:47 thomas
814
+
815
+ * NEWS: [no log message]
816
+
817
+ * NEWS, TODO: [no log message]
818
+
819
+ * ziptest.rb: Found the tests that didn't use blocks to make sure
820
+ input streams are closed as soon as they arent used anymore and
821
+ got rid of the GC.start
822
+
823
+ * ziptest.rb: All tests run on windows ruby 1.6.6
824
+
825
+ * zip.rb, ziptest.rb: Windows fixes: Fixed ZipFile.initialize which
826
+ needed to open zipfile file in binary mode. Added another
827
+ workaround for the return value from File.open(name) where name
828
+ is the name of a directory - ruby returns different exceptions in
829
+ linux, win/cygwin and windows. A number of tests failed because
830
+ in windows you cant delete a file that is open. Fixed by changing
831
+ ziptest.rb to use ZipInputStream.getInputStream with blocks a few
832
+ places. There is a hack in CommanZipFileFixture.setup where the
833
+ GC is explicitly invoked. Should be fixed with blocks instead.
834
+ The only currently failing test fails because the test data
835
+ creation fails to add a comment to 4entry.zip, because echo eats
836
+ the remainder of the line including the pipe character and the
837
+ following zip -z 4 entry.zip command
838
+
839
+ 2002-03-21 22:18 thomas
840
+
841
+ * NEWS: [no log message]
842
+
843
+ * NEWS, README, TODO, install.rb: Added install.rb
844
+
845
+ * ziptest.rb: [no log message]
846
+
847
+ * NEWS, TODO: [no log message]
848
+
849
+ * .cvsignore, TODO, zip.rb, ziptest.rb: Added
850
+ test_extractDirectoryExistsAsFileOverwrite and fixed to pass
851
+
852
+ * zip.rb, ziptest.rb: Extraction of directory entries is now
853
+ supported
854
+
855
+ 2002-03-20 21:59 thomas
856
+
857
+ * NEWS: [no log message]
858
+
859
+ * COPYING, README, README.txt: Removed COPYING, renamed README.txt
860
+ to README. Updated README
861
+
862
+ * example.rb: Fixed example.rb added example that shows zip file
863
+ manipulation with Zip::ZipFile
864
+
865
+ * .cvsignore: [no log message]
866
+
867
+ * TODO, zip.rb, ziptest.rb: Directories can now be added (not
868
+ recursively, the directory entry itself. Directories are
869
+ recognized by a empty entries with a trailing /. The purpose of
870
+ storing them explicitly in the zip file is to be able to store
871
+ permission and ownership information
872
+
873
+ * TODO, zip.rb, ziptest.rb: zip.rb depended on ftools but it was
874
+ only included in ziptest.rb
875
+
876
+ * zip.rb, ziptest.rb: ZipError is now a subclass of StandardError
877
+ instead of RuntimeError. ZipError now has several subclasses.
878
+
879
+ 2002-03-19 22:26 thomas
880
+
881
+ * TODO: [no log message]
882
+
883
+ * TODO, ziptest.rb: Unit test ZipFile.getInputStream with block
884
+
885
+ * TODO, zip.rb, ziptest.rb: Unit test for adding new entry with
886
+ name that already exists in archive, and fixed to pass test
887
+
888
+ * TODO, zip.rb, ziptest.rb: Added unit tests for rename to existing
889
+ entry
890
+
891
+ * TODO: [no log message]
892
+
893
+ * TODO, zip.rb, ziptest.rb: Unit test calling ZipFile.extract with
894
+ block
895
+
896
+ 2002-03-18 21:06 thomas
897
+
898
+ * TODO: [no log message]
899
+
900
+ * zip.rb, ziptest.rb: ZipFile#commit now reinitializes ZipFile.
901
+
902
+ * TODO, zip.rb, ziptest.rb: Refactoring:
903
+
904
+ Collapsed ZipEntry and ZipStreamableZipEntry into ZipEntry.
905
+
906
+ Collapsed BasicZipFile and ZipFile into ZipFile.
907
+
908
+ * zip.rb: Removed method that was never called
909
+
910
+ 2002-03-17 22:33 thomas
911
+
912
+ * TODO: [no log message]
913
+
914
+ * ziptest.rb: Run tests with =true as default
915
+
916
+ * NEWS, TODO, zip.rb, ziptest.rb: Now runs with -w switch without
917
+ warnings
918
+
919
+ * .cvsignore: [no log message]
920
+
921
+ * zip.rb, ziptest.rb: Down to one failing test
922
+
923
+ * zip.rb, ziptest.rb: [no log message]
924
+
925
+ * TODO, zip.rb, ziptest.rb: [no log message]
926
+
927
+ 2002-02-25 19:42 thomas
928
+
929
+ * TODO: Added more todos
930
+
931
+ 2002-02-23 15:51 thomas
932
+
933
+ * zip.rb: [no log message]
934
+
935
+ * zip.rb, ziptest.rb: [no log message]
936
+
937
+ * zip.rb, ziptest.rb: [no log message]
938
+
939
+ 2002-02-03 18:47 thomas
940
+
941
+ * ziptest.rb: [no log message]
942
+
943
+ 2002-02-02 15:58 thomas
944
+
945
+ * example.rb, zip.rb, ziptest.rb: [no log message]
946
+
947
+ * .cvsignore: [no log message]
948
+
949
+ * example.rb, zip.rb, ziptest.rb: Renamed SimpleZipFile to
950
+ BasicZipFile
951
+
952
+ * TODO: [no log message]
953
+
954
+ * ziptest.rb: More test cases - all of them failing, so now there
955
+ are 18 failing test cases. Three more test cases to implement,
956
+ then it is time for the production code
957
+
958
+ 2002-02-01 21:49 thomas
959
+
960
+ * ziptest.rb: [no log message]
961
+
962
+ * ziptest.rb: Also run SimpleZipFile tests for ZipFile.
963
+
964
+ * example.rb, zip.rb, ziptest.rb: ZipFile renamed to SimpleZipFile.
965
+ The new ZipFile will have many more methods that are useful for
966
+ managing archives.
967
+
968
+ 2002-01-29 20:30 thomas
969
+
970
+ * TODO: [no log message]
971
+
972
+ 2002-01-26 00:18 thomas
973
+
974
+ * NEWS: [no log message]
975
+
976
+ * ziptest.rb: In unit test: work around ruby/cygwin weirdness. You
977
+ get an Errno::EEXISTS instead of an Errno::EISDIR if you try to
978
+ open a file for writing that is a directory.
979
+
980
+ * ziptest.rb: Fixed test that failed on windows because of CRLF
981
+ line ending
982
+
983
+ 2002-01-25 23:58 thomas
984
+
985
+ * ziptest.rb: [no log message]
986
+
987
+ * .cvsignore, example.rb, zip.rb: Fixed bug reading from empty
988
+ deflated entry in zip file
989
+
990
+ * .cvsignore: [no log message]
991
+
992
+ * ziptest.rb: [no log message]
993
+
994
+ * NEWS, README.txt, zip.rb, ziptest.rb: Zip write support is now
995
+ fully functional in the form of ZipOutputStream.
996
+
997
+ * zip.rb, ziptest.rb: [no log message]
998
+
999
+ * zip.rb, ziptest.rb: [no log message]
1000
+
1001
+ 2002-01-20 16:00 thomas
1002
+
1003
+ * zip.rb, ziptest.rb: Added Deflater and DeflaterTest.
1004
+
1005
+ * .cvsignore: [no log message]
1006
+
1007
+ * .cvsignore: Added .cvsignore file
1008
+
1009
+ * zip.rb, ziptest.rb: Added ZipEntry.writeCDirEntry and misc minor
1010
+ fixes
1011
+
1012
+ 2002-01-19 23:28 thomas
1013
+
1014
+ * example.rb, zip.rb, ziptest.rb: NOTICE: Not all tests run!!
1015
+
1016
+ ZipOutputStream in progress
1017
+
1018
+ Wrapped rubyzip in namespace module Zip.
1019
+
1020
+ 2002-01-17 18:52 thomas
1021
+
1022
+ * ziptest.rb: Fail nicely if the user doesn't have info-zip
1023
+ compatible zip in the path
1024
+
1025
+ 2002-01-10 18:02 thomas
1026
+
1027
+ * zip.rb: Adjusted chunk size to 32k after a few perf measurements
1028
+
1029
+ 2002-01-09 22:10 thomas
1030
+
1031
+ * README.txt: License now same as rubys, not just GPL
1032
+
1033
+ 2002-01-06 00:19 thomas
1034
+
1035
+ * README.txt: [no log message]
1036
+
1037
+ 2002-01-05 23:09 thomas
1038
+
1039
+ * NEWS, README.txt, NEWS: Updated NEWS file
1040
+
1041
+ * README.txt, zip.rb, ziptest.rb, zlib.c.diff: Added tests for
1042
+ decompressors and a tests for ZipLocalEntry,
1043
+ ZipCentralDirectoryEntry and ZipCentralDirectory for handling of
1044
+ corrupt data
1045
+
1046
+ * file1.txt.deflatedData: deflated data extracted from a zip file.
1047
+ contains file1.txt
1048
+
1049
+ * zip.rb: Changed references to Inflate to Zlib::inflate for
1050
+ compatibility with ruby-zlib-0.5
1051
+
1052
+ * README.txt, zip.rb, ziptest.rb: [no log message]
1053
+
1054
+ * example.rb, NEWS: [no log message]
1055
+
1056
+ * COPYING, README.txt: [no log message]
1057
+
1058
+ * ziptest.rb: Fixed problem with test file creation
1059
+
1060
+ * README.txt: Updated README.txt
1061
+
1062
+ * zip.rb, ziptest.rb: ZipFile now works
1063
+
1064
+ 2002-01-04 21:51 thomas
1065
+
1066
+ * testDirectory.bin, zip.rb, ziptest.rb:
1067
+ ZipCentralDirectoryEntryTest now runs
1068
+
1069
+ * ziptest.rb: Changed
1070
+ ZIpLocalNEtryTest::test_ReadLocalEntryHeaderOfFirstTestZipEntry
1071
+ so it works on both unix too. It only worked on windows because
1072
+ the test made assumptions about the compressed size and crc of an
1073
+ entry, but that differs depending on the OS because of the CRLF
1074
+ thing.
1075
+
1076
+ * README.txt: Added note about zlib.c patch
1077
+
1078
+ 2002-01-02 18:48 thomas
1079
+
1080
+ * README.txt, example.rb, file1.txt, zip.rb, ziptest.rb,
1081
+ zlib.c.diff: initial
1082
+
1083
+ * README.txt, example.rb, file1.txt, zip.rb, ziptest.rb,
1084
+ zlib.c.diff: Initial revision
1085
+