aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2002-09-15s/Fix/Follow/Kazu Hirata1-1/+1
2002-09-15* lang.c: Fix spelling conventions.Kazu Hirata2-1/+5
2002-09-11parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t...Per Bothner2-16/+15
2002-09-11For PR java/5794:Jesse Rosenstock2-2/+9
2002-09-09parse.y (DIR_SEPARATOR): Don't define.Ranjit Mathew2-8/+8
2002-09-05verify.c (verify_jvm_instructions): Allow exception handler inside code that ...Andrew Haley3-4/+14
2002-09-02gcj.texi: Add chapter about system properties.Mark Wielaard2-9/+245
2002-08-26parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS...Tom Tromey2-2/+10
2002-08-22* gcj.texi (Invoking gij): Document -cp and -classpath.Tom Tromey2-0/+12
2002-08-22re PR libgcj/7633 ($(prefix)/share used rather than $(datadir))Tom Tromey2-1/+4
2002-08-22For PR java/6005 and PR java/7611:Tom Tromey2-1/+19
2002-08-16gcj.texi (Class Initialization): Mention class initialization of arrays.Tom Tromey2-10/+16
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley7-13/+198
2002-08-13For PR java/7483:Jesse Rosenstock2-0/+12
2002-08-09jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay2-0/+9
2002-08-08configure.in (enable_coverage): New enable switch.Nathan Sidwell2-0/+5
2002-08-05Index: ChangeLogGeoffrey Keating3-3/+5
2002-08-04Index: ChangeLogGeoffrey Keating8-10/+11
2002-08-04gcc-common.texi (version-GCC): Increase to 3.3.Joseph Myers2-1/+5
2002-07-23* lex.c (java_lex): Check for `e' or `E' after 0.Tom Tromey2-2/+7
2002-07-21expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...Richard Henderson2-0/+28
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2-8/+7
2002-07-11builtins.def: Make the argument types of abort and exit independent of the fr...Roger Sayle2-3/+7
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2-2/+9
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2-1/+9
2002-07-02For PR libgcj/7073:Tom Tromey2-1/+8
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2-26/+36
2002-07-01gcj.texi: Fixed gcj invocation example so that it compiles.T.J. Mather2-1/+5
2002-06-27parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.Kaveh R. Ghazi2-4/+8
2002-06-27lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi3-3/+8
2002-06-26lex.c (java_read_char): Avoid "comparison is always true" warning.Kaveh R. Ghazi2-2/+7
2002-06-25* expr.c (JSR): Avoid undefined operation on PC.Andreas Schwab2-1/+9
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2-1/+5
2002-06-13parse.y (class_declaration, [...]): Make sure all their rules have an action...Akim Demaille2-6/+18
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey8-81/+205
2002-06-112002-06-10 Akim Demaille <akim@epita.fr>Akim Demaille2-760/+765
2002-06-11* Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.Tom Tromey2-1/+3
2002-06-11re PR java/6865 (gcj: segmentation fault on incorrect input)Tom Tromey2-3/+17
2002-06-10Don't use RTL inlining. Fix for PR java/6820.Bryce McKinlay2-0/+38
2002-06-10gjavah.c (throwable_p): Accept argument as either a classname or signature fr...Bryce McKinlay2-10/+27
2002-06-08jcf-path.c (jcf_path_init): Allocate 1 more byte for string.H.J. Lu2-1/+5
2002-06-04* jcf-write.c (perform_relocations): Optmize a goto to a goto.Tom Tromey2-0/+35
2002-06-04gcj.texi (Input Options): Fixed typo.Michael Koch2-1/+5
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg10-181/+51
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating15-480/+468
2002-06-02re PR java/5913 (Core dump for String constant instanceof)Tom Tromey2-0/+14
2002-06-02Fix for PR java/1343, PR java/6336:Tom Tromey3-71/+166
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg6-3/+12
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell6-17/+229
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2-1/+5