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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/util/Calendar.java (set): Never recompute fields here. They
bryce
2001-07-26
2
-8
/
+11
*
* java/util/LinkedList.java (clone): Clear the copy list with clear(),
bryce
2001-07-17
1
-8
/
+2
*
Fix for PR libgcj/3144:
tromey
2001-06-14
1
-143
/
+410
*
* java/util/GregorianCalendar.java (computeTime): Only call
tromey
2001-05-15
1
-1
/
+1
*
2001-05-10 Tom Tromey <tromey@redhat.com>
tromey
2001-05-10
3
-357
/
+1041
*
Forgot this file on last commit.
bryce
2001-04-25
1
-3
/
+1
*
* java/lang/natSystem.cc (getSystemTimeZone): Adjust for DST.
warrenl
2001-04-20
1
-2
/
+44
*
* 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
*
2001-03-24 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2001-03-24
2
-3
/
+7
*
* java/util/TimeZone.java: Sync up with Classpath. Includes new
warrenl
2001-03-20
1
-97
/
+103
*
* java/util/ArrayList.java: Remove RCS keywords from comments
mark
2001-03-19
12
-533
/
+785
*
2001-03-06 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2001-03-06
2
-11
/
+6
*
Fix for PR java/2040:
bryce
2001-02-22
2
-20
/
+15
*
* java/util/TimerTask.java: New version from Classpath.
mark
2001-02-17
1
-64
/
+67
*
* java/util/HashSet.java (clone): Made subclass safe, use
bryce
2001-02-16
1
-3
/
+10
*
* java/util/TreeMap.java (nil): Made non-final.
bryce
2001-02-16
1
-2
/
+4
*
* java/util/TreeSet.java (clone): Made subclass safe, use
bryce
2001-02-16
2
-6
/
+22
*
* java/util/AbstractSequentialList.java: Synchronize with Classpath.
bryce
2001-02-15
8
-126
/
+576
*
* java/util/HashSet.java (clone): Remove try/catch.
bryce
2001-02-15
1
-10
/
+3
*
* java/util/TreeSet.java (clone): Call TreeMap.clone(), not
bryce
2001-02-15
2
-19
/
+14
*
* java/lang/natClass.cc (getSignature): Don't try to dereference
bryce
2001-02-14
1
-14
/
+11
*
* java/util/TreeMap.java: New file.
bryce
2001-02-14
5
-16
/
+1756
*
* java/util/Timer.java: New version from Classpath.
tromey
2001-02-09
1
-429
/
+492
*
* java/util/Arrays.java: Removed "cmp" methods.
bryce
2001-02-07
1
-88
/
+53
*
Fix for PR libgcj/1411:
warrenl
2001-01-09
3
-120
/
+52
*
Fix for PR libgcj/1358:
warrenl
2000-12-28
4
-15
/
+14
*
* java/util/zip/Deflater.java (update, init): Now private.
tromey
2000-12-21
1
-2
/
+2
*
* java/util/BasicMapEntry.java: Re-added.
bryce
2000-12-21
3
-85
/
+136
*
* java/util/GregorianCalendar.java (GregorianCalendar): Constructors
warrenl
2000-12-19
1
-3
/
+3
*
* java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as
bryce
2000-12-18
1
-5
/
+10
*
* java/util/ArrayList.java (data): Declare transient.
bryce
2000-12-17
1
-14
/
+6
*
2000-12-17 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-17
2
-22
/
+14
*
* java/util/ResourceBundle.java (trySomeGetBundle): Pass class
tromey
2000-12-15
1
-1
/
+3
*
* java/util/ResourceBundle.java
tromey
2000-12-15
1
-8
/
+17
*
* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.
bryce
2000-12-11
1
-7
/
+7
*
* Makefile.am: Add HashSet.java and java/lang/ref classes.
bryce
2000-12-11
10
-1969
/
+2318
*
* java/util/BitSet.java: Updated copyright notice.
tromey
2000-12-06
1
-4
/
+21
*
* java/text/Collator.java (decomposeCharacter, decmp, strength):
tromey
2000-12-06
2
-2
/
+2
*
* java/util/TimeZone.java (getAvailableIDs): Activated commented
warrenl
2000-12-04
1
-10
/
+0
*
* java/io/FilePermission.java: Made class final per spec.
warrenl
2000-12-04
1
-1
/
+1
*
* java/util/Vector.java (insertElementAt): Unconditionally
tromey
2000-12-02
1
-2
/
+7
*
From Adam Welc <welc@cs.purdue.edu>:
bryce
2000-12-02
1
-1
/
+11
*
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
*
* Makefile.am: Added natTimeZone.cc.
warrenl
2000-11-28
2
-114
/
+1098
*
2000-11-27 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-27
3
-39
/
+38
*
2000-11-23 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-23
1
-18
/
+23
*
2000-11-22 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-22
5
-383
/
+2786
*
* java/lang/natString.cc: Include Locale.h.
tromey
2000-11-18
1
-60
/
+73
[next]