summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * c-lex.c (GET_ENVIRONMENT): Remove.neil2002-07-212-8/+7
* 2002-07-10 Roger Sayle <roger@eyesopen.com>sayle2002-07-112-3/+7
* * c-common.c (c_common_post_options): Update prototype;neil2002-07-072-2/+9
* PR c++/7099sayle2002-07-062-1/+9
* For PR libgcj/7073:tromey2002-07-022-1/+8
* * tree.h: Modify builtin_function interface to take an extrasayle2002-07-012-26/+36
* 2002-06-29 T.J. Mather <tjmather@maxmind.com>bryce2002-07-012-1/+5
* * parse.y (check_modifiers, declare_local_variables): Avoidghazi2002-06-272-4/+8
* * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.ghazi2002-06-273-3/+8
* * lex.c (java_read_char): Avoid "comparison is always true"ghazi2002-06-262-2/+7
* * expr.c (JSR): Avoid undefined operation on PC.schwab2002-06-252-1/+9
* cp:ghazi2002-06-212-1/+5
* 2002-06-13 Akim Demaille <akim@epita.fr>tromey2002-06-132-6/+18
* * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.tromey2002-06-118-81/+205
* 2002-06-10 Akim Demaille <akim@epita.fr>tromey2002-06-112-760/+765
* * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.tromey2002-06-112-1/+3
* * parse.y (method_header): Give error message in all cases.tromey2002-06-112-3/+17
* Don't use RTL inlining. Fix for PR java/6820.bryce2002-06-102-0/+38
* * gjavah.c (throwable_p): Accept argument as either a classname orbryce2002-06-102-10/+27
* 2002-06-08 H.J. Lu (hjl@gnu.org)hjl2002-06-082-1/+5
* * jcf-write.c (perform_relocations): Optmize a goto to a goto.tromey2002-06-042-0/+35
* 2002-06-04 Michael Koch <konqueror@gmx.de>tromey2002-06-042-1/+5
* * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,zack2002-06-0410-181/+51
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-0415-480/+468
* Fix for PR java/5913:tromey2002-06-022-0/+14
* Fix for PR java/1343, PR java/6336:tromey2002-06-023-71/+166
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-286-3/+12
* * configure.in (AC_CHECK_FUNCS): Add checks for scandir andmmitchel2002-05-196-17/+229
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-162-1/+5
* * jcf-write.c (write_classfile): Unlink the temporary file if itmmitchel2002-05-142-5/+12
* * java/jcf-write.c (write_classfile): Write the file to ammitchel2002-05-082-3/+20
* * gjavah.c (throwable_p): Use xstrdup, not strdup.tromey2002-05-082-2/+4
* Fix for PR java/1200:tromey2002-05-082-11/+119
* * parse.y (finish_for_loop): Fix if statement.aj2002-05-072-4/+8
* Fix for PR java/5941:tromey2002-05-073-2/+42
* For PR java/6519:mark2002-05-042-2/+9