Age | Commit message (Expand) | Author | Files | Lines |
2000-06-01 | class.c (common_enclosing_context_p): New function. | Alexandre Petit-Bianco | 1 | -9/+11 |
2000-05-09 | top level: | Zack Weinberg | 1 | -2/+2 |
2000-04-24 | Respective ChangeLogs for common, cp/, java/ | Robert Lipe | 1 | -5/+1 |
2000-04-21 | [multiple changes] | Alexandre Petit-Bianco | 1 | -2/+5 |
2000-04-06 | re GNATS gcj/164 (compiler permits "volatile final" variables) | Tom Tromey | 1 | -1/+1 |
2000-03-22 | [multiple changes] | Alexandre Petit-Bianco | 1 | -0/+11 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -17/+217 |
2000-03-06 | [multiple changes] | Alexandre Petit-Bianco | 1 | -1/+0 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 1 | -1/+1 |
2000-01-25 | parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation. | Kaveh R. Ghazi | 1 | -2/+9 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -24/+24 |
2000-01-06 | Makefile.in (LIBDEPS): Added gcc's errors.o | Alexandre Petit-Bianco | 1 | -5/+18 |
1999-12-31 | class.c (assume_compiled, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-12-31 | parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation. | Kaveh R. Ghazi | 1 | -13/+12 |
1999-12-30 | class.c (class_depth): Return -1 if the class doesn't load properly. | Alexandre Petit-Bianco | 1 | -0/+1 |
1999-12-12 | parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL... | Alexandre Petit-Bianco | 1 | -1/+1 |
1999-12-10 | parse.h (BUILD_THROW): Add support for sjlj-exceptions. | Andrew Haley | 1 | -1/+1 |
1999-10-14 | jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non... | Kaveh R. Ghazi | 1 | -6/+13 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -1/+0 |
1999-08-04 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
1999-05-05 | class.c (make_field_value): DECL_INITIAL may be a string literal... | Per Bothner | 1 | -12/+0 |
1999-05-03 | check-init.c (check_init): Exclude a case of error when doing xrefs. | Alexandre Petit-Bianco | 1 | -0/+7 |
1999-04-26 | class.c (layout_class_method): Generate <clinit>'s rtl for interfaces. | Alexandre Petit-Bianco | 1 | -3/+4 |
1999-04-21 | decl.c (predef_filenames, [...]): New globals | Alexandre Petit-Bianco | 1 | -0/+3 |
1999-03-27 | [multiple changes] | Alexandre Petit-Bianco | 1 | -2/+14 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -3/+4 |
1999-03-15 | class.c (make_class): Don't set CLASS_P here (because this function is also c... | Per Bothner | 1 | -2/+1 |
1999-03-12 | parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR. | Alexandre Petit-Bianco | 1 | -0/+7 |
1999-03-12 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+0 |
1999-03-06 | Makefile.in (jcf-parse.o): Depend on $(PARSE_H). | Kaveh R. Ghazi | 1 | -2/+5 |
1999-02-21 | decl.c (build_result_decl): New method. | Per Bothner | 1 | -18/+0 |
1999-02-19 | parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus... | Per Bothner | 1 | -9/+6 |
1999-02-19 | Use new TRY_FINALLY_EXPR tree node. | Per Bothner | 1 | -1/+0 |
1999-02-08 | parse.h: DECL_P renamed JDECL_P. | Alexandre Petit-Bianco | 1 | -3/+3 |
1999-01-29 | parse.h (BUILD_APPEND): If ARG is a non-String object reference... | Tom Tromey | 1 | -3/+10 |
1999-01-12 | class.c (maybe_layout_super_class): Fixed returned value. | Alexandre Petit-Bianco | 1 | -2/+7 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-06 | check-init.c: New file. | Per Bothner | 1 | -3/+0 |
1998-12-09 | java-tree.def (NEW_ARRAY_INIT): New Java tree code. | Alexandre Petit-Bianco | 1 | -2/+4 |
1998-12-03 | java-tree.h (java_layout_seen_class_methods): New function prototype. | Alexandre Petit-Bianco | 1 | -0/+6 |
1998-12-01 | class.c (layout_class_method): Don't report error on non-static overriding st... | Alexandre Petit-Bianco | 1 | -164/+1 |
1998-11-24 | [multiple changes] | Alexandre Petit-Bianco | 1 | -20/+23 |
1998-11-18 | class.c (unmangle_classname): Set QUALIFIED_P when appropriate. | Alexandre Petit-Bianco | 1 | -22/+41 |
1998-11-12 | Extensive changes. | Per Bothner | 1 | -6/+7 |
1998-11-10 | class.c (is_compiled_class): Call safe_layout_class for class compiled from s... | Alexandre Petit-Bianco | 1 | -3/+47 |
1998-10-28 | class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead. | Alexandre Petit-Bianco | 1 | -10/+41 |
1998-10-20 | class.c (is_compiled_class): New local variable seen_in_zip. | Alexandre Petit-Bianco | 1 | -0/+1 |
1998-10-16 | lex.c (setjmp.h): No longer included. | Alexandre Petit-Bianco | 1 | -1/+23 |
1998-10-14 | java-tree.h (pop_labeled_block, [...]): New function prototypes. | Alexandre Petit-Bianco | 1 | -9/+8 |
1998-10-14 | decl.c (runtime_exception_type_node, [...]): New global variables. | Alexandre Petit-Bianco | 1 | -1/+71 |