aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/zip
AgeCommit message (Expand)AuthorFilesLines
2000-03-07All files: Updated copyright information.Tom Tromey20-20/+20
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong1-1/+1
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong1-3/+3
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay1-2/+2
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey20-20/+20
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green1-4/+7
1999-09-10configure: Rebuilt.Tom Tromey2-2/+2
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup2-0/+14
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey1-1/+8
1999-06-23DatagramSocketImpl.java (localPort): Fixed typo to match JDK.Warren Levy4-6/+6
1999-05-22ZipInputStream.java (fill): New method.Tom Tromey5-18/+49
1999-05-19GZIPOutputStream.java (write(byte[])): New method.Tom Tromey1-0/+5
1999-05-19natInflater.cc (inflate): Cast `len' to unsigned.Tom Tromey2-3/+7
1999-05-18ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.Tom Tromey15-68/+1472
1999-05-10natToolkit.cc: Added copyright header.Tom Tromey1-0/+8
1999-05-05*** empty log message ***Per Bothner1-0/+190
1999-05-05InflaterInputStream.java: New stub class.Per Bothner2-6/+152
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-0/+32
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-1/+6
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-0/+12
1999-04-07Initial revisionTom Tromey10-0/+498