aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-05-20parse.y (resolve_package): Correctly set `*next' (was off by one.)Alexandre Petit-Bianco3-4/+16
2000-05-19parse.y (block_end:): If the collected block doesn't feature a statement, ins...Alexandre Petit-Bianco3-273/+282
2000-05-19parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by...Alexandre Petit-Bianco3-4/+5
2000-05-19Reverted incorrectly applied changeTom Tromey2-0/+4
2000-05-19java-tree.h: Added init state enum.Tom Tromey4-17/+43
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey4-249/+261
2000-05-19jcf-write.c (generate_classfile): Scan the source_file for slashes with the r...Alexandre Oliva2-1/+6
2000-05-18Andrew's last commit changed a ChangeLog entry to say that I wrote a patch th...Tom Tromey1-1/+1
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney3-3/+9
2000-05-09top level:Zack Weinberg13-196/+286
2000-05-09expr.c (build_jni_stub): Cache the result of _Jv_LookupJNIMethod.Tom Tromey2-4/+25
2000-05-06decl.c (predef_filenames_size): Now 7.Alexandre Petit-Bianco2-1/+7
2000-05-05boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey4-9/+32
2000-05-04jcf-dump.c (SPECIAL_IINC): Ensure arguments match format specifiers in calls ...Kaveh R. Ghazi2-2/+7
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-6/+6
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey5-6/+31
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey12-244/+447
2000-05-01re GNATS gcj/195: (gcj fail on code to implement an inner interface.)Alexandre Petit-Bianco2-2/+4
2000-05-01(The patch contained impurities -- this should fix the situation.)Alexandre Petit-Bianco2-181/+239
2000-05-01re GNATS gcj/195: (gcj fail on code to implement an inner interface.)Alexandre Petit-Bianco2-5/+33
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey6-251/+326
2000-04-27decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>Alexandre Petit-Bianco2-0/+6
2000-04-27zextract.c (find_zip_file_start): New function.Tom Tromey2-7/+34
2000-04-25re GNATS gcj/181 (gcj crashes on inner classes/interfaces definition/usage.)Alexandre Petit-Bianco3-0/+19
2000-04-24parse.y (lookup_field_wrapper): Search for final local aliases.Alexandre Petit-Bianco3-204/+296
2000-04-24parse.y (source_start_java_method): Deleted unecessary code.Alexandre Petit-Bianco3-290/+173
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