summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* jcf-parse.c (get_constant): Decode from IEEE no matter what the target format.Richard Henderson2002-09-212-30/+27
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-2112-55/+70
* re PR java/7950 (jc1 parses files ending in 0x0d incorrectly)Tom Tromey2002-09-172-1/+6
* Index: gcc/ChangeLogGeoffrey Keating2002-09-162-1/+6
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-164-53/+54
* s/Fix/Follow/Kazu Hirata2002-09-151-1/+1
* * lang.c: Fix spelling conventions.Kazu Hirata2002-09-152-1/+5
* parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t...Per Bothner2002-09-112-16/+15
* For PR java/5794:Jesse Rosenstock2002-09-112-2/+9
* parse.y (DIR_SEPARATOR): Don't define.Ranjit Mathew2002-09-092-8/+8
* verify.c (verify_jvm_instructions): Allow exception handler inside code that ...Andrew Haley2002-09-053-4/+14
* gcj.texi: Add chapter about system properties.Mark Wielaard2002-09-022-9/+245
* parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS...Tom Tromey2002-08-262-2/+10
* * gcj.texi (Invoking gij): Document -cp and -classpath.Tom Tromey2002-08-222-0/+12
* re PR libgcj/7633 ($(prefix)/share used rather than $(datadir))Tom Tromey2002-08-222-1/+4
* For PR java/6005 and PR java/7611:Tom Tromey2002-08-222-1/+19
* gcj.texi (Class Initialization): Mention class initialization of arrays.Tom Tromey2002-08-162-10/+16
* Make-lang.in (java-tree-inline.o): New.Andrew Haley2002-08-167-13/+198
* For PR java/7483:Jesse Rosenstock2002-08-132-0/+12
* jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay2002-08-092-0/+9
* configure.in (enable_coverage): New enable switch.Nathan Sidwell2002-08-082-0/+5
* Index: ChangeLogGeoffrey Keating2002-08-053-3/+5
* Index: ChangeLogGeoffrey Keating2002-08-048-10/+11
* gcc-common.texi (version-GCC): Increase to 3.3.Joseph Myers2002-08-042-1/+5
* * lex.c (java_lex): Check for `e' or `E' after 0.Tom Tromey2002-07-232-2/+7
* expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...Richard Henderson2002-07-212-0/+28
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-212-8/+7
* builtins.def: Make the argument types of abort and exit independent of the fr...Roger Sayle2002-07-112-3/+7
* c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2002-07-072-2/+9
* re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2002-07-062-1/+9
* For PR libgcj/7073:Tom Tromey2002-07-022-1/+8
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-012-26/+36
* gcj.texi: Fixed gcj invocation example so that it compiles.T.J. Mather2002-07-012-1/+5
* parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.Kaveh R. Ghazi2002-06-272-4/+8
* lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi2002-06-273-3/+8
* lex.c (java_read_char): Avoid "comparison is always true" warning.Kaveh R. Ghazi2002-06-262-2/+7
* * expr.c (JSR): Avoid undefined operation on PC.Andreas Schwab2002-06-252-1/+9
* mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2002-06-212-1/+5
* parse.y (class_declaration, [...]): Make sure all their rules have an action...Akim Demaille2002-06-132-6/+18
* jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey2002-06-118-81/+205
* 2002-06-10 Akim Demaille <akim@epita.fr>Akim Demaille2002-06-112-760/+765
* * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.Tom Tromey2002-06-112-1/+3
* re PR java/6865 (gcj: segmentation fault on incorrect input)Tom Tromey2002-06-112-3/+17
* Don't use RTL inlining. Fix for PR java/6820.Bryce McKinlay2002-06-102-0/+38
* gjavah.c (throwable_p): Accept argument as either a classname or signature fr...Bryce McKinlay2002-06-102-10/+27
* jcf-path.c (jcf_path_init): Allocate 1 more byte for string.H.J. Lu2002-06-082-1/+5
* * jcf-write.c (perform_relocations): Optmize a goto to a goto.Tom Tromey2002-06-042-0/+35
* gcj.texi (Input Options): Fixed typo.Michael Koch2002-06-042-1/+5
* java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg2002-06-0410-181/+51
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-0415-480/+468