summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* FlowLayout.java (FlowLayout(), [...]): Set gaps to 5.Tom Tromey2001-12-191-26/+34
* CollationElementIterator.java (secondaryOrder): Cast result to `short'.Tom Tromey2001-12-181-3/+3
* For PR java/5088:Tom Tromey2001-12-162-21/+19
* Makefile.in: Rebuilt.Tom Tromey2001-12-161-11/+27
* DataOutputStream (write (byte[], int, int)): Update "written" correctly.Bryce McKinlay2001-12-161-1/+1
* java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay2001-12-153-2/+221
* Collections drop from Classpath:Bryce McKinlay2001-12-1524-6122/+11216
* prims.cc: Some old cleanups.Hans Boehm2001-12-141-2/+5
* String.java (String): New constructor.Tom Tromey2001-12-111-0/+10
* re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit...Tom Tromey2001-12-111-3/+6
* Makefile.in: Rebuilt.Tom Tromey2001-12-093-18/+21
* ClassLoader.java (defineClass): Rethrow any LinkageError.Tom Tromey2001-12-071-1/+1
* ThreadGroup.java (uncaughtException): Print message to System.err.Tom Tromey2001-12-071-3/+4
* Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey2001-11-262-3/+9
* re PR libgcj/4583 (problems BigDecimal(double) ctor.)Tom Tromey2001-11-251-8/+111
* Re-merge with Classpath, from Brian Jones:Tom Tromey2001-11-161-1/+4
* Timer.java (TaskQueue.isStopped): Remove method.Mark Wielaard2001-11-161-11/+10
* natString.cc: correct argument order for _Jv_AllocPtrFreeObjHans Boehm2001-11-151-1/+1
* Constructor.java (toString): Use more efficient form of Modifier.toString().Tom Tromey2001-11-141-1/+1
* Re-merges with Classpath, from various people:Tom Tromey2001-11-142-99/+162
* Re-merges with Classpath, from various people:Tom Tromey2001-11-146-88/+215
* re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance...Tom Tromey2001-11-131-2/+11
* Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey2001-11-051-0/+2
* * java/util/ResourceBundle.java (class Security): Now static.Bryce McKinlay2001-11-051-1/+1
* ResourceBundle.java (getClassContext): Removed.Bryce McKinlay2001-11-042-56/+36
* natResourceBundle.cc (getClassContext): return array of Class instead of arra...Hans Boehm2001-11-031-1/+1
* HACKING, [...]: Fix spelling errors.Joseph Myers2001-10-3137-66/+66
* re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey2001-10-291-1/+7
* Adler32.java: Use correct class name.Tom Tromey2001-10-261-1/+1
* Oops!Bryce McKinlay2001-10-261-1/+1
* VMClassLoader.java (getPrimitiveClass): Now native.Bryce McKinlay2001-10-2610-36/+21
* natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.Bryce McKinlay2001-10-251-3/+2
* * java/lang/reflect/Field.java: Made many methods private.Tom Tromey2001-10-241-10/+10
* * java/sql/Types.java (Types): New constructor.Tom Tromey2001-10-241-1/+6
* Field.java (Field): New constructor.Tom Tromey2001-10-242-0/+7
* PropertyResourceBundle.java (handleGetObject): Now public.Tom Tromey2001-10-242-4/+4
* * java/io/BufferedWriter.java (localFlush): Don't synchronize.Tom Tromey2001-10-231-5/+3
* BufferedWriter (write (String, int, int)): Remove redundant bounds checks.Bryce McKinlay2001-10-231-6/+0
* prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay2001-10-231-1/+12
* GregorianCalendar.java (getGregorianChange): Removed `date' argument.Tom Tromey2001-10-231-1/+1
* Double.java: More Classpath mergingMark Wielaard2001-10-203-19/+31
* BufferedWriter.java (write(String,int,int)): Correctly check bounds.Tom Tromey2001-10-181-2/+2
* Security.java (loadProviders): Removed unused `pname' variable.Tom Tromey2001-10-181-38/+14
* SHA1PRNG.java (engineNextBytes): Rewrote.Tom Tromey2001-10-181-8/+20
* Makefile.in: Rebuilt.Tom Tromey2001-10-182-0/+3
* Security.java (loadProviders): Added `vendor' argument.Tom Tromey2001-10-181-5/+10
* Security.java (loadProviders): Fix bug in how providers are loaded.Anthony Green2001-10-171-1/+2
* javaprims.h: Updated class list.Tom Tromey2001-10-161-392/+612
* Forgot this file in last commit.Bryce McKinlay2001-10-161-21/+6
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-163-35/+17