154 Commits (17f06a9f0f728f8346500bbea9f7fea33c3334fb)

Author SHA1 Message Date
  Peter Reilly 00687880b4 stylecheck 21 years ago
  Peter Reilly 5e049f635b checkstyle 21 years ago
  Stefan Bodewig 73e22b9d37 Loop optimization, Submitted by Kevin Jackson 21 years ago
  Jacobus Martinus Kruithof 9fdb1c85ba Minor update to allow compilation on 1.2.2 again: 21 years ago
  Peter Reilly 6cb33f75ab Minor corrections plus added @param and @return where missing 21 years ago
  Stephane Bailliez a05d1f1219 First attempt at optimizing the zip code to have decent performance 21 years ago
  Stefan Bodewig db48fbb829 Various checkstyle violations 21 years ago
  Stefan Bodewig 1628b5d839 Some Gump based Kaffe debugging 21 years ago
  Stefan Bodewig 81e5eea8b4 Try to provide more information on an exception occuring in Kaffe 21 years ago
  Stefan Bodewig 3f31dc8f7a Make Jikes happy 21 years ago
  Stefan Bodewig ed380ea5d0 deprecated or not, this is the only way to avoid creation of both - a Date and a Calendar instance - that works on JDK 1.3 and 1.2 - Calendar#setTimeInMillis has been protected before 1.4 21 years ago
  Stefan Bodewig 52bdd44cde JDK 1.3- 21 years ago
  Stefan Bodewig c776fe2b0e Don't create too many temporary objects, based on a patch by Kevin Jackson 21 years ago
  Steve Loughran 29b76e0c01 These are all patches to stop java1.5 whining about varargs. 21 years ago
  Stefan Bodewig 24f365284e Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com> 21 years ago
  Steve Loughran fdc903238f Patch in PR# 21996 21 years ago
  Peter Reilly 642befb440 Javadoc syntax error corrections 21 years ago
  Stefan Bodewig 5ee9f7e6b5 -breakiterator fixes by Jack Woehr 22 years ago
  Stefan Bodewig cfc35789fc Wrong condition in flush, submitted by Martijn Kruithof, PR: 27549 22 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Peter Reilly d050f6a18c remove enum variable 22 years ago
  Stefan Bodewig d13027731c Only calculate the CRC of STORED entries in <zip> if absolutely necessary. 22 years ago
  Stefan Bodewig 2590a640ce Remove unused fields 22 years ago
  Stefan Bodewig 9f66d99a5d Add comments as suggested by Jan 22 years ago
  Stefan Bodewig 4653e638dd Don't use a data descriptor for deflated entries in ZipOutputStream if 22 years ago
  Conor MacNeill 3a35c7d914 style 22 years ago
  Conor MacNeill 66b5bf27b7 style 22 years ago
  Stefan Bodewig 94ef2fbb4b Make checkstyle a little happier. 22 years ago
  Stefan Bodewig 6dea74459d Improve algorithm that searches for the central directory - don't get fooled by signatures appearing inside payload. 22 years ago
  Stefan Bodewig 6e2090b71a Need to override isDirectory for situations where setName has been called 22 years ago
  Stefan Bodewig d5570e5c65 Calendar.HOUR is different from Calendar.HOUR_OF_DAY 22 years ago
  Stefan Bodewig ad9c15103d Finish implementation of ZipFile, use it in Expand (AKA <unzip>). 22 years ago
  Stefan Bodewig ec5e77ad32 Initial support for reading of ZIP files - uncomplete as you cannot 22 years ago
  Stefan Bodewig 24436a1c92 Remove email address from sources 23 years ago
  Stefan Bodewig c89a66172d Preparing merge to 1.5 branch 23 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Stefan Bodewig a38deb31dc Move the 'round up to next even second' logic to where it belongs -> out of the library and into the task 23 years ago
  Stefan Bodewig 99e9209146 forgot to run my script ;-) 23 years ago
  Stefan Bodewig a9353331a9 Initial fix for the <jar> doesn't update bug, will need some 23 years ago
  Stefan Bodewig 3255fa8ff4 Add support for Unix permissions to <zip> and friends, doing it the 23 years ago
  Stefan Bodewig 6c7ff01478 getting close to Info-Zip now, will enable it next week 23 years ago
  Stefan Bodewig 28b02949e7 There is no reason to expect subclasses for ZipShort and ZipLong 24 years ago
  Conor MacNeill 03d0b81deb Order of modifiers 24 years ago
  Conor MacNeill 6154080061 More coding standard fixes 24 years ago
  Stefan Bodewig 750999053f Work around a bug in Kaffe - we can as well label it "optimization" 8-) 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Peter Donald bf7ed063e3 Removed redundent access specifiers so that Ant compiles cleanly in jikes pedantic mode. They are "strongly discouraged" by the JLS spec. 24 years ago