aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2005-05-27Correct Martin Loewis's last name ("oe" was "o" with umlaut) mangled byRanjit Mathew1-1/+1
2005-05-27re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew4-156/+309
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay2-20/+44
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson7-71/+176
2005-05-25common.opt (-Wattributes): New.DJ Delorie2-2/+9
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson8-38/+31
2005-05-24class.c (registered_class): Take it out of class_roots; turn into a vec of tr...Richard Henderson3-31/+39
2005-05-19re PR java/17845 (More problems with simple type names as superclasses)Paolo Bonzini2-42/+8
2005-05-15jcf-write.c (generate_bytecode_insns): Remove unused variable.Gerald Pfeifer2-1/+5
2005-05-15reverted erroneous checkinTom Tromey1-1/+0
2005-05-15re PR java/21519 (ICE in generate_bytecode_conditional, at java/jcf-write.c:1...Tom Tromey3-1/+7
2005-05-13[multiple changes]Bryce McKinlay2-1/+11
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey4-0/+26
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini4-24/+66
2005-05-04re PR java/20309 (gcjh needs a -force option)Thomas Fitzsimmons5-16/+234
2005-05-03re PR java/21245 (gcjh creates invalid/empty header files)Tom Tromey2-2/+23
2005-05-03constants.c, [...]: Update copyright.Kazu Hirata5-4/+9
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2-2/+5
2005-04-29expr.c (force_evaluation_order): Declare 'saved' earlier.Andrew Pinski2-1/+6
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley7-64/+185
2005-04-27gcj.texi (libgcj Runtime Properties): Remove obsolete gnu.gcj.runtime.NameFin...Bryce McKinlay2-24/+16
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi5-12/+9
2005-04-25Make-lang.in (java/decl.o, [...]): Depend on $(EXPR_H) instead of just expr.h.Jakub Jelinek2-2/+7
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi5-0/+27
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie8-24/+41
2005-04-21gcj.texi (Object fields): Change "Integer" to "Int" in example contructor.Bryce McKinlay2-1/+6
2005-04-21gcj.texi: Fix typos and bogus example.Bryce McKinlay2-3/+7
2005-04-19* except.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown2-7/+5
2005-04-19java-except.h (struct eh_range.handler): Remove unused field.Andrew Haley5-147/+207
2005-04-13elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown2-0/+11
2005-04-12lang.opt: Refer to the GCC internals documentation instead of c.opt.Richard Sandiford2-1/+5
2005-04-08system.h: Poison PARAMS.Kaveh R. Ghazi2-5/+9
2005-04-07class.c (push_class): By default, suppress debug output.Per Bothner2-0/+7
2005-04-07gcj.texi: Correct gcj-dbtool instructions.Andrew Haley2-2/+18
2005-04-04gcj.texi: Fix a typo.Kazu Hirata3-2/+7
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons2-4/+53
2005-04-01decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...Tom Tromey2-9/+21
2005-03-30[multiple changes]Jan Hubicka4-5/+19
2005-03-30* parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.Ian Lance Taylor2-1/+5
2005-03-30jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where inner_class_in...Tom Tromey2-7/+20
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey2-0/+14
2005-03-25From libjava...Anthony Green2-2/+9
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey2-1/+13
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers2-2/+4
2005-03-18re PR java/20522 (ICE in update_aliases, at java/decl.c:163)Andrew Haley2-1/+17
2005-03-17re PR java/20502 (gcj failure if .jar contains same .class twice)Bryce McKinlay2-17/+39
2005-03-17expr.c (expand_java_arrayload): Don't generate a NullPointerException based o...Andrew Haley2-24/+11
2005-03-16gcc-version.m4: Delete.Zack Weinberg2-33/+38
2005-03-11Main.java (main): Handle '-p'.Tom Tromey2-2/+12