aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-01-29* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.Richard Henderson2-1/+5
1999-01-29parse.h (BUILD_APPEND): If ARG is a non-String object reference...Tom Tromey3-7/+19
1999-01-28check-init.c (check_bool2_init, [...]): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR,...Per Bothner2-2/+14
1999-01-28check-init.c (check_bool2_init, [...]): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR,...Per Bothner1-0/+3
1999-01-25except.c, [...] (expand_resume_after_catch): new function.Andrew Haley4-10/+18
1999-01-23Update copyrights for the last patchKaveh Ghazi14-14/+14
1999-01-23Warning fixes:Kaveh R. Ghazi22-544/+663
1999-01-21[multiple changes]Andrew Haley2-1/+60
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco5-23/+56
1999-01-18parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...Andrew Haley3-5/+20
1999-01-17* Makefile.in (zextract.o): Add dependencies.Jeffrey A Law2-0/+3
1999-01-17* Makefile.in: Do not put ^Ls at the start of a line.Jeffrey A Law2-3/+7
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-0/+17
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner3-6/+16
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-3/+5
1999-01-16gjavah.c (generate_access): Translate Java package private or protected acces...Per Bothner1-9/+5
1999-01-13expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley4-12/+22
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco6-462/+565
1999-01-11Fix FSF address in copyright header.Jeff Law1-1/+2
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1999-01-10gjavah.c (java_float_finite): Use a union to do type punning.Richard Henderson2-4/+17
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-0/+9
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-1/+1
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner2-6/+12
1999-01-08check-init.c (check_init): If compiling to native, we don't see THROW_EXPR.Per Bothner2-5/+15
1999-01-08parse-scan.y (variable_declarator_id): Set or increment bracket_count.Tom Tromey3-92/+157
1999-01-07jcf-parse.c (yyparse): variable len changed from a char to an int to prevent ...Andrew Haley2-2/+7
1999-01-06iPer Bothner1-7/+6
1999-01-06Fix copyrights.Jeff Law10-10/+10
1999-01-06check-init.c: New file.Per Bothner6-476/+647
1999-01-06check-init.c: New file.Per Bothner2-3/+699
1999-01-06check-init.c: New file.Per Bothner1-0/+23
1999-01-06parse.y: include system.h instead of including standard headers directly with...Graham Stott1-0/+5
1999-01-06parse.y: include system.h instead of including standard headers directly with...Graham Stott1-10/+2
1999-01-06lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner4-30/+35
1999-01-05* Make-lang.in ($(GCJ).o): Depend on prefix.h.Kaveh R. Ghazi2-1/+5
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner4-73/+88
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner2-0/+24
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-24/+166
1998-12-20configure.in: Handle Digital UNIX 5.x the same as 4.x.John F. Carr2-6/+10
1998-12-18parse.y (check_class_interface_creation): Use DIR_SEPARATOR consistently.Tom Tromey3-2/+7
1998-12-17parse.y (DIR_SEPARATOR): New define.Tom Tromey3-427/+442
1998-12-17parse-scan.y (report_main_declaration): Recognize `java.lang.String' in argum...Tom Tromey3-2/+9
1998-12-16* parse.y (create_interface): Remove bogus test.Per Bothner3-10/+4
1998-12-16jcf-parse.c (get_constant): Set TREE_TYPE for string constants.Per Bothner2-1/+7
1998-12-16* parse-scan.y (qualified_name): Use correct sprintf format.Tom Tromey3-6/+10
1998-12-15gjavah.c (print_field_info): Changed how most negative number is printed.Tom Tromey2-14/+19
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner1-0/+20
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner2-453/+787
1998-12-14gjavah.c (print_field_info): If value to print is the smallest value of its s...Tom Tromey2-13/+40