aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-12-21configure.ac: add $built_gcc_dir to $GCJH and $GCJ when crossbuilding.Adam Megacz3-4/+10
2006-12-18Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS...Adam Megacz7-330/+138
2006-12-04tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking...Eric Botcazou2-2/+44
2006-11-28locks.h: Enable use of either file on either target to support multilibs from...Mike Stump3-18/+34
2006-11-21Security.java: Merge with classpath.Gary Benson4-226/+303
2006-11-20mips-signal.h (sys/syscall.h): Do not include.David Daney2-40/+15
2006-11-20Throw_3.java: New Test.David Daney3-0/+47
2006-11-13* tls.m4 (GCC_CHECK_TLS): Fall back to a link test.Daniel Jacobowitz2-12/+22
2006-11-032006-11-03 Gary Benson <gbenson@redhat.com>Gary Benson3-5/+14
2006-11-03InetAddress.java: Removed.Gary Benson17-1380/+506
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz2-2/+42
2006-11-02jvmti.cc (_Jv_JVMTI_GetLineNumberTable): New function.Keith Seitz2-1/+54
2006-11-01Location.java: New file.Keith Seitz6-4/+224
2006-10-28Makefile.am (nat_source_files): Add natBreakpoint.cc.Keith Seitz6-5/+179
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz6-20/+73
2006-10-25natevents.cc (do_callback_arg_tests): Replace formatting modifiers %p with %#...Andreas Tobler2-60/+97
2006-10-20natevents.cc (do_callback_arg_tests): Correctly pass jvalues.Tom Tromey2-2/+11
2006-10-18register2.java: New file.Tom Tromey7-19/+140
2006-10-17natevents.cc (env): Delete.Geoffrey Keating2-18/+27
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz6-6/+65
2006-10-12jvmti-int.h (JVMTI): Declare all members "extern".Keith Seitz3-35/+79
2006-10-11Makefile.in: Rebuilt.Tom Tromey3-0/+7
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey2-1/+6
2006-10-10java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz3-0/+54
2006-10-10re PR xml/29362 (NullPointerException in gnu.xml.transform.TransformerImpl.st...Tom Tromey2-1/+8
2006-10-10prims.cc (_Jv_PrependVersionedLibdir): Use _Jv_platform_path_separator.Tom Tromey2-3/+11
2006-10-10re PR libgcj/29205 (lib/pkgconfig/libgcj.pc needs to become version dependent)Tom Tromey3-40/+33
2006-10-052006-10-05 Gary Benson <gbenson@redhat.com>Gary Benson2-3/+13
2006-10-032006-10-03 Gary Benson <gbenson@redhat.com>Gary Benson2-18/+23
2006-10-022006-10-02 Gary Benson <gbenson@redhat.com>Gary Benson2-2/+14
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz4-20/+32
2006-09-27re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Jack Howarth11-14/+145
2006-09-27Locale.java (hashcode): No longer transient.Tom Tromey2-11/+17
2006-09-25Makefile.in: Rebuilt.Tom Tromey3-0/+9
2006-09-25re PR libgcj/29178 (CharsetEncoder.canEncode() gives different results than S...Tom Tromey4-1/+56
2006-09-25mprec.c (mprec_calloc): Renamed.Tom Tromey2-3/+8
2006-09-25Suggested by Aaron M.Mark Wielaard2-1/+7
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz3-1/+110
2006-09-22jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.Marco Trudel2-1/+5
2006-09-22re PR classpath/28661 (HTTP Header differs b/w java and classpath)David Daney2-0/+14
2006-09-22[multiple changes]Sven de Marothy5-511/+406
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz7-3/+1429
2006-09-21configure.ac: Don't use darwin-signal.h as signal handler for Darwin/i386.Sandro Tolaini3-1/+13
2006-09-21jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked and return JVMTI...Keith Seitz2-5/+28
2006-09-20jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz5-1/+359
2006-09-20ChangeLog: Fix latest entry.Gary Benson1-7/+7
2006-09-20InetAddress.java: Mostly merged with Classpath.Gary Benson8-303/+474
2006-09-20InetAddress.java: Updated to latest.Gary Benson6-250/+649
2006-09-19* testsuite/libjava.jvmti/jvmti.exp: New file.Keith Seitz2-0/+126
2006-09-19jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.Keith Seitz2-12/+27