summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* 2003-04-10 Eric Blake <ebb9@email.byu.edu>ericb2003-04-102-19/+36
* 2003-03-16 Mohan Embar <gnustuff@thisiscool.com>aph2003-04-106-10/+143
* 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>steven2003-04-063-42/+0
* fastjar:jsm282003-03-302-1/+5
* * parse.y (create_interface): Call CHECK_DEPRECATED.tromey2003-03-252-0/+7
* * configure.in: Check whether it is necessary to link againstzack2003-03-232-427/+432
* * javaop.h (jfloat, jdouble): Make them structures mirroringzack2003-03-214-88/+188
* * Makefile.in (STRICT2_WARN): Add @WERROR@.ljrittle2003-03-201-1/+1
* (gcc)neroden2003-03-192-12/+17
* * lex.c (do_java_lex): Renamed from java_lex.tromey2003-03-192-1/+26
* * parse.y (resolve_inner_class): Error if qualifier is a primitivetromey2003-03-132-2/+14
* 2003-03-04 Andrew Haley <aph@redhat.com>aph2003-03-122-0/+23
* * parse.y (resolve_field_access): Initialize class if field istromey2003-03-113-1/+28
* 2003-03-11 Andrew Haley <aph@redhat.com>aph2003-03-112-1/+6
* 2003-03-10 Ranjit Mathew <rmathew@hotmail.com>aph2003-03-103-10/+47
* * c-common.h (c_common_init, c_common_post_options): Update.neil2003-03-082-67/+74
* 2003-03-05 Ranjit Mathew <rmathew@hotmail.com>tromey2003-03-073-5/+28
* * Make-lang.in (java.tags): New target.tromey2003-03-042-0/+8
* PR c++/9367sayle2003-03-022-2/+11
* * parse.y (jdep_resolve_class): Only check deprecation if we foundtromey2003-03-012-1/+6
* PR java/9695:tromey2003-02-283-6/+25
* * jcf-write.c (generate_classfile): Check whether class istromey2003-02-262-2/+7
* * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.sayle2003-02-262-17/+11
* * lang-options.h: Added -Wdeprecated.tromey2003-02-2413-2612/+2832
* Change base class access representation.nathan2003-02-202-2/+6
* 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>tromey2003-02-123-10/+40
* * jcf-io.c (java_or_class_file): Use libiberty's lbasenamesayle2003-02-082-1/+6
* Reverted erroneously applied patchtromey2003-02-061-29/+4
* fastjar:jsm282003-02-042-1/+5
* 2003-01-31 Andrew Haley <aph@redhat.com>aph2003-02-032-0/+64
* 2003-01-31 Adrian Bunk <bunk@fs.tum.de>aph2003-02-033-4/+12
* * gjavah.c (throwable_p): Allocate 1 more byte for string.mark2003-02-012-1/+5
* * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.nathan2003-01-312-3/+9
* * jcf-parse.c (read_class): Update identifier's class value if ittromey2003-01-302-0/+9
* * Make-lang.in (po-generated): Find the targets in $(parsedir).ljrittle2003-01-302-8/+15
* * parse.y (patch_assignment): Only transform the rhs of antromey2003-01-292-1/+6
* * jcf-write.c (generate_bytecode_conditional): Typo fixes.tromey2003-01-292-2/+6
* * lex.c (java_lex): Don't include UEOF as part of token.tromey2003-01-282-14/+28
* * parse.y (java_check_regular_methods): Check for construct aftertromey2003-01-282-11/+16
* * builtins.c (DEF_BUILTIN): Accept 10 arguments.hubicka2003-01-241-4/+7
* * class.c (build_static_field_ref): Only a String or numeric fieldtromey2003-01-242-2/+17
* * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 oftromey2003-01-242-1/+8
* * expr.c (build_known_method_ref): Use method's context to findtromey2003-01-232-5/+13
* * constants.c (set_constant_entry): Allocated cleared memory.tromey2003-01-232-2/+13
* * java-tree.h: Don't use PARAMS.tromey2003-01-233-15/+16
* 2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-01-232-1/+4
* * expr.c (build_invokeinterface): Abort if method's context is nottromey2003-01-222-4/+10
* * gcj.texi (Input and output files): Mention non-class entries.tromey2003-01-2211-203/+434
* * class.c (supers_all_compiled): New function.tromey2003-01-212-7/+23
* * parse.y (method_header): Native method can't be strictfp.tromey2003-01-212-0/+17