| Commit message (Expand) | Author | Age | Files | Lines |
* | * java/math/BigInteger.java(BigInteger(String, int)): New constructor. | warrenl | 2000-02-11 | 1 | -24/+400 |
* | * java/io/File.java (nextValue): Now synchronized. | tromey | 2000-02-11 | 1 | -1/+1 |
* | * java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag. | tromey | 2000-02-11 | 4 | -4/+84 |
* | * gnu/gcj/jni/natNativeThread.cc: New file. | tromey | 2000-02-10 | 2 | -8/+33 |
* | 2000-02-10 Andrew Haley <aph@cygnus.com> | aph | 2000-02-10 | 2 | -4/+10 |
* | * java/lang/natRuntime.cc (_load): Call add_library. | tromey | 2000-02-10 | 1 | -0/+4 |
* | * java/util/Properties.java (setProperty): New method. | tromey | 2000-02-08 | 1 | -79/+90 |
* | * java/lang/Runtime.java (_load): Declare. | tromey | 2000-02-08 | 2 | -28/+28 |
* | * Makefile.am: Added MPN.java and BigInteger.java. | warrenl | 2000-02-04 | 1 | -0/+1683 |
* | * defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase | tromey | 2000-02-04 | 2 | -3/+52 |
* | 2000-02-04 Andrew Haley <aph@cygnus.com> | aph | 2000-02-04 | 2 | -6/+90 |
* | * java/util/Calendar.java (toString): New method. | tromey | 2000-02-03 | 9 | -10/+116 |
* | * java/io/PipedOutputStream.java (write(byte[], int, int)): New | tromey | 2000-02-03 | 1 | -7/+10 |
* | * gcj/method.h (JvNumMethods): Moved from Class.h. | tromey | 2000-01-26 | 1 | -14/+5 |
* | * gcj/field.h (struct _Jv_Field): Use "jshort" as type for | tromey | 2000-01-26 | 1 | -8/+8 |
* | * java/lang/reflect/natConstructor.cc (newInstance): Use | tromey | 2000-01-21 | 3 | -79/+162 |
* | * java/lang/natThrowable.cc: Don't use `#pragma implementation'. | tromey | 2000-01-19 | 1 | -2/+0 |
* | * All files: Updated copyright to reflect Cygnus purchase. | tromey | 2000-01-19 | 307 | -309/+309 |
* | * java/lang/natThrowable.cc (fillInStackTrace): Return `this' even | tromey | 2000-01-18 | 1 | -1/+1 |
* | * java/lang/Runtime.java (loadLibraryInternal): Declare. | tromey | 2000-01-17 | 3 | -60/+71 |
* | 2000-01-14 Andrew Haley <aph@cygnus.com> | aph | 2000-01-17 | 2 | -37/+129 |
* | 2000-01-16 Anthony Green <green@cygnus.com> | green | 2000-01-17 | 1 | -7/+4 |
* | 2000-01-16 Jeff Sturm <jsturm@sigma6.com> | tromey | 2000-01-16 | 1 | -15/+29 |
* | * java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader', | tromey | 2000-01-13 | 1 | -8/+6 |
* | * java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for | tromey | 2000-01-11 | 1 | -1/+12 |
* | 2000-01-10 Jeff Sturm <jsturm@sigma6.com> | tromey | 2000-01-10 | 3 | -14/+13 |
* | 2000-01-09 Anthony Green <green@cygnus.com> | green | 2000-01-09 | 1 | -16/+23 |
* | * java/lang/natClass.cc (getClasses): Wrote. | tromey | 2000-01-07 | 1 | -2/+5 |
* | * java/lang/natClass.cc (_getConstructors): Correctly check | tromey | 2000-01-06 | 1 | -3/+3 |
* | * java/lang/natClass.cc (getMethod): Compute offset relative to | tromey | 2000-01-06 | 2 | -25/+27 |
* | * java/lang/natClass.cc: Include <gcj/method.h>. | tromey | 2000-01-05 | 1 | -0/+1 |
* | * java/lang/Class.h (_getMethods): Correctly declare as private, | tromey | 2000-01-05 | 1 | -2/+2 |
* | * java/lang/Class.h (_getMethods): Declare. | tromey | 2000-01-05 | 3 | -8/+131 |
* | * java/lang/reflect/natMethod.cc (get_ffi_type): Test size of | tromey | 2000-01-05 | 1 | -4/+17 |
* | * java/lang/Class.h (getSignature): Updated. | tromey | 2000-01-05 | 3 | -10/+14 |
* | * java/net/natPlainDatagramSocketImpl.cc (peek): Removed unnecesary | warrenl | 2000-01-04 | 1 | -3/+2 |
* | 2000-01-04 Tom Tromey <tromey@cygnus.com> | tromey | 2000-01-04 | 7 | -201/+591 |
* | Commit forgotten Thread.java patch. | bryce | 1999-12-27 | 1 | -4/+13 |
* | 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 1999-12-24 | 2 | -9/+16 |
* | * java/lang/reflect/Modifier.java (STRICT): New constant. | tromey | 1999-12-20 | 2 | -3/+10 |
* | * java/lang/reflect/Method.java (toString): Call getType if | tromey | 1999-12-18 | 1 | -0/+3 |
* | * java/lang/natPosixProcess.cc (startProcess): Don't use sprintf. | tromey | 1999-12-17 | 1 | -4/+5 |
* | 1999-12-16 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 1999-12-17 | 3 | -61/+30 |
* | * java/lang/natSystem.cc (init_properties): Don't set user.name or | tromey | 1999-12-15 | 1 | -1/+5 |
* | * java/lang/natString.cc (equalsIgnoreCase): return false if | bryce | 1999-12-02 | 2 | -3/+6 |
* | 1999-12-02 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 1999-12-02 | 1 | -1/+1 |
* | * prims.cc (_Jv_NewObjectArray): Use | tromey | 1999-11-25 | 2 | -45/+6 |
* | 1999-11-23 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 1999-11-23 | 2 | -34/+38 |
* | sjlj jumbo patch | tromey | 1999-11-19 | 1 | -0/+2 |
* | * java/lang/natClass.cc (MCACHE_SIZE): Define as a power of 2 | tromey | 1999-11-18 | 1 | -3/+5 |