aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-242004-09-24 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2-7/+13
2004-09-23AppletContext.java, [...]: Jalopied and checkstyle clean.Michael Koch5-12/+23
2004-09-232004-09-23 Mark Wielaard <mark@klomp.org>Mark Wielaard2-3/+24
2004-09-23re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey2-0/+17
2004-09-23re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey2-0/+8
2004-09-23Makefile.am: Run aclocal with -I ../configKelley Cook9-337/+641
2004-09-23aclocal.m4: Regenerate with aclocal 1.9.2.Kelley Cook7-268/+279
2004-09-23re PR libgcj/17623 (URL does not retain userInfo across context constructor.)David Daney2-1/+12
2004-09-23re PR libgcj/6182 (Mauve Character.unicode test gives bogus test results)Tom Tromey2-4/+5
2004-09-22Makefile.am (lib_org_ietf_jgss_la_DEPENDENCIES): Add missing dependencies.Andreas Tobler3-261/+270
2004-09-22configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN.Andreas Tobler8-146/+449
2004-09-22re PR java/14446 (GZIPInputStream: corrupted gzip file - crc mismatch)Tom Tromey3-1/+28
2004-09-21natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.Tom Tromey2-1/+7
2004-09-212004-09-21 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+8
2004-09-21MacSpi.java (clone): Provide meaningful implementation.Casey Marshall2-1/+6
2004-09-21re PR libgcj/16869 (too long list of arguments in "make clean")Tom Tromey3-264/+266
2004-09-21TreeMap.java (root): Don't initialize.Mark Wielaard1-2/+7
2004-09-212004-09-21 Casey Marshall <csm@gnu.org>Andreas Tobler2-35/+33
2004-09-21ByteBuffer.java (hashCode): Implemented.Sven de Marothy8-14/+134
2004-09-21[multiple changes]Andreas Tobler3-3/+11
2004-09-21X500Principal.java: Replaced with GNU Crypto's version.Andreas Tobler1-29/+420
2004-09-21[multiple changes]Andreas Tobler134-252/+25312
2004-09-152004-09-15 Michael Koch <konqueror@gmx.de>Michael Koch2-7/+11
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson2-11/+13
2004-09-12CompoundName.java (CompoundName): Don't check for separator in "flat" case.Tom Tromey2-1/+8