summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2000-12-11* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.Bryce McKinlay
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay
2000-12-08StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper ...Warren Levy
2000-12-08FileInputStream.java (close): Check if the fd is valid.Warren Levy
2000-12-07GridBagConstraints.java: Filled in values for static final fields.Tom Tromey
2000-12-06* java/util/BitSet.java: Updated copyright notice.Tom Tromey
2000-12-06Makefile.in: Rebuilt.Tom Tromey
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey
2000-12-04TimeZone.java (getAvailableIDs): Activated commented out code dependent on co...Warren Levy
2000-12-04FilePermission.java: Made class final per spec.Warren Levy
2000-12-04natDouble.cc: Include fdlibm.h, not mprec.h.Bryce McKinlay
2000-12-04Point2D.java: Added protected constructor.Tom Tromey
2000-12-04AWTError.java: Extend Error, not IllegalStateException.Tom Tromey
2000-12-03Makefile.in: Rebuilt.Tom Tromey
2000-12-03Makefile.in: Rebuilt.Tom Tromey
2000-12-03Makefile.in: Rebuilt.Tom Tromey
2000-12-03Makefile.in: Rebuilt.Tom Tromey
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey
2000-12-02From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay
2000-12-02natMath.cc: Declare fabsf() function.Bryce McKinlay
2000-12-01Array.java: New file from classpath.Warren Levy
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay
2000-11-29natSystem.cc (init_properties): Set user.language and user.region.Bryce McKinlay
2000-11-28DateFormatSymbols.java (zoneStringsDefault): Added more time zone entries.Warren Levy
2000-11-28DataInputStream.java: Merge classpath docs.Bryce McKinlay
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay
2000-11-27Makefile.in: Rebuilt.Tom Tromey
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay
2000-11-20Makefile.in: Rebuilt.Tom Tromey
2000-11-18AccessibleObject.java (isAccessible, [...]): Now public.Tom Tromey
2000-11-18natString.cc: Include Locale.h.Tom Tromey
2000-11-18backport: *.java: Reformat all to unofficial standard coding style.Mark Wielaard
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy
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