Age | Commit message (Expand) | Author | Files | Lines |
2001-09-05 | * java/text/DateFormatSymbols.java: Re-merged with Classpath. | Tom Tromey | 1 | -6/+25 |
2001-09-05 | natClassLoader.cc: Include VirtualMachineError.h | Corey Minyard | 1 | -0/+17 |
2001-09-05 | natSystem.cc (init_properties): Default locale is en_US, not just en. | Tom Tromey | 1 | -0/+1 |
2001-09-05 | MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma... | Bryce McKinlay | 1 | -8/+1 |
2001-09-05 | AbstractMap.java: Re-merged with Classpath. | Tom Tromey | 2 | -3/+22 |
2001-09-05 | SimpleDateFormat.java: Re-merged with Classpath. | Tom Tromey | 19 | -1815/+5199 |
2001-09-04 | re PR libgcj/4208 (Problem using 'null' with Java reflection) | Tom Tromey | 1 | -2/+3 |
2001-09-02 | AlgorithmParameterSpec.java, [...]: Re-merged with Classpath. | Tom Tromey | 2 | -2/+2 |
2001-09-02 | javaprims.h: Regenerated class list. | Tom Tromey | 2 | -4/+4 |
2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey | 67 | -1590/+4620 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 2 | -3/+18 |
2001-08-31 | ClassLoader.java (system): Remove static field. | Per Bothner | 2 | -12/+5 |
2001-09-01 | BufferedReader.java, [...]: Re-merged with Classpath. | Tom Tromey | 5 | -4/+6 |
2001-08-31 | Re-merge with Classpath: | Tom Tromey | 4 | -4/+18 |
2001-08-31 | Makefile.in: Rebuilt. | Tom Tromey | 13 | -667/+2059 |
2001-08-31 | ByteArrayOutputStream.java: Re-merged with Classpath. | Tom Tromey | 2 | -33/+98 |
2001-08-31 | * java/io/ByteArrayInputStream.java: Merged with Classpath. | Tom Tromey | 1 | -19/+154 |
2001-08-31 | * java/io/BufferedReader.java: Re-merged with Classpath. | Tom Tromey | 1 | -6/+27 |
2001-08-28 | BigInteger.java (init(int,Random)): New method. | Per Bothner | 1 | -13/+27 |
2001-08-28 | Activatable.java, [...]: RMI implementation from Kaffe. | Tom Tromey | 65 | -0/+3706 |
2001-08-26 | Makefile.am: New friends for java/lang/Thread.h. | Bryce McKinlay | 2 | -17/+36 |
2001-08-24 | Field.java (toString): Use Method.appendClassName. | Tom Tromey | 5 | -76/+113 |
2001-08-22 | Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. | Anthony Green | 1 | -5/+7 |
2001-08-21 | IdentityHashMap.java (get): Fix off-by-one error. | Jeff Sturm | 1 | -2/+2 |
2001-08-20 | * java/awt/GridBagConstraints.java: Removed comment. | Tom Tromey | 1 | -2/+1 |
2001-08-17 | BigInteger.java (randBytes): New method. | Mark J Roberts | 1 | -12/+11 |
2001-08-17 | * BigInteger.java: fix right shifts by nonzero multiples of 32. | Hans Boehm | 1 | -1/+1 |
2001-08-15 | jni.cc: Include IdentityHashMap.h, not Hashtable.h. | Tom Tromey | 1 | -0/+415 |
2001-08-13 | SampleModel.java (getPixel): Set correct array element. | Tom Tromey | 1 | -3/+3 |
2001-08-10 | * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN. | Loren J. Rittle | 1 | -0/+4 |
2001-08-06 | InputStreamReader.java (refill): Only call refill on BufferedInputStream when... | Tom Tromey | 1 | -1/+3 |
2001-08-05 | StringWriter.java: Merged with Classpath. | Tom Tromey | 6 | -179/+970 |
2001-08-02 | RandomAccessFile.java (seek): Let seek go past end of file. | Tom Tromey | 6 | -23/+28 |
2001-08-01 | re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) | Rainer Orth | 2 | -8/+20 |
2001-07-31 | * java/util/Date.java: Re-merged with Classpath. | Tom Tromey | 1 | -1/+2 |
2001-07-31 | natPlainDatagramSocketImpl.cc: Undefine bind if defined. | Jeff Sturm | 2 | -3/+37 |
2001-07-30 | natIconv.cc (done): New methods. | Tom Tromey | 1 | -0/+2 |
2001-07-30 | * java/lang/Integer.java: Merged with Classpath. | Tom Tromey | 1 | -4/+2 |
2001-07-30 | GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the... | Bryce McKinlay | 1 | -3/+1 |
2001-07-26 | Calendar.java (set): Never recompute fields here. | Bryce McKinlay | 3 | -71/+91 |
2001-07-24 | VMClassLoader.java (getPrimitiveClass): Return correct type. | Tom Tromey | 1 | -8/+8 |
2001-07-23 | javaprims.h: Rebuilt class list. | Tom Tromey | 7 | -647/+1640 |
2001-07-23 | configure.host: Enable hash synchronization for alpha*-*. | Jeff Sturm | 1 | -0/+38 |
2001-07-18 | natPlainDatagramSocketImpl.cc (mcastGrp): Use new RFC 2533 socket options IPV... | Rainer Orth | 1 | -1/+10 |
2001-07-18 | natFileWin32.cc (_access): Renamed. | Tom Tromey | 3 | -12/+15 |
2001-07-17 | LinkedList.java (clone): Clear the copy list with clear(), not by setting its... | Bryce McKinlay | 1 | -8/+2 |
2001-07-13 | re PR libgcj/3426 (java.io.InputStreamReader, infinite loop) | Tom Tromey | 2 | -62/+59 |
2001-07-12 | Report from Henner Zeller: | Tom Tromey | 1 | -5/+8 |
2001-07-10 | Makefile.am: Added `java/lang/ThreadLocal.java'. | Alexandre Petit-Bianco | 1 | -0/+165 |
2001-07-05 | For PR java/3562: | Tom Tromey | 1 | -2/+2 |