summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * check-init.c: Handle definite unassignment to finals in additionbothner2001-12-045-479/+446
* * parse.y (patch_binop): Minor constant folding.bothner2001-12-042-1/+15
* * decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPRbothner2001-12-044-103/+14
* * verify.c (subroutine_nesting): New function.bothner2001-12-032-7/+32
* * jcf.h: Fix obvious typo in comment.bothner2001-12-033-1/+8
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-039-18/+28
* Fix ChangeLog entry.bryce2001-12-021-2/+2
* 2001-12-02 Tang Ching-Hui <nicholas@cs.nthu.edu.tw>bryce2001-12-023-19/+30
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-015-6/+13
* * class.c (add_interface_do): Set BINFO_VPTR_FIELD.bryce2001-11-302-0/+5
* * configure.in (target_list): Add generated-manpages.jsm282001-11-292-0/+5
* * gcc.c (set_collect_gcc_options): New function, split out fromro2001-11-273-9/+33
* 2001-11-18 Roger Sayle <roger@eyesopen.com>tromey2001-11-202-1/+4
* Fix for PR java/1401:tromey2001-11-192-1/+68
* * Makefile.in (c-parse.o, c-common.o): Update dependencies.neil2001-11-182-2/+10
* * c-common.c: Include c-lex.h.neil2001-11-154-37/+41
* * gjavah.c (method_signature): New global.tromey2001-11-142-16/+156
* * Makefile.in: Update.neil2001-11-094-42/+12
* * c-lang.c (LANG_HOOKS_NAME): New.neil2001-11-093-18/+11
* * configure.in: Add AC_ARG_PROGRAM to support program namedj2001-11-082-5/+13
* * parse.y (trap_overflow_corner_case): New rule.tromey2001-11-084-17/+73
* Patch for PR java/1414:tromey2001-11-083-4/+60
* 2001-11-07 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-11-072-5/+9
* * alias.c:: Include langhooks.h.neil2001-11-063-1/+8
* * Makefile.in (INTL_TARGETS, POSUB): Delete all references.zack2001-10-312-1/+5
* * mangle.c (find_compression_record_match): Don't match compressionbryce2001-10-302-0/+18
* * expr.c (expand_java_field_op): Don't special-case references tobryce2001-10-264-88/+14
* 2001-10-24 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-10-254-61/+107
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-232-10/+4
* * gjavah.c (jni_print_char): Fix thinko in last change.ghazi2001-10-222-1/+3
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-215-26/+23
* ada/rth2001-10-172-1/+5
* 2001-10-15 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-10-152-7/+19
* * parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPRbothner2001-10-113-35/+13
* * parse.y (patch_if_else_statement): If the condition is constant,bothner2001-10-112-3/+22
* 2001-10-09 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-10-092-4/+27
* * parse.y (find_as_inner_class): Don't disregard the enclosing scopebryce2001-10-092-12/+6
* Fix for PR java/4489:tromey2001-10-082-2/+10
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-075-5/+12
* 2001-10-03 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-10-042-5/+11
* 2001-09-26 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-272-8/+20
* 2001-09-22 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-222-3/+10
* 2001-09-20 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-222-0/+12
* gcc/rth2001-09-213-15/+81
* 2001-09-19 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-213-58/+104
* * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-09-183-1457/+1430
* * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Calltromey2001-09-172-0/+6
* 2001-09-13 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-143-17/+61
* * verify.c (verify_jvm_instructions): Fix typo.mmitchel2001-09-142-1/+5
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-133-8/+13