aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth4-4/+12
2002-03-16re PR java/5935 (problem with anonymous inner classes)Bryce McKinlay2-6/+23
2002-03-15Fix gcj -R.Anthony Green2-4/+6
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2-16/+14
2002-03-12re PR java/5923 (gcj -C generates incorrect bytecode)Tom Tromey2-44/+7
2002-03-12re PR java/5848 (gcj "crashes" on syntax with complex cast)Tom Tromey2-2/+13
2002-03-12* jcf-write.c (write_classfile): Improve error strings.Bryce McKinlay2-2/+6
2002-03-12re PR java/5902 (Gcj fails to parse float)Eric Blake2-75/+84
2002-03-11parse.y (patch_assignment): Wrap the right-hand-side with a save_expr to prev...Bryce McKinlay3-3/+19
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay2-0/+10
2002-03-09parse.y (java_complete_lhs): Check if patch_assignment returned an error-mark.Per Bothner2-6/+9
2002-03-08re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)Per Bothner2-11/+17
2002-03-07Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.Jeff Sturm2-0/+9
2002-03-05builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSEDDavid Billinghurst2-3/+9
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