2006-05-18 |
tromey | * source.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-05-18 |
tromey | * testsuite/libjava.special/special.exp (gcj_special_pr21115):
|
commit | commitdiff | tree |
2006-05-16 |
tromey | * verify-impl.c (verify_instructions_0) <op_return...
|
commit | commitdiff | tree |
2006-05-13 |
tromey | * sources.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-05-13 |
tromey | * sources.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-05-13 |
tromey | * sources.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-05-13 |
tromey | * include/java-interp.h (_Jv_InterpMethod::dump_object...
|
commit | commitdiff | tree |
2006-05-13 |
tromey | * sources.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-05-05 |
tromey | PR libgcj/27294:
|
commit | commitdiff | tree |
2006-05-05 |
tromey | * java-tree.h (uses_jv_markobj_p): Declare.
|
commit | commitdiff | tree |
2006-05-04 |
tromey | * java-tree.def (THIS_EXPR): Now a tcc_expression.
|
commit | commitdiff | tree |
2006-05-04 |
tromey | PR libgcj/26861:
|
commit | commitdiff | tree |
2006-05-04 |
tromey | * java/lang/Class.h (JV_STATE_LOADING): Added comment.
|
commit | commitdiff | tree |
2006-05-02 |
tromey | * tree-flow-inline.h (op_iter_init_phiuse): Fixed...
|
commit | commitdiff | tree |
2006-04-25 |
tromey | * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc...
|
commit | commitdiff | tree |
2006-04-24 |
tromey | * java/lang/natClass.cc (_Jv_getInterfaceMethod):...
|
commit | commitdiff | tree |
2006-04-20 |
tromey | PR libgcj/21941:
|
commit | commitdiff | tree |
2006-04-19 |
tromey | * Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-04-19 |
tromey | * gnu/java/nio/channels/natFileChannelPosix.cc (write...
|
commit | commitdiff | tree |
2006-04-17 |
tromey | PR libgcj/27171:
|
commit | commitdiff | tree |
2006-04-13 |
tromey | PR libgcj/26522:
|
commit | commitdiff | tree |
2006-04-05 |
tromey | libjava/classpath:
|
commit | commitdiff | tree |
2006-04-04 |
tromey | PR libgcj/26990:
|
commit | commitdiff | tree |
2006-04-04 |
tromey | * lib/gen-classlist.sh.in: Correct handle generated... 2006-04-04 Tom Tromey <tromey@redhat.com>
|
commit | commitdiff | tree |
2006-04-04 |
tromey | Temporarily reverting previous patch due to build-breaking...
|
commit | commitdiff | tree |
2006-04-04 |
tromey | * doc/install.texi (Prerequisites): Mention jar.
|
commit | commitdiff | tree |
2006-04-04 |
tromey | 2006-04-04 Mark Wielaard <mark@klomp.org> 2006-04-04 Tom Tromey <tromey@redhat.com>
|
commit | commitdiff | tree |
2006-04-04 |
tromey | fastjar
|
commit | commitdiff | tree |
2006-03-30 |
tromey | * aclocal.m4, configure, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-03-30 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-03-29 |
tromey | PR gcc/26901:
|
commit | commitdiff | tree |
2006-03-29 |
tromey | * sources.am, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2006-03-29 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-03-29 |
tromey | * posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONI...
|
commit | commitdiff | tree |
2006-03-28 |
tromey | Correcting PR number in ChangeLog:
|
commit | commitdiff | tree |
2006-03-28 |
tromey | PR libgcj/26641:
|
commit | commitdiff | tree |
2006-03-16 |
tromey | PR libgcj/26706:
|
commit | commitdiff | tree |
2006-03-16 |
tromey | PR libgcj/26688:
|
commit | commitdiff | tree |
2006-03-16 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-03-15 |
tromey | Correctly reference PR java/26638 in ChangeLogs
|
commit | commitdiff | tree |
2006-03-15 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-03-15 |
tromey | * parse.y (analyze_clinit_body): Ignore empty statements.
|
commit | commitdiff | tree |
2006-03-10 |
tromey | libjava
|
commit | commitdiff | tree |
2006-03-10 |
tromey | PR libgcj/23495:
|
commit | commitdiff | tree |
2006-03-09 |
tromey | * configure: Rebuilt.
|
commit | commitdiff | tree |
2006-03-09 |
tromey | PR libgcj/24461:
|
commit | commitdiff | tree |
2006-03-09 |
tromey | * win32.cc (_Jv_platform_nanotime): New function.
|
commit | commitdiff | tree |
2006-03-08 |
tromey | PR libgcj/24183:
|
commit | commitdiff | tree |
2006-03-07 |
tromey | PR libgcj/26103:
|
commit | commitdiff | tree |
2006-03-03 |
tromey | * interpret.cc (do_allocate_static_fields): Added...
|
commit | commitdiff | tree |
2006-03-01 |
tromey | PR java/24321:
|
commit | commitdiff | tree |
2006-02-10 |
tromey | * pthread_support.c: Conditionally include dlfcn.h.
|
commit | commitdiff | tree |
2006-02-08 |
tromey | PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:
|
commit | commitdiff | tree |
2006-02-08 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-02-07 |
tromey | 2006-02-06 Jakub Jelinek <jakub@redhat.com> Tom Tromey <tromey@redhat.com>
|
commit | commitdiff | tree |
2006-02-07 |
tromey | * gij.cc (version): Use 2006.
|
commit | commitdiff | tree |
2006-02-04 |
tromey | gcc/java
|
commit | commitdiff | tree |
2006-02-04 |
tromey | PR java/26097:
|
commit | commitdiff | tree |
2006-02-02 |
tromey | * jartool.c (version): Use 2006.
|
commit | commitdiff | tree |
2006-01-24 |
tromey | * prims.cc (next_property_value): Never return NULL.
|
commit | commitdiff | tree |
2006-01-19 |
tromey | * jni.cc (_Jv_JNI_AttachCurrentThread): Return environment...
|
commit | commitdiff | tree |
2006-01-17 |
tromey | PR classpath/20198:
|
commit | commitdiff | tree |
2006-01-13 |
tromey | * gnu/regexp/MessagesBundle_fr.properties: Removed.
|
commit | commitdiff | tree |
2006-01-13 |
tromey | * java/security/classpath.security: Removed.
|
commit | commitdiff | tree |
2006-01-09 |
tromey | 2006-01-08 Chris Burdess <dog@gnu.org>
|
commit | commitdiff | tree |
2006-01-09 |
tromey | * java/lang/StringBuilder.java (appendCodePoint):...
|
commit | commitdiff | tree |
2006-01-07 |
tromey | * java/lang/Character.java (SIZE, MAX_CACHE, charCache,
|
commit | commitdiff | tree |
2006-01-06 |
tromey | * gcj.texi (Arrays): Added more documentation for
|
commit | commitdiff | tree |
2006-01-06 |
tromey | PR libgcj/23499:
|
commit | commitdiff | tree |
2006-01-06 |
tromey | 2005-12-26 Anthony Green <green@redhat.com>
|
commit | commitdiff | tree |
2006-01-06 |
tromey | * java/lang/natThread.cc (finish_): Don't clear 'group'.
|
commit | commitdiff | tree |
2006-01-05 |
tromey | * java/lang/natPosixProcess.cc (reap): Ignore unknown...
|
commit | commitdiff | tree |
2006-01-04 |
tromey | * java/lang/Class.h (_Jv_CopyClassesToSystemLoader...
|
commit | commitdiff | tree |
2006-01-03 |
tromey | PR libgcj/9715, PR libgcj/19132:
|
commit | commitdiff | tree |
2005-12-22 |
tromey | * java/lang/natClassLoader.cc (_Jv_NewArrayClass)...
|
commit | commitdiff | tree |
2005-12-16 |
tromey | * java/lang/Class.java (getPackage): Get package from
|
commit | commitdiff | tree |
2005-12-16 |
tromey | * testsuite/libjava.jacks/jacks.xfail
|
commit | commitdiff | tree |
2005-12-16 |
tromey | gcc/java:
|
commit | commitdiff | tree |
2005-12-14 |
tromey | PR classpath/25389:
|
commit | commitdiff | tree |
2005-12-07 |
tromey | PR java/25283:
|
commit | commitdiff | tree |
2005-12-06 |
tromey | gcc/java:
|
commit | commitdiff | tree |
2005-11-29 |
tromey | * compress.c (write_data): Mark 'ze' as unused.
|
commit | commitdiff | tree |
2005-11-29 |
tromey | gcc/java:
|
commit | commitdiff | tree |
2005-11-09 |
tromey | * testsuite/libjava.jacks/jacks.xfail (non-jls-zip...
|
commit | commitdiff | tree |
2005-11-08 |
tromey | PR libgcj/24587:
|
commit | commitdiff | tree |
2005-11-08 |
tromey | PR libgcj/23763. From aeby@graeff.com.
|
commit | commitdiff | tree |
2005-11-08 |
tromey | 2005-11-08 Wil Mahan <wmahan@gmail.com>
|
commit | commitdiff | tree |
2005-11-04 |
tromey | PR libgcj/14358, libgcj/24552:
|
commit | commitdiff | tree |
2005-10-10 |
tromey | * testsuite/libjava.lang/ExtraClassLoader.out: New...
|
commit | commitdiff | tree |
2005-10-03 |
tromey | * native/jawt/Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2005-10-03 |
tromey | PR libgcj/24057:
|
commit | commitdiff | tree |
2005-09-30 |
tromey | libjava:
|
commit | commitdiff | tree |
2005-09-30 |
tromey | PR java/24120:
|
commit | commitdiff | tree |
2005-09-27 |
tromey | PR libgcj/23367:
|
commit | commitdiff | tree |
2005-09-27 |
tromey | * configure, Makefile.in: Rebuilt.
|
commit | commitdiff | tree |
2005-09-26 |
tromey | * testsuite/libffi.call/float1.c (value_type): New...
|
commit | commitdiff | tree |
2005-09-24 |
tromey | * native/jawt/.cvsignore: Likewise.
|
commit | commitdiff | tree |
2005-09-23 |
tromey | Imported Classpath 0.18.
|
commit | commitdiff | tree |
2005-09-23 |
tromey | Initial revision
|
commit | commitdiff | tree |
2005-09-23 |
tromey | forced commit in preparation for cvs import
|
commit | commitdiff | tree |