summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy
2000-11-03InetAddress.java (addr): Renamed from 'address'.Warren Levy
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay
2000-11-02AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.Bryce McKinlay
2000-10-30Reader.java: Merge docs from classpath.Bryce McKinlay
2000-10-30BitSet.java: Updated @specnote.Bryce McKinlay
2000-10-29AbstractCollection.java (addAll): Use size() instead of hasNext() in iterator...Bryce McKinlay
2000-10-29Re-indent in preparation for diff.Bryce McKinlay
2000-10-29Re-indent in preparation for diff.Bryce McKinlay
2000-10-27natGregorianCalendar.cc (computeFields): Set the isSet__ array elements to true.Warren Levy
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy
2000-10-25ThreadGroup.java (uncaughtException): Print thread name with stack dump.Bryce McKinlay
2000-10-24EventObject.java: Merged from classpath.Bryce McKinlay
2000-10-23AbstractSet.java (equals): Re-installed original code.Alexandre Petit-Bianco
2000-10-22Makefile.am: Added rules for libgcjx library.Rolf W. Rasmussen
2000-10-11ChoicePeer.java (addItem): Removed.Bryce McKinlay
2000-10-10LocaleData_en.java (monetarySeparator): Added.Warren Levy
2000-10-07* java/util/Properties.java: Merged with Classpath version.Tom Tromey
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-10-05Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy
2000-10-02prims.cc (_Jv_argv, _Jv_argc): New fields.Bryce McKinlay
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm
2000-09-26Scrollbar.java (removeAdjustmentListener): Use `remove', not `add'.Tom Tromey
2000-09-26natSystem.cc (file_encoding): Added return statement.Alexandre Petit-Bianco
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva
2000-09-13natArray.cc (BooleanClass): New define.Tom Tromey
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey
2000-09-06Fix for PR java.lang/339:Tom Tromey
2000-09-06* java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo.Bryce McKinlay
2000-09-05natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'.Bryce McKinlay
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green
2000-09-04File.java (deleteOnExit): New method.Anthony Green
2000-09-01StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer...Andrew Haley
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green
2000-08-26Makefile.in: Rebuilt.Anthony Green
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard
2000-08-24PrintWriter.java (print(String)): Don't catch IOException, write(String) alre...Mark Wielaard
2000-08-21ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey