index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libjava
/
java
/
util
/
zip
Commit message (
Expand
)
Author
Age
Files
Lines
*
2003-11-26 David Belanger <dbelan2@cs.mcgill.ca>
mkoch
2003-11-26
1
-3
/
+3
*
Reported by Helmer Kraemer <hkraemer@freenet.de>
mark
2003-10-27
1
-18
/
+12
*
2003-10-15 Michael Koch <konqueror@gmx.de>
mkoch
2003-10-15
1
-4
/
+10
*
2003-10-11 Michael Koch <konqueror@gmx.de>
mkoch
2003-10-11
2
-58
/
+58
*
2003-07-14 Michael Koch <konqueror@gmx.de>
mkoch
2003-07-14
1
-1
/
+1
*
2003-06-19 Michael Koch <konqueror@gmx.de>
mkoch
2003-06-19
1
-0
/
+4
*
2003-06-17 Michael Koch <konqueror@gmx.de>
mkoch
2003-06-17
4
-7
/
+8
*
2003-05-27 Michael Koch <konqueror@gmx.de>
mkoch
2003-05-27
3
-27
/
+206
*
2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch
2003-04-29
2
-7
/
+39
*
* java/util/zip/ZipEntry.java (setComment): Don't check length when
mark
2003-02-21
1
-1
/
+1
*
* java/util/zip/ZipEntry.java (ZipEntry(String)): When name is bigger
mark
2003-02-21
1
-2
/
+6
*
* java/util/zip/ZipFile.java (finalize): New method.
mark
2003-02-21
1
-0
/
+9
*
* java/util/zip/InflaterInputStream.java (read): Return zero when len
mark
2003-02-13
1
-1
/
+3
*
2003-02-11 John Leuner <jewel@debian.org>
tromey
2003-02-12
1
-1
/
+3
*
* java/util/zip/ZipFile.java (entries): Now HashMap.
mark
2003-01-02
1
-64
/
+113
*
* java/util/jar/JarFile.java (manifest): Not final.
mark
2002-12-03
3
-106
/
+132
*
For PR libgcj/8593:
tromey
2002-11-16
1
-15
/
+21
*
GNU Classpath merge.
mark
2002-11-03
2
-9
/
+9
*
* java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
mark
2002-10-31
1
-39
/
+58
*
Fix for PR libgcj/8234:
tromey
2002-10-16
2
-0
/
+2
*
2002-09-25 Jesse Rosenstock <jmr@ugcs.caltech.edu>
tromey
2002-09-25
1
-2
/
+8
*
* java/lang/RuntimeException.java: Re-merge with Classpath.
tromey
2002-06-16
2
-20
/
+39
*
* java/util/zip/InflaterInputStream.java (read): Loop if data has
tromey
2002-06-15
8
-787
/
+1332
*
Add license clarification.
mark
2002-01-22
18
-90
/
+288
*
* java/util/zip/ZipOutputStream.java (putNextEntry): Clear
bothner
2002-01-19
1
-0
/
+1
*
* java/util/zip/GZIPOutputStream.java (write(int)): New method.
tromey
2001-10-29
1
-1
/
+7
*
* java/util/zip/Adler32.java: Use correct class name. (Re-merge
tromey
2001-10-26
1
-1
/
+1
*
* java/util/zip/Adler32.java: Merge with Classpath
mark
2001-10-05
5
-52
/
+126
*
* DeflaterOutputStream.java (deflate): Loop while def.needsInput.
bothner
2001-04-01
2
-51
/
+95
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
2
-18
/
+18
*
* java/util/zip/Deflater.java (update, init): Now private.
tromey
2000-12-21
1
-2
/
+2
*
* java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as
bryce
2000-12-18
1
-5
/
+10
*
Check this.len, not len, when determining if there is no more input data.
bryce
2000-11-29
1
-1
/
+1
*
* java/util/zip/InflaterInputStream (read): Don't return -1 unless
bryce
2000-11-29
1
-7
/
+10
*
* java/util/zip/*.java: Javadoc and copyright updates.
mark
2000-11-17
18
-195
/
+666
*
* java/text/CollationKey.java: Implement Comparable.
tromey
2000-11-17
2
-7
/
+35
*
* java/util/zip/ZipFile.java (ZipFile): Delete file when opened in
tromey
2000-09-04
1
-1
/
+1
*
* gnu/gcj/awt/BitMaskExtent.java, gnu/gcj/awt/Buffers.java,
tromey
2000-08-29
1
-3
/
+8
*
* java/util/zip/ZipFile.java: Implement OPEN_DELETE mode, new constructor,
mark
2000-08-27
1
-3
/
+32
*
* java/util/zip/InflaterInputStream.java (read(byte[],int,int)):
mark
2000-08-24
1
-0
/
+2
*
2000-08-20 Mark Wielaard <mark@klomp.org>
mark
2000-08-20
7
-6
/
+25
*
Sun Aug 20 09:51:48 2000 Anthony Green <green@redhat.com>
green
2000-08-20
1
-1
/
+1
*
* java/util/zip/ZipInputStream.java (createZipEntry):
tromey
2000-08-19
1
-2
/
+1
*
Sat Aug 19 11:00:53 2000 Anthony Green <green@redhat.com>
green
2000-08-19
1
-0
/
+6
*
2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-05-20
2
-2
/
+5
*
2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-05-20
1
-1
/
+20
*
* java/util/zip/ZipInputStream.java (getNextEntry): When reading
tromey
2000-05-11
1
-2
/
+8
*
* java/util/Locale.java (Locale): Don't explicitly check for
tromey
2000-05-04
1
-3
/
+1
*
* java/util/Vector.java (VectorEnumeration): Now `final'.
tromey
2000-04-11
1
-2
/
+2
*
* All files: Updated copyright information.
tromey
2000-03-07
20
-20
/
+20
[next]