summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Andrew Haley1999-01-212-1/+60
* java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1999-01-195-23/+56
* parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...Andrew Haley1999-01-183-5/+20
* * Makefile.in (zextract.o): Add dependencies.Jeffrey A Law1999-01-172-0/+3
* * Makefile.in: Do not put ^Ls at the start of a line.Jeffrey A Law1999-01-172-3/+7
* expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1999-01-161-0/+17
* expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1999-01-163-6/+16
* expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1999-01-161-3/+5
* gjavah.c (generate_access): Translate Java package private or protected acces...Per Bothner1999-01-161-9/+5
* expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley1999-01-134-12/+22
* class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1999-01-126-462/+565
* Fix FSF address in copyright header.Jeff Law1999-01-111-1/+2
* Update FSF address in copyright header.Jeff Law1999-01-111-1/+2
* gjavah.c (java_float_finite): Use a union to do type punning.Richard Henderson1999-01-102-4/+17
* parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1999-01-091-0/+9
* parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1999-01-091-1/+1
* parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1999-01-092-6/+12
* check-init.c (check_init): If compiling to native, we don't see THROW_EXPR.Per Bothner1999-01-082-5/+15
* parse-scan.y (variable_declarator_id): Set or increment bracket_count.Tom Tromey1999-01-083-92/+157
* jcf-parse.c (yyparse): variable len changed from a char to an int to prevent ...Andrew Haley1999-01-072-2/+7
* iPer Bothner1999-01-061-7/+6
* Fix copyrights.Jeff Law1999-01-0610-10/+10
* check-init.c: New file.Per Bothner1999-01-066-476/+647
* check-init.c: New file.Per Bothner1999-01-062-3/+699
* check-init.c: New file.Per Bothner1999-01-061-0/+23
* parse.y: include system.h instead of including standard headers directly with...Graham Stott1999-01-061-0/+5
* parse.y: include system.h instead of including standard headers directly with...Graham Stott1999-01-061-10/+2
* lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1999-01-064-30/+35
* * Make-lang.in ($(GCJ).o): Depend on prefix.h.Kaveh R. Ghazi1999-01-052-1/+5
* expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1998-12-234-73/+88
* expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1998-12-232-0/+24
* expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1998-12-231-24/+166
* configure.in: Handle Digital UNIX 5.x the same as 4.x.John F. Carr1998-12-202-6/+10
* parse.y (check_class_interface_creation): Use DIR_SEPARATOR consistently.Tom Tromey1998-12-183-2/+7
* parse.y (DIR_SEPARATOR): New define.Tom Tromey1998-12-173-427/+442
* parse-scan.y (report_main_declaration): Recognize `java.lang.String' in argum...Tom Tromey1998-12-173-2/+9
* * parse.y (create_interface): Remove bogus test.Per Bothner1998-12-163-10/+4
* jcf-parse.c (get_constant): Set TREE_TYPE for string constants.Per Bothner1998-12-162-1/+7
* * parse-scan.y (qualified_name): Use correct sprintf format.Tom Tromey1998-12-163-6/+10
* gjavah.c (print_field_info): Changed how most negative number is printed.Tom Tromey1998-12-152-14/+19
* parse.y (fold_constant_for_init): New function.Per Bothner1998-12-141-0/+20
* parse.y (fold_constant_for_init): New function.Per Bothner1998-12-142-453/+787
* gjavah.c (print_field_info): If value to print is the smallest value of its s...Tom Tromey1998-12-142-13/+40
* gjavah.c (decompile_method): Decompile `return null'.Tom Tromey1998-12-142-1/+31
* parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1998-12-131-0/+8
* parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1998-12-131-0/+6
* parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1998-12-131-0/+6
* gjavah.c (decompile_method): Handle all types of `return' opcode.Tom Tromey1998-12-132-2/+34
* jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD.Tom Tromey1998-12-133-5/+57
* *** empty log message ***Per Bothner1998-12-121-0/+2