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
*
Add license clarification.
mark
2002-01-22
83
-415
/
+1328
*
* java/util/zip/ZipOutputStream.java (putNextEntry): Clear
bothner
2002-01-19
1
-0
/
+1
*
* java/util/IdentityHashMap.java (IdentityHashMap): Removed
tromey
2002-01-16
1
-4
/
+2
*
Collections drop from Classpath:
bryce
2001-12-15
24
-6122
/
+11216
*
* java/util/Timer.java (TaskQueue.isStopped): Remove method.
mark
2001-11-16
1
-11
/
+10
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
3
-14
/
+41
*
Fix for PR libgcj/4859:
tromey
2001-11-13
1
-2
/
+11
*
* java/util/ResourceBundle.java (class Security): Now static.
bryce
2001-11-05
1
-1
/
+1
*
* java/util/ResourceBundle.java (getClassContext): Removed.
bryce
2001-11-04
2
-56
/
+36
*
2001-11-02 Hans Boehm <Hans_Boehm@hp.com>
hboehm
2001-11-03
1
-1
/
+1
*
* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
jsm28
2001-10-31
13
-31
/
+31
*
* 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/PropertyResourceBundle.java (handleGetObject): Now
tromey
2001-10-24
2
-4
/
+4
*
* java/util/GregorianCalendar.java (getGregorianChange): Removed
tromey
2001-10-23
1
-1
/
+1
*
* gcj/javaprims.h: Updated class list.
tromey
2001-10-16
1
-392
/
+612
*
2001-10-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
bryce
2001-10-16
13
-612
/
+2114
*
* java/util/zip/Adler32.java: Merge with Classpath
mark
2001-10-05
5
-52
/
+126
*
* java/io/SequenceInputStream.java: Merge with Classpath
mark
2001-10-04
1
-7
/
+15
*
* java/util/IdentityHashMap.java (containsKey): Use getHash.
tromey
2001-09-27
1
-11
/
+18
*
* gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
tromey
2001-09-27
1
-0
/
+9
*
* java/util/TimeZone.java: Updated list of timezones from
tromey
2001-09-15
1
-2
/
+8
*
* java/util/Hashtable.java (Enumerator): Ensure that if
bryce
2001-09-13
1
-17
/
+30
*
* java/util/Properties.java (load): Correctly read \u sequences.
tromey
2001-09-11
1
-1
/
+3
*
ResourceBundle fixes
green
2001-09-07
1
-28
/
+40
*
* java/util/Properties.java: Re-merged from Classpath.
tromey
2001-09-06
1
-4
/
+8
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-09-05
1
-6
/
+7
*
* java/util/AbstractMap.java: Re-merged with Classpath.
tromey
2001-09-05
2
-3
/
+22
*
Re-merge with Classpath:
tromey
2001-08-31
1
-1
/
+10
*
* Makefile.in: Rebuilt.
tromey
2001-08-31
12
-648
/
+2034
*
* java/util/IdentityHashMap.java (get): Fix off-by-one error.
jsturm
2001-08-21
1
-2
/
+2
*
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
tromey
2001-08-15
1
-0
/
+415
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-07-31
1
-1
/
+2
*
* java/util/GregorianCalendar.java (GregorianCalendar): Call
bryce
2001-07-30
1
-3
/
+1
*
* 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
[next]