aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-10-16NIODatagramSocket.java, [...]: Reorganized import statements.Michael Koch3-6/+7
2004-10-16RMIMarshalledObjectOutputStream.java [...]: File headers and import statement...Michael Koch52-194/+211
2004-10-16UTF_16.java, [...]: Cleanup.Michael Koch9-19/+29
2004-10-162004-10-16 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+6
2004-10-16BigDecimal.java, [...]: Reorganized import statements, removed redundant and ...Michael Koch3-38/+40
2004-10-16ExplicitBeanInfo.java: Explicitely import java.awt.Image.Michael Koch2-6/+13
2004-10-15Makefile.am (nat_files, [...]): New.Andrew Haley3-0/+11
2004-10-14jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of ffi_raw_call i...Ulrich Weigand2-0/+10
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley3-22/+62
2004-10-12re PR libgcj/17903 (Incorrect SHA result)Rutger Ovidius5-0/+124
2004-10-11posix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*.Richard Henderson2-13/+7
2004-10-10Calendar.java (set): Invalidate DST_OFFSET field as a DST boundary may have b...Bryce McKinlay3-11/+20
2004-10-092004-10-09 Michael Koch <konqueror@gmx.de>Michael Koch10-51/+73
2004-10-09RMIC.java, [...]: Reworked import statements and fixed file headers.Michael Koch8-23/+27
2004-10-04configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule.Loren J. Rittle3-2/+8
2004-10-01Fix typo.Andreas Schwab1-1/+1
2004-09-302004-09-30 Tom Tromey <tromey@redhat.com>Tom Tromey2-1/+6
2004-09-30MacSpi.java: Fixed typo.Tom Tromey2-1/+5
2004-09-30InetAddress.java: Reformatted.Michael Koch2-32/+30
2004-09-30Beans.java, [...]: Reordered import statements and removed redundant modifiers.Michael Koch10-20/+34
2004-09-29re PR libgcj/17715 (.properties files missing from libgcj-4.0.0.jar)Tom Tromey3-14/+50
2004-09-29Makefile.in: Rebuilt.Tom Tromey3-495/+499
2004-09-28* jni.cc (_Jv_JNI_RegisterNatives): Formatting fixlets.Tom Tromey2-3/+4
2004-09-28re PR libgcj/17222 (libjava fails to build due to command line length during ...Tom Tromey3-2/+22
2004-09-28URLConnection.java: Reformatted.Michael Koch3-33/+47
2004-09-272004-09-27 Michael Koch <konqueror@gmx.de>Michael Koch2-11/+29
2004-09-26prims.cc (unblock_signal): Annotate signum with __unused__ to avoid warnings ...Per Bothner6-5/+22
2004-09-26* prims.cc (process_gcj_properties): Optimization.Per Bothner2-11/+12
2004-09-26Collections.java (sort): Copy from array in forwards order...Per Bothner2-4/+9
2004-09-26System.java (properties): Make package private.Mark Wielaard3-3/+28
2004-09-262004-09-26 Casey Marshall <csm@gnu.org>Casey Marshall3-3/+14
2004-09-25[multiple changes]Mark Wielaard7-294/+404
2004-09-25Proxy.java (getPackage, [...]): Fixed handling of default package.Jeroen Frijters2-21/+17
2004-09-25re PR java/17500 (Anonymous inner class compile freakout)Tom Tromey2-0/+33
2004-09-25RE.java (initialize): Add RETokenLookAhead support.Shashank Bapat5-10/+134
2004-09-25ObjectStreamField.java: Removed unused import statement.Michael Koch2-1/+5
2004-09-24re PR java/15656 (ICE segfault in lex.c)Tom Tromey3-0/+13
2004-09-24re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey3-0/+22
2004-09-24re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley2-0/+12
2004-09-242004-09-24 Casey Marshall <csm@gnu.org>Casey Marshall2-1/+6
2004-09-242004-09-24 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2-0/+10
2004-09-242004-09-24 Ilya Perminov <iperminov@logicalsoft.com>Ilya Perminov3-1/+23
2004-09-24ClassLoader.java (loadedClasses): Declare as HashMap.Tom Tromey2-3/+8
2004-09-24ObjectInputStream.java: Re-ordered imports.Michael Koch2-9/+11
2004-09-24ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall2-1/+9
2004-09-24ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters3-23/+58
2004-09-24URL.java (systemClassLoader): New static field.Mark Wielaard2-20/+34
2004-09-242004-09-24 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-17/+31
2004-09-24[multiple changes]Michael Koch2-1/+12
2004-09-24PipeImpl.java: Use VMPipe for native stuff.Michael Koch13-36/+184