aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg4-23/+7
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi5-5/+12
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner9-76/+101
2002-03-02Fix for PR java/5758, java/5632:Alexandre Petit-Bianco3-9/+41
2002-02-28* expr.c (build_java_arraystore_check): Fix formatting.Bryce McKinlay2-3/+7
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay9-130/+163
2002-02-28Makefile.in (integrate.o): Update.Neil Booth4-5/+21
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg3-5/+6
2002-02-23re PR java/2369 (--main should check the following symbol)Tom Tromey2-0/+51
2002-02-22class.c: Change vtable to be more compatible with g++ v3 abi.Per Bothner2-4/+30
2002-02-22parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit...Per Bothner2-1/+7
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-0/+15
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier7-70/+79
2002-02-20builtins.c (check_for_builtin): New function.Per Bothner5-32/+29
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey8-13/+54
2002-02-11class.c (build_utf8_ref): Move declaration of decl_sizeDavid Billinghurst2-13/+20
2002-02-07gcj.texi (Input Options): --CLASSPATH does not suppress system path.Tom Tromey2-1/+6
2002-02-04output.h (SECTION_OVERRIDE): Define.Anthony Green2-1/+20
2002-02-04* parse.y (java_expand_classes): Fix typo in static field loop.Bryce McKinlay2-0/+5
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson4-16/+48
2002-02-01added change for gcj manual.Nic Ferrier1-0/+4
2002-02-01* gcj.texi (About CNI): New node.Nic Ferrier1-1/+870
2002-02-01re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues3-8/+11
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers4-8/+13
2002-01-28expr.c (build_jni_stub): Ensure storage for `meth' is generated.Tom Tromey3-3/+17
2002-01-27reverted accidental checkinTom Tromey2-10/+3
2002-01-27builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT_IN_SQRTF.Andreas Tobler4-4/+16
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey8-41/+451
2002-01-22* parse.y (patch_switch_statement): Fix format specifier.Kaveh R. Ghazi2-2/+6
2002-01-16More for PR java/5365:Tom Tromey2-3/+16
2002-01-16* .cvsignore: Add man pages.Andreas Jaeger2-11/+21
2002-01-16re PR java/5365 (gcjh -stubs does not include correct files)Tom Tromey2-3/+16
2002-01-16For PR libgcj/5303:Tom Tromey1-2/+14
2002-01-14gcj.texi: Fix whitespace and formatting errors in the synopsis of the man pages.Matthias Klose2-9/+14
2002-01-14For PR libgcj/5303:Tom Tromey2-0/+74
2002-01-12jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST...Jeff Sturm2-1/+15
2002-01-06Fix date in last entry.Graham Stott1-1/+1
2002-01-06class.c (compile_resource_file): Update copyright date.Graham Stott1-0/+7
2002-01-03class.c (compile_resource_file): Update copyright date.Graham Stott2-4/+5
2002-01-03jcf-parse.c: Update copyright date.Graham Stott1-0/+5
2002-01-03tree.h: Update copyright date.Graham Stott1-2/+3
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi2-1/+5
2002-01-01parse.y (dump_java_tree): New function.Tom Tromey3-2/+37
2001-12-29gen-table.pl: Don't process characters after \uffff.Tom Tromey2-4/+14
2001-12-28gen-table.pl: Const-ify output.Kaveh R. Ghazi3-5/+16
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi7-47/+56
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi7-25/+43
2001-12-21boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..Richard Henderson2-21/+28
2001-12-21class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if t...Richard Henderson2-2/+8
2001-12-21* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.Richard Henderson2-0/+5