summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.tromey2002-11-022-2/+5
* * class.c (make_method_value): Put class name, not signature, intotromey2002-11-022-1/+6
* Reverted erroneous checkintromey2002-11-025-61/+42
* Fix for PR java/6388.tromey2002-11-025-42/+61
* * gcj.texi (Invoking gij): Document --showversion.tromey2002-10-252-2/+10
* * gjavah.c (decode_signature_piece): In JNI mode, printtromey2002-10-232-1/+7
* 2002-10-15 Andrew Haley <aph@redhat.com>aph2002-10-213-1/+131
* 2002-10-20 Ranjit Mathew <rmathew@hotmail.com>tromey2002-10-202-0/+8
* * jcf-parse.c (get_constant): Fix type warning.rth2002-10-162-1/+5
* 2002-10-15 Andrew Haley <aph@redhat.com>aph2002-10-152-0/+7
* 2002-10-14 Andrew Haley <aph@redhat.com>aph2002-10-142-6/+130
* * gcj.texi (Compatibility): Add Limitations and Extensions section.mark2002-10-112-4/+40
* cp:ghazi2002-10-112-1/+5
* * parse.y (merge_string_cste): Add parentheses around & within |.ghazi2002-10-092-1/+5
* * parse.y (variable_declarator_id): Simplify error path fortromey2002-10-082-6/+6
* * system.h (GCCBUGURL): Delete.zack2002-10-084-9/+14
* 2002-10-08 Andrew Haley <aph@redhat.com>aph2002-10-082-2/+10
* Fix string concatenation bug.green2002-10-082-2/+17
* 2002-10-03 Michael Koch <konqueror@gmx.de>mkoch2002-10-042-1/+6
* PR optimization/6627sayle2002-10-022-0/+14
* * jcf-dump.c (print_constant, case CONSTANT_float): Don't fallnathan2002-10-012-3/+16
* Fix docsgreen2002-09-302-1/+4
* Add -fno-assert flag.green2002-09-308-5/+52
* 2002-09-26 Andrew Haley <aph@redhat.com>aph2002-09-272-6/+29
* * jcf-parse.c (get_constant): Decode from IEEE no matterrth2002-09-212-30/+27
* * ChangeLog: Follow spelling conventions.kazu2002-09-2112-55/+70
* * lex.c (java_read_unicode_collapsing_terminators): Handle casetromey2002-09-172-1/+6
* Index: gcc/ChangeLoggeoffk2002-09-162-1/+6
* gcc/rth2002-09-164-53/+54
* s/Fix/Follow/kazu2002-09-151-1/+1
* * lang.c: Fix spelling conventions.kazu2002-09-152-1/+5
* 2002-09-11 Per Bothner <per@bothner.com>tromey2002-09-112-16/+15
* 2002-09-03 Jesse Rosenstock <jmr@ugcs.caltech.edu>tromey2002-09-112-2/+9
* 2002-09-09 Ranjit Mathew <rmathew@hotmail.com>tromey2002-09-092-8/+8
* 2002-08-28 Andrew Haley <aph@redhat.com>aph2002-09-053-4/+14
* * gcj.texi: Add chapter about system properties.mark2002-09-022-9/+245
* * parse.y (try_builtin_assignconv): Allow narrowing primitivetromey2002-08-262-2/+10
* * gcj.texi (Invoking gij): Document -cp and -classpath.tromey2002-08-222-0/+12
* * Make-lang.in (java/jcf-path.o): Use $(datadir), nottromey2002-08-222-1/+4
* For PR java/6005 and PR java/7611:tromey2002-08-222-1/+19
* * gcj.texi (Class Initialization): Mention class initialization oftromey2002-08-162-10/+16
* 2002-07-30 Andrew Haley <aph@cambridge.redhat.com>aph2002-08-167-13/+198
* 2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com>tromey2002-08-132-0/+12
* 2002-08-08 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2002-08-092-0/+9
* * configure.in (enable_coverage): New enable switch.nathan2002-08-082-0/+5
* Index: ChangeLoggeoffk2002-08-053-3/+5
* Index: ChangeLoggeoffk2002-08-048-10/+11
* * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.jsm282002-08-042-1/+5
* * lex.c (java_lex): Check for `e' or `E' after 0.tromey2002-07-232-2/+7
* * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't userth2002-07-222-0/+28