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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/net/DatagramSocket.java(DatagramSocket(int,InetAddress)):
warrenl
2000-03-05
1
-0
/
+5
*
* configure.host (libgcj_flags): Define __NO_MATH_INLINES.
green
2000-03-05
1
-0
/
+5
*
* configure: Rebuilt.
green
2000-03-04
1
-0
/
+8
*
* include/java-interp.h: Don't include MethodInvocation.h.
tromey
2000-03-02
1
-0
/
+69
*
2000-02-28 Mo DeJong <mdejong@cygnus.com>
tromey
2000-02-29
1
-0
/
+5
*
2000-02-28 Mo DeJong <mdejong@cygnus.com>
tromey
2000-02-29
1
-0
/
+5
*
2000-02-27 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-02-27
1
-0
/
+5
*
Minor clean up and bug fix.
green
2000-02-26
1
-0
/
+9
*
* jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on
tromey
2000-02-25
1
-0
/
+5
*
2000-02-25 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-02-25
1
-0
/
+9
*
* java/math/BigInteger.java(ival): Made private.
warrenl
2000-02-25
1
-0
/
+6
*
Forgot to commit ChangeLog
green
2000-02-21
1
-0
/
+16
*
* boehm.cc (_Jv_AllocBytes): Clear returned memory.
tromey
2000-02-21
1
-0
/
+4
*
2000-02-19 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-02-19
1
-0
/
+5
*
* include/jvm.h (_Jv_GetJavaVM): Declare.
tromey
2000-02-18
1
-0
/
+17
*
Rotated ChangeLogs
tromey
2000-02-17
1
-7109
/
+0
*
* gcj/field.h (_Jv_Field::getClass): Don't use JvAssert.
tromey
2000-02-17
1
-0
/
+5
*
* jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.
tromey
2000-02-17
1
-0
/
+2
*
* jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.
tromey
2000-02-16
1
-0
/
+8
*
* jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not
tromey
2000-02-16
1
-0
/
+5
*
* resolve.cc (ncode): Set args_raw_size. Compute jni_cif and
tromey
2000-02-16
1
-0
/
+10
*
* jni.cc (mangled_name): Skip leading `(' in signature.
tromey
2000-02-15
1
-0
/
+2
*
* jni.cc (add_char): Added missing `else'.
tromey
2000-02-15
1
-0
/
+2
*
* jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc
tromey
2000-02-15
1
-0
/
+5
*
Updated ChangeLog
bryce
2000-02-15
1
-0
/
+13
*
* java/lang/natRuntime.cc (_load): On Unix, prefix library name
tromey
2000-02-15
1
-0
/
+5
*
* gnu/gcj/math/MPN.java(findLowestBit): Made methods public.
warrenl
2000-02-14
1
-1
/
+15
*
gcj/142
green
2000-02-13
1
-0
/
+5
*
* java/io/File.java (createTempFile): Use low bits from counter,
tromey
2000-02-12
1
-0
/
+5
*
More thanks.
green
2000-02-12
1
-0
/
+4
*
* interpret.cc (continue1): Use STOREA, not STOREI, to implement
tromey
2000-02-11
1
-0
/
+5
*
* java/math/BigInteger.java(BigInteger(String, int)): New constructor.
warrenl
2000-02-11
1
-0
/
+18
*
* java/io/File.java (nextValue): Now synchronized.
tromey
2000-02-11
1
-0
/
+4
*
* java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag.
tromey
2000-02-11
1
-0
/
+8
*
* include/jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops.
tromey
2000-02-10
1
-0
/
+4
*
* gnu/gcj/jni/natNativeThread.cc: New file.
tromey
2000-02-10
1
-0
/
+46
*
2000-02-10 Andrew Haley <aph@cygnus.com>
aph
2000-02-10
1
-0
/
+17
*
* java/lang/natRuntime.cc (_load): Call add_library.
tromey
2000-02-10
1
-0
/
+3
*
* gnu/gcj/convert/natIconv.cc (Input_iconv::finalize): Call
tromey
2000-02-10
1
-0
/
+6
*
* java/util/Properties.java (setProperty): New method.
tromey
2000-02-08
1
-0
/
+5
*
* java/lang/Runtime.java (_load): Declare.
tromey
2000-02-08
1
-0
/
+9
*
* jni.cc (ThrowableClass): New define.
tromey
2000-02-08
1
-0
/
+25
*
* interpret.cc (PUSHL): Don't use expression statement.
tromey
2000-02-08
1
-0
/
+5
*
* jni.cc (add_char): Conditional on INTERPRETER.
tromey
2000-02-07
1
-0
/
+9
*
Added credits for Per Bothner's work on MPN.java and IntNum.java (for
warrenl
2000-02-04
1
-2
/
+4
*
* Makefile.am: Added MPN.java and BigInteger.java.
warrenl
2000-02-04
1
-0
/
+7
*
* defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase
tromey
2000-02-04
1
-0
/
+28
*
2000-02-04 Andrew Haley <aph@cygnus.com>
aph
2000-02-04
1
-0
/
+7
*
* java/util/Calendar.java (toString): New method.
tromey
2000-02-03
1
-0
/
+16
*
* java/io/PipedOutputStream.java (write(byte[], int, int)): New
tromey
2000-02-03
1
-0
/
+5
[next]