Age | Commit message (Expand) | Author | Files | Lines |
2005-01-10 | * verify.c: Revert to the version before the BC-ABI merge. | Ranjit Mathew | 1 | -74/+34 |
2004-11-25 | verify.c (defer_merging): Don't use C++-style comment. | Tom Tromey | 1 | -3/+3 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -33/+73 |
2004-10-17 | class.c (ident_subst): Always alloca buffer. | Steven Bosscher | 1 | -1/+2 |
2004-07-24 | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 1 | -1/+1 |
2004-07-21 | verify.c (verify_jvm_instructions): Comment change only. | Andrew Haley | 1 | -2/+2 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -4/+4 |
2004-07-04 | * verify.c: Correct array element access formatting thinko. | Ranjit Mathew | 1 | -48/+48 |
2004-07-04 | verify.c: Insert a short blurb at the start referring to the JVMS. | Ranjit Mathew | 1 | -108/+205 |
2004-06-27 | Formatting fixes. | Ranjit Mathew | 1 | -4/+7 |
2003-12-20 | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 1 | -1/+1 |
2003-10-28 | * approved by aph | Frank Ch. Eigler | 1 | -3/+0 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -19/+8 |
2003-01-10 | * class.c, gjavah.c, parse.y, verify.c: Don't use PTR. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -6/+6 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -1/+1 |
2002-09-11 | For PR java/5794: | Jesse Rosenstock | 1 | -2/+3 |
2002-09-05 | verify.c (verify_jvm_instructions): Allow exception handler inside code that ... | Andrew Haley | 1 | -1/+3 |
2002-06-04 | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 1 | -2/+2 |
2001-12-16 | ChangeLog, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-12-03 | verify.c (subroutine_nesting): New function. | Per Bothner | 1 | -7/+23 |
2001-09-14 | * verify.c (verify_jvm_instructions): Fix typo. | Mark Mitchell | 1 | -1/+1 |
2001-07-07 | * verify.c: Don't use // comments. | Zack Weinberg | 1 | -2/+2 |
2001-04-29 | jcf-io.c (read_zip_member): Cast to long in comparison with signed value. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-26 | verify.c (verify_jvm_instructions): For field instructions, check that field ... | Per Bothner | 1 | -10/+42 |
2001-03-23 | re PR java/1208 (Gcj can't compile a class file it generates.) | Per Bothner | 1 | -3/+3 |
2001-03-15 | verify.c (verify_jvm_instructions): Better error msgs for dup. | Per Bothner | 1 | -8/+12 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -5/+5 |
2001-01-24 | class.c (layout_class): Don't lay the superclass out if it's already being la... | Alexandre Petit-Bianco | 1 | -0/+1 |
2001-01-21 | verify.c (VERIFICATION_ERROR_WITH_INDEX): New macro. | Per Bothner | 1 | -5/+18 |
2001-01-21 | verify.c (merge_type_state): Stil may have to merge even if LABEL_VERIFIED (l... | Per Bothner | 1 | -1/+1 |
2001-01-14 | Various patches to emit better messages on verification errors. | Per Bothner | 1 | -47/+95 |
2000-10-21 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
2000-09-12 | expr.c (pop_type_0): Return `Object' if trying to merge two interface types. | Tom Tromey | 1 | -2/+4 |
2000-09-07 | verify.c (merge_types): Load the types to merge if necessary. | Alexandre Petit-Bianco | 1 | -0/+14 |
2000-08-15 | jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch. | Alexandre Petit-Bianco | 1 | -1/+1 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -3/+2 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -6/+6 |
1999-12-06 | [multiple changes] | Alexandre Petit-Bianco | 1 | -5/+9 |
1999-10-14 | jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non... | Kaveh R. Ghazi | 1 | -1/+1 |
1999-09-02 | class.c (finish_class): Remove unused parameter, all callers changed. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-27 | gjavah.c, [...]: Do not use C++ style comments in C code. | Jeffrey A Law | 1 | -1/+1 |
1999-08-26 | verify.c (verify_jvm_instructions): Don't check instruction validity beyond e... | Gregg Townsend | 1 | -1/+2 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1 | -3/+6 |
1999-07-30 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+0 |
1999-06-22 | verify.c (verify_jvm_instructions): Check for pending blocks before invalid P... | Andrew Haley | 1 | -61/+63 |