aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2000-12-08StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper ...Warren Levy1-1/+3
2000-12-08FileInputStream.java (close): Check if the fd is valid.Warren Levy4-8/+8
2000-12-07GridBagConstraints.java: Filled in values for static final fields.Tom Tromey1-15/+15
2000-12-06* java/util/BitSet.java: Updated copyright notice.Tom Tromey1-4/+21
2000-12-06Makefile.in: Rebuilt.Tom Tromey1-0/+89
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey5-8/+8
2000-12-04TimeZone.java (getAvailableIDs): Activated commented out code dependent on co...Warren Levy1-10/+0
2000-12-04FilePermission.java: Made class final per spec.Warren Levy3-4/+4
2000-12-04natDouble.cc: Include fdlibm.h, not mprec.h.Bryce McKinlay1-1/+1
2000-12-04Point2D.java: Added protected constructor.Tom Tromey6-18/+40
2000-12-04AWTError.java: Extend Error, not IllegalStateException.Tom Tromey1-6/+6
2000-12-03Makefile.in: Rebuilt.Tom Tromey1-0/+345
2000-12-03Makefile.in: Rebuilt.Tom Tromey1-0/+250
2000-12-03Makefile.in: Rebuilt.Tom Tromey1-0/+268
2000-12-03Makefile.in: Rebuilt.Tom Tromey2-0/+401
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey1-2/+7
2000-12-02From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay1-1/+11
2000-12-02natMath.cc: Declare fabsf() function.Bryce McKinlay4-2/+5
2000-12-01Array.java: New file from classpath.Warren Levy21-20/+3786
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay1-1/+1
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay3-15/+11
2000-11-29natSystem.cc (init_properties): Set user.language and user.region.Bryce McKinlay1-1/+26
2000-11-28DateFormatSymbols.java (zoneStringsDefault): Added more time zone entries.Warren Levy2-3/+23
2000-11-28DataInputStream.java: Merge classpath docs.Bryce McKinlay2-58/+211
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy4-556/+2182
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay3-39/+38
2000-11-27Makefile.in: Rebuilt.Tom Tromey3-7/+175
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green6-77/+187
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay4-74/+54
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay1-18/+23
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay5-383/+2786
2000-11-20Makefile.in: Rebuilt.Tom Tromey3-0/+350
2000-11-18AccessibleObject.java (isAccessible, [...]): Now public.Tom Tromey1-26/+26
2000-11-18natString.cc: Include Locale.h.Tom Tromey6-159/+302
2000-11-18backport: *.java: Reformat all to unofficial standard coding style.Mark Wielaard7-1323/+1455
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard18-195/+666
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey4-10/+49
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey6-811/+1742
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy3-21/+94
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy2-21/+119
2000-11-03InetAddress.java (addr): Renamed from 'address'.Warren Levy4-37/+103
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay2-219/+233
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay1-2/+4
2000-11-02AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.Bryce McKinlay4-452/+631
2000-10-30Reader.java: Merge docs from classpath.Bryce McKinlay3-49/+292
2000-10-30BitSet.java: Updated @specnote.Bryce McKinlay1-11/+6
2000-10-29AbstractCollection.java (addAll): Use size() instead of hasNext() in iterator...Bryce McKinlay7-891/+911
2000-10-29Re-indent in preparation for diff.Bryce McKinlay1-36/+36
2000-10-29Re-indent in preparation for diff.Bryce McKinlay1-120/+120
2000-10-27natGregorianCalendar.cc (computeFields): Set the isSet__ array elements to true.Warren Levy1-0/+2