aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2001-09-05 * java/util/Date.java: Re-merged with Classpath.Tom Tromey
2001-09-05 * java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey
2001-09-052001-09-05 Corey Minyard <minyard@acm.org>Corey Minyard
2001-09-05 * java/lang/natSystem.cc (init_properties): Default locale isTom Tromey
2001-09-05 * java/text/MessageFormat.java (setLocale): Don't catch ParseExceptionBryce McKinlay
2001-09-05 * java/util/AbstractMap.java: Re-merged with Classpath.Tom Tromey
2001-09-05 * java/text/SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey
2001-09-04 Fix for PR libgcj/4213:Tom Tromey
2001-09-04 * java/lang/reflect/natField.cc (set): Allow for case when theTom Tromey
2001-09-02 * java/security/spec/AlgorithmParameterSpec.java,Tom Tromey
2001-09-02 * gcj/javaprims.h: Regenerated class list.Tom Tromey
2001-09-02 * Makefile.in: Rebuilt.Tom Tromey
2001-09-012001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-09-01 * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.Per Bothner
2001-09-01 * java/lang/ClassLoader.java (system): Remove static field.Per Bothner
2001-09-01 * java/io/BufferedReader.java, java/io/ObjectInput.java,Tom Tromey
2001-08-31 Re-merge with Classpath:Tom Tromey
2001-08-31 * Makefile.in: Rebuilt.Tom Tromey
2001-08-31 * java/io/ByteArrayOutputStream.java: Re-merged with Classpath.Tom Tromey
2001-08-31 * exception.cc (PERSONALITY_FUNCTION): SimplifyJason Merrill
2001-08-31 * java/io/ByteArrayInputStream.java: Merged with Classpath.Tom Tromey
2001-08-31 * java/io/BufferedReader.java: Re-merged with Classpath.Tom Tromey
2001-08-28 * java/math/BigInteger.java (init(int,Random)): New method.Per Bothner
2001-08-28 * java/rmi/activation/Activatable.java,Tom Tromey
2001-08-272001-08-24 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-08-26 * Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay
2001-08-26 * name-finder.cc (lookup): Ignore a null dli_fname from dBryce McKinlay
2001-08-24 * java/lang/reflect/Field.java (toString): UseTom Tromey
2001-08-22Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.Anthony Green
2001-08-21 * java/util/IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm
2001-08-20 * java/awt/GridBagConstraints.java: Removed comment.Tom Tromey
2001-08-20 * jni.cc (nathash, nathash_count, nathash_size): New globals.Tom Tromey
2001-08-18 * gnu/gcj/convert/UnicodeToBytes.java (write): Write work bufferJeff Sturm
2001-08-182001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>Hans-J. Boehm
2001-08-172001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-08-172001-08-17 Mark J Roberts <mjr@anarcast.net>Mark J Roberts
2001-08-17 * gnu/gcj/convert/IOConverter.java: Add `646' alias.Tom Tromey
2001-08-17 * BigInteger.java: fix right shifts by nonzero multiples of 32.Hans-J. Boehm
2001-08-17 * BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm
2001-08-15 * jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey
2001-08-15 * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIGTom Tromey
2001-08-13 * java/awt/image/SampleModel.java (getPixel): Set correct arrayTom Tromey
2001-08-132001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com>Alexandre Petit-Bianco
2001-08-10* gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV.Loren J. Rittle
2001-08-10* java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.Loren J. Rittle
2001-08-06 * java/io/InputStreamReader.java (refill): Only call refill onTom Tromey
2001-08-05 * java/io/StringWriter.java: Merged with Classpath.Tom Tromey
2001-08-03 * libjava.jni/calls.c (Java_calls_docall): Fix typo.Richard Henderson
2001-08-03 * prims.cc (JNI_OnLoad): Don't declare.Tom Tromey
2001-08-02 * java/io/RandomAccessFile.java (seek): Let seek go past end ofTom Tromey