aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-12-01mauve-libgcj: Turned on JDK1.2 and turned off tests for classes that aren't q...Warren Levy2-4/+18
2000-12-01Fixed ChangeLog entry to be path specific.Warren Levy1-21/+21
2000-12-01Array.java: New file from classpath.Warren Levy22-20/+3810
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 McKinlay4-15/+18
2000-11-29natSystem.cc (init_properties): Set user.language and user.region.Bryce McKinlay5-4/+43
2000-11-28DateFormatSymbols.java (zoneStringsDefault): Added more time zone entries.Warren Levy3-3/+30
2000-11-28DataInputStream.java: Merge classpath docs.Bryce McKinlay3-58/+222
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy8-560/+2221
2000-11-27MIssing ChangeLog entry for my last commits.Anthony Green1-0/+13
2000-11-27More new classes.Anthony Green10-0/+232
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay4-39/+55
2000-11-27Replace stubs with actual implementationAnthony Green2-31/+45
2000-11-27More JNDI changes.Anthony Green28-3/+848
2000-11-27Reverted erroneous Makefile.am commitTom Tromey2-13/+6
2000-11-27Forgot to commit these ChangeLog entries.Bryce McKinlay1-0/+32
2000-11-27Makefile.in: Rebuilt.Tom Tromey8-37/+241
2000-11-27prims.cc (_Jv_NewObjectArray): Use const_cast to initialize length field of a...Tom Tromey3-4/+23
2000-11-27Initial jndi check-inAnthony Green19-0/+676
2000-11-26* libjava.compile/weirddecl.java: New file.Tom Tromey3-0/+13
2000-11-26Forgot to commit this ChangeLogAnthony Green1-1/+36
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green8-98/+191
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay9-374/+371
2000-11-24libjava.exp (bytecompile_file): Change default from javac to gcj -C.Anthony Green3-3/+13
2000-11-24prims.cc (_Jv_NewObjectArray): Use palcement new to create array.Tom Tromey3-7/+32
2000-11-24* libjava.compile/PR375.java: New file. For PR gcj/375.Tom Tromey2-0/+9
2000-11-24* libjava.compile/PR374.java: New file. For PR gcj/374.Tom Tromey2-0/+13
2000-11-23name-finder.cc (lookup): Check for a NULL _Jv_argv before attempting lookup.Mark Wielaard2-2/+7
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay2-18/+32
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay8-421/+2824
2000-11-20Makefile.in: Rebuilt.Tom Tromey6-3/+370
2000-11-18AccessibleObject.java (isAccessible, [...]): Now public.Tom Tromey2-26/+29
2000-11-18natString.cc: Include Locale.h.Tom Tromey7-159/+327
2000-11-18backport: *.java: Reformat all to unofficial standard coding style.Mark Wielaard8-1323/+1461
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard19-195/+670
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey5-10/+78
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey7-811/+1790
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy4-21/+118
2000-11-14Makefile.in: Rebuilt.Tom Tromey3-30/+59
2000-11-07sjis_comment3.java: Removed.Tom Tromey7-30/+9
2000-11-06libjava.exp (libjava_arguments): Set --tag on libtool invocation.Tom Tromey2-1/+6
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy3-21/+136
2000-11-03InetAddress.java (addr): Renamed from 'address'.Warren Levy5-37/+120
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay5-259/+268
2000-11-02Makefile.in: Rebuilt.Tom Tromey3-4/+10
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay2-2/+10
2000-11-02AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.Bryce McKinlay5-452/+657
2000-11-01encodings.pl: Added `ASCII' alias.Tom Tromey10-21/+246
2000-11-01Makefile.in: Rebuilt.Tom Tromey5-328/+361
2000-11-01jni.cc: Added include of java/lang/ThreadGroup.h.Warren Levy3-2/+7