aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey7-0/+20
2007-04-16https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236614Tom Tromey3-11/+15
2007-04-16ObjectInputStream.java: (parseContent): Call (String, Object) version of dump...Andrew Haley3-6/+55
2007-04-162007-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes3-33/+84
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-0/+0
2007-04-16TaggedComponentHelper.java (read): Use read_octet_array(), not read().Andrew Haley3-0/+0
2007-04-16TaggedComponentHelper.java (read): Use read_octet_array(), not read().Andrew Haley4-29/+88
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley3-7/+93
2007-04-10sources.am: Regenerate.Keith Seitz3-0/+7
2007-04-09interpret-run.cc: If debugging, check if args is NULL before getting the "thi...Kyle Galloway2-3/+12
2007-04-09ArrayValue.java: New file.Kyle Galloway5-0/+156
2007-04-09Fix ChangeLog date.David Daney1-1/+1
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney5-30/+105
2007-04-09prims.cc (load_jvmti_agent): Add the missing `,'.H.J. Lu2-1/+5
2007-04-09gij.cc (main): Accept -agentlib and -agentpath options.Kyle Galloway3-5/+174
2007-04-05DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento10-21/+162
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway4-6/+12
2007-04-03ProxyTest.java: New test.Andrew Haley4-0/+45
2007-04-03natFileChannelPosix.cc (mapImpl): Extend file, when writing, if it is too short.Tom Tromey2-1/+19
2007-04-02natPlainSocketImplPosix.cc (create): Return if already created.Tom Tromey10-3/+21
2007-04-02ThreadStartEvent.java (Event): Event type is "THREAD_START" not "THREAD_END".Keith Seitz3-16/+33
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley7-7/+67
2007-04-02[multiple changes]Andrew Haley5-1/+13
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway3-19/+401
2007-04-022007-04-02 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway3-1/+6
2007-03-30re PR libgcj/29869 (LogManager class loading failure with Tomcat)Tom Tromey7-7/+32
2007-03-28ClientHandshake.java (RSAGen.implRun): check keyEncipherment bit of the certi...Casey Marshall4-1/+13
2007-03-28sources.am, [...]: Rebuilt.Tom Tromey11-654/+10
2007-03-28re PR classpath/31302 (Exception in SSLSocketImpl)Casey Marshall3-131/+54
2007-03-27re PR xml/31303 (SAXException: org.xml.sax.driver property needs to be set?)Tom Tromey3-0/+11
2007-03-27VMFrame.java: Update from upstream classpath.Keith Seitz29-31/+1095
2007-03-27Classpath JDWP merge with upstreamKeith Seitz66-429/+2243
2007-03-27Index: gcc/java/ChangeLogTom Tromey4-28/+111
2007-03-26Main.java (cniOrJniSeen): New field.Stepan Kasal13-1/+14
2007-03-26configure.ac: Remove checks for mktime...David Daney8-663/+24
2007-03-23link.cc (_Jv_Linker::resolve_method_entry): Ensure that the argument types an...Gary Benson2-8/+40
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney9-30/+56
2007-03-20[multiple changes]Andrew Haley4-0/+32
2007-03-19configure.ac: New configure option --enable-generated-files-in-srcdir.Matthias Klose36-32/+428
2007-03-172007-03-17 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons39-110/+39
2007-03-17Main.java (run): Use class' name in File case.Tom Tromey3-2/+7
2007-03-16* tools/gnu/classpath/tools/javah/JniStubPrinter.javaTom Tromey23-21/+50
2007-03-14Makefile.am (AM_MAKEFLAGS): Pass through mandir.Jakub Jelinek3-0/+7
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz5-2/+27
2007-03-13Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.Thomas Fitzsimmons101-7/+3254
2007-03-12jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway1-1/+1
2007-03-12jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway2-1/+12
2007-03-12natString.cc (getBytes (jstring enc)): Fixed the loop for multiple cycles, Co...Marco Trudel2-8/+16
2007-03-09sources.am, [...]: Rebuilt.Tom Tromey4-16/+21
2007-03-09re PR xml/30831 (Writing (transforming) XML fails)Gary Benson3-24/+34