aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-04-24Respective ChangeLogs for common, cp/, java/Robert Lipe2-5/+5
2000-04-23* boehm.c (mark_reference_fields): Use int_byte_position.Tom Tromey2-1/+5
2000-04-23boehm.c (mark_reference_fields): Only call byte_position on non-static fields.Tom Tromey2-1/+7
2000-04-22Convert C++ comment to block commentZack Weinberg1-2/+2
2000-04-22boehm.c (mark_reference_fields): Added `last_view_index' argument.Tom Tromey2-20/+38
2000-04-21[multiple changes]Alexandre Petit-Bianco4-182/+331
2000-04-21re GNATS gcj/124 (protected constructor for InvocationTargetException still v...Tom Tromey3-238/+178
2000-04-20jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.Jason Schroeder2-1/+5
2000-04-19parse.y (yyerror): `msg' can be null, don't use it in that case.Alexandre Petit-Bianco3-2/+6
2000-04-19* gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.Tom Tromey2-4/+11
2000-04-18[multiple changes]Alexandre Petit-Bianco3-180/+290
2000-04-18re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keyw...Tom Tromey2-21/+85
2000-04-17gjavah.c (print_name_for_stub_or_jni): Don't prefix method names with a newli...Bryce McKinlay2-5/+14
2000-04-17re GNATS gcj/205 (gcjh confused about similar method and attribute names)Tom Tromey2-2/+7
2000-04-06re GNATS gcj/140 (gcj permits assignment to array length)Tom Tromey3-8/+26
2000-04-05class.c (decl_hash): Prototype removed.Alexandre Petit-Bianco2-2/+5
2000-04-06re GNATS gcj/164 (compiler permits "volatile final" variables)Tom Tromey4-13/+41
2000-04-05class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.Alexandre Petit-Bianco5-259/+226
2000-04-05jcf-depend.c (add_entry): Fixed bug where list was always replaced with lates...Matt Welsh2-1/+6
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi7-432/+466
2000-03-31Fixed email address typo in Thu Mar 30, 2000 ChangeLog entry.Alexandre Petit-Bianco1-1/+1
2000-03-30expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000 patch missing ...Alexandre Petit-Bianco2-5/+12
2000-03-30gjavah.c (D_NAN_MASK): Only define as word-reversed when HOST_FLOAT_WORDS_BIG...Tom Tromey2-1/+6
2000-03-28parse-scan.y (pop_class_context): Reset `inner_qualifier_length' when negativ...Alexandre Petit-Bianco3-3/+9
2000-03-28[multiple changes]Alexandre Petit-Bianco5-1044/+1186
2000-03-27jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each Java-specific `-f...Tom Tromey2-1/+13
2000-03-26stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...Richard Kenner2-7/+17
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner4-26/+32
2000-03-22[multiple changes]Alexandre Petit-Bianco8-580/+1158
2000-03-22jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR...Alexandre Petit-Bianco2-3/+10
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2-1/+5
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner4-39/+49
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey7-11/+39
2000-03-16* lang.c (lang_decode_option): Enable -Wunused when -Wall given.Tom Tromey2-0/+7
2000-03-16decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey3-23/+66
2000-03-15re GNATS gcj/172 (compiler rejects inner-class argument to inner-class constr...Alexandre Petit-Bianco3-2/+9
2000-03-14check-init.c (check_init): Add new cases for unary and binary tree nodes.Andrew Haley2-0/+20
2000-03-13parse.y (resolve_package): Set `next' once a type name has been progressively...Alexandre Petit-Bianco3-156/+67
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco21-3071/+8759
2000-03-13typeck.c (build_prim_array_type): Correctly set the high word too.Hans Boehm2-1/+5
2000-03-07re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)Anthony Green2-3/+11
2000-03-07re GNATS gcj/102 (crashes when compiling try block from java source)Alexandre Petit-Bianco3-8/+21
2000-03-07re GNATS gcj/94 (compiler allows assignment to interface constants)Alexandre Petit-Bianco3-5/+21
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco6-2/+26
2000-03-07*** empty log message ***Alexandre Petit-Bianco2-341/+490
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner5-16/+29
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay6-14/+49
2000-03-06[multiple changes]Alexandre Petit-Bianco5-70/+132
2000-03-06* Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.Tom Tromey2-1/+5
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey7-8/+186