aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2002-01-11natSystem.cc (init_properties): Only look for default locale if LC_MESSAGES i...Tom Tromey1-3/+4
2002-01-08For PR libgcj/5031:Tom Tromey1-1/+6
2002-01-08natPlainSocketImpl.cc: Added timeout handling for sockets.Nic Ferrier2-15/+367
2002-01-08natMethod.cc: Don't include alloca.h.Andreas Tobler1-9/+5
2002-01-06configure, [...]: Rebuilt.Andreas Tobler1-22/+17
2002-01-04Thread.java (stop): No longer synchronized.Tom Tromey1-3/+3
2002-01-02ieeefp.h: Fix bug in my hand-application of previous patch.Tom Tromey1-1/+1
2002-01-022002-1-1 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-5/+2
2002-01-01ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin.Andreas Tobler1-0/+4
2001-12-21ObjectInputStream.java (enableResolveObject): Use correct security check.Tom Tromey2-5/+11
2001-12-21re PR java/5165 (Loading class fields with a ConstantValue attribute)Tom Tromey1-5/+3
2001-12-21re PR libgcj/2428 (Classloader is not set)Tom Tromey2-4/+29
2001-12-19FlowLayout.java (FlowLayout(), [...]): Set gaps to 5.Tom Tromey1-26/+34
2001-12-18CollationElementIterator.java (secondaryOrder): Cast result to `short'.Tom Tromey1-3/+3
2001-12-16For PR java/5088:Tom Tromey2-21/+19
2001-12-16Makefile.in: Rebuilt.Tom Tromey1-11/+27
2001-12-16DataOutputStream (write (byte[], int, int)): Update "written" correctly.Bryce McKinlay1-1/+1
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay3-2/+221
2001-12-15Collections drop from Classpath:Bryce McKinlay24-6122/+11216
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-2/+5
2001-12-11String.java (String): New constructor.Tom Tromey1-0/+10
2001-12-11re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit...Tom Tromey1-3/+6
2001-12-09Makefile.in: Rebuilt.Tom Tromey3-18/+21
2001-12-07ClassLoader.java (defineClass): Rethrow any LinkageError.Tom Tromey1-1/+1
2001-12-07ThreadGroup.java (uncaughtException): Print message to System.err.Tom Tromey1-3/+4
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey2-3/+9
2001-11-25re PR libgcj/4583 (problems BigDecimal(double) ctor.)Tom Tromey1-8/+111
2001-11-16Re-merge with Classpath, from Brian Jones:Tom Tromey1-1/+4
2001-11-16Timer.java (TaskQueue.isStopped): Remove method.Mark Wielaard1-11/+10
2001-11-15natString.cc: correct argument order for _Jv_AllocPtrFreeObjHans Boehm1-1/+1
2001-11-14Constructor.java (toString): Use more efficient form of Modifier.toString().Tom Tromey1-1/+1
2001-11-14Re-merges with Classpath, from various people:Tom Tromey2-99/+162
2001-11-14Re-merges with Classpath, from various people:Tom Tromey6-88/+215
2001-11-13re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance...Tom Tromey1-2/+11
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey1-0/+2
2001-11-05* java/util/ResourceBundle.java (class Security): Now static.Bryce McKinlay1-1/+1
2001-11-04ResourceBundle.java (getClassContext): Removed.Bryce McKinlay2-56/+36
2001-11-03natResourceBundle.cc (getClassContext): return array of Class instead of arra...Hans Boehm1-1/+1
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers37-66/+66
2001-10-29re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey1-1/+7
2001-10-26Adler32.java: Use correct class name.Tom Tromey1-1/+1
2001-10-26Oops!Bryce McKinlay1-1/+1
2001-10-26VMClassLoader.java (getPrimitiveClass): Now native.Bryce McKinlay10-36/+21
2001-10-25natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.Bryce McKinlay1-3/+2
2001-10-24* java/lang/reflect/Field.java: Made many methods private.Tom Tromey1-10/+10
2001-10-24* java/sql/Types.java (Types): New constructor.Tom Tromey1-1/+6
2001-10-24Field.java (Field): New constructor.Tom Tromey2-0/+7
2001-10-24PropertyResourceBundle.java (handleGetObject): Now public.Tom Tromey2-4/+4
2001-10-23* java/io/BufferedWriter.java (localFlush): Don't synchronize.Tom Tromey1-5/+3
2001-10-23BufferedWriter (write (String, int, int)): Remove redundant bounds checks.Bryce McKinlay1-6/+0