aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2005-02-19[multiple changes]Michael Koch44-282/+5611
2005-02-192005-02-19 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+9
2005-02-19[multiple changes]Michael Koch4-0/+255
2005-02-19SelectorImpl.java: Reworked import statements.Michael Koch6-29/+33
2005-02-19ActiveModeDTP.java, [...]: New files.Michael Koch23-2/+4341
2005-02-19link.cc (make_vtable): Remove abstract method check.Tom Tromey2-35/+19
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey4-4/+25
2005-02-19LinkedHashMap (addEntry): Call remove() with key argument, not the HashEntry.Bryce McKinlay2-1/+6
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey4-12/+59
2005-02-19NEWS: Draft of libgcj NEWS for 4.0.Anthony Green2-0/+212
2005-02-18natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "...Anthony Green2-1/+17
2005-02-18gij.cc (version): Change year for '--version' to 2005.Anthony Green6-8/+19
2005-02-18Charset.java (forName): Throws IllegalArgumentException when argument is null...Robert Schuster2-1/+22
2005-02-17FileChannelImpl.java (write(ByteBuffer)): Move the position of the source buf...Ito Kazumitsu2-1/+7
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey5-25/+42
2005-02-172005-02-17 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+19
2005-02-17Fix ChangeLog typo in date.Andrew Haley1-1/+1
2005-02-17Chromaticity.java, [...]: New files.Michael Koch7-0/+477
2005-02-17Cookie.java, [...]: Reworked import statements, fixed modifier order and some...Andrew John Hughes61-172/+194
2005-02-17[multiple changes]Michael Koch16-0/+104
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch611-1834/+2436
2005-02-16UTF_8.java (decodeLoop): Set inPos to in.position().Julian Scheid2-2/+8
2005-02-16[multiple changes]Mark Wielaard15-53/+2010
2005-02-16SharedLibHelper.java (findHelper): Delete copied file on exit.Tom Tromey2-6/+11
2005-02-16[multiple changes]Graydon Hoare244-9043/+16390
2005-02-16[multiple changes]Mark Wielaard25-302/+400
2005-02-16Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont...Andrew Haley10-30/+115
2005-02-16PersistentByteMap.java (name, values, fc): new fields.Andrew Haley3-59/+332
2005-02-16prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney3-11/+26
2005-02-15[multiple changes]Mark Wielaard2-24/+43
2005-02-15URLClassLoader.java (JarURLLoader.JarURLLoader): Just use space for parsing C...Mark Wielaard2-5/+6
2005-02-15URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look aside for "GCJLIB...Mark Wielaard2-74/+41
2005-02-15SSLContext.java (getInstance): Add exception message and/or cause before thro...Mark Wielaard2-5/+10
2005-02-15Makefile.am (libgcj_la_SOURCES): Move all sources ...Richard Henderson3-35/+76
2005-02-14jawt.c: New file.Thomas Fitzsimmons10-18/+600
2005-02-14* testsuite/libjava.lang/PR19921.java: Use correct class name.Tom Tromey2-1/+5
2005-02-14re PR java/19921 (wrong argument count for invokeInterface with new multidime...Tom Tromey3-0/+5
2005-02-14re PR java/19921 (wrong argument count for invokeInterface with new multidime...Tom Tromey3-0/+17
2005-02-14re PR libgcj/18116 (JNI uses dot instead of slash as the package separator)Anthony Green4-0/+60
2005-02-14jni.cc (nathash_add): Don't strdup the method signature.Anthony Green2-5/+28
2005-02-12Fixes bug libgcj/8170Mark Wielaard5-43/+110
2005-02-10Makefile.in: Rebuilt.Tom Tromey5-44/+61
2005-02-10xfails: Updated to reflect current state of mauve and libjava.Bryce McKinlay2-14/+581
2005-02-10Connection.java (getJarFile): Open jar file with OPEN_DELETE.Tom Tromey3-11/+14
2005-02-10InflaterInputStream.java (markSupported): Override.Tom Tromey2-1/+21
2005-02-09URI.java (AUTHORITY_REGEXP): Handle case where user name or port is missing.Tom Tromey2-4/+11
2005-02-08configure: Rebuilt.Tom Tromey3-691/+30
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey2-4/+9
2005-02-07defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey5-15/+30
2005-02-07Reported by Timo Lindfors <timo.lindfors@iki.fi> java/util/regex/Matcher.java...Mark Wielaard3-6/+34