aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-10/+14
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-0/+14
1999-02-19parse.y (check_pkg_class_access): Allow private class access within the same ...Alexandre Petit-Bianco1-0/+8
1999-02-19parse.y (check_pkg_class_access): Allow private class access within the same ...Alexandre Petit-Bianco1-4/+38
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner6-720/+547
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-21/+5
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-6/+10
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-0/+17
1999-02-18jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_AR...Andrew Haley1-0/+5
1999-02-18jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_AR...Andrew Haley1-4/+6
1999-02-17class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley4-22/+42
1999-02-16[multiple changes]Alexandre Petit-Bianco4-1711/+1728
1999-02-16parse.y (valid_builtin_assignconv_identity_widening_p): Got rid of an ancient...Alexandre Petit-Bianco2-16/+8
1999-02-10jvspec.c (xmalloc): Kill the prototype.Jeffrey A Law2-1/+5
1999-02-10lex.c (yylex): Encode \0 as UTF8.Alexandre Petit-Bianco2-2/+5
1999-02-10jvspec.c (lang_specific_driver): Use libgcj, not libjava.Tom Tromey4-24/+31
1999-02-10jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.Tom Tromey3-9/+14
1999-02-09lex.c (java_lang_cloneable): Initialize.Alexandre Petit-Bianco4-429/+462
1999-02-08parse.h: DECL_P renamed JDECL_P.Alexandre Petit-Bianco4-47/+80
1999-02-08lex.c (java_read_char): Fixed utf8 decoding.Alexandre Petit-Bianco4-68/+118
1999-02-05class.c (make_class_data): The superclass of an interface should be null, not...Andrew Haley3-2/+12
1999-02-04class.c (build_utf8_ref): Output signatures using '.' as a separator, rather ...Andrew Haley2-10/+21
1999-02-03Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and mkstemp.o.Marc Espie2-3/+8
1999-02-02* jcf-io.c: Do not include sys/stat.h or sys/wait.hJeffrey A Law2-2/+4
1999-02-02jvspec.c (xmalloc): Fix the prototype to match the one obtained from libiberty.hKaveh R. Ghazi2-2/+7
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner2-1/+3
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1-46/+93
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1-0/+14
1999-02-02parse.y (patch_method_invocation): Handle calling static methods...Per Bothner1-0/+8
1999-02-02parse.y (patch_method_invocation): Handle calling static methods...Per Bothner2-14/+38
1999-02-02Fix typo in comment.Per Bothner1-1/+2
1999-02-02jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug...Per Bothner1-0/+9
1999-02-02jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug...Per Bothner1-0/+14
1999-02-02jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug...Per Bothner1-2/+5
1999-02-01Makefile.in: Add missing dependencies for jcf-dump.o, gjavah.o, check-init.o,...Hans-Peter Nilsson2-8/+17
1999-02-01Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi6-22/+23
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg2-2/+6
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