summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gjavah.c (cxx_keywords): Const-ification.ghazi2001-09-127-9/+17
* * parse.h (ctxp_for_generation): Mark extern.rth2001-09-112-1/+5
* * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.rth2001-09-102-2/+6
* 2001-09-06 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-073-4/+6
* 2001-09-05 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-073-4/+46
* * java/typeck.c (java_array_type_length, build_prim_array_type):rth2001-09-072-6/+20
* gcj -R patchesgreen2001-09-061-0/+14
* * class.c (O_BINARY): Define if necessary.green2001-09-066-3/+195
* * parse.y (maybe_yank_clinit): A field without an initializer is notbothner2001-09-042-12/+14
* 2001-08-30 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-013-14/+53
* * class.c (set_constant_value): When not emiting class files, then abothner2001-08-312-2/+9
* Temporaily change error to wanring to hopefully allow boostrap.bothner2001-08-311-1/+1
* * jcf-write.c (generate_classfile): Check that field is primitivebothner2001-08-312-1/+8
* * parse.y (resolve_qualified_expression_name): If creating abothner2001-08-312-1/+7
* * jcf-io.c (open_class): Set filename field.bothner2001-08-304-24/+45
* * jcf-write.c (generate_classfile): Don't write ConstantValuebothner2001-08-303-1/+19
* * jcf-dump.c (print_constant): Fix fencepost error so "Float" andbothner2001-08-302-5/+15