aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2003-02-28re PR java/9695 (Inner class bug prevent GNU Classpath from compiling)Tom Tromey3-6/+25
2003-02-26jcf-write.c (generate_classfile): Check whether class is deprecated before wr...Tom Tromey2-2/+7
2003-02-26builtins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete.Roger Sayle2-17/+11
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey13-2612/+2832
2003-02-20Change base class access representation.Nathan Sidwell2-2/+6
2003-02-12decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to refle...Ranjit Mathew3-10/+40
2003-02-08jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename ...Roger Sayle2-1/+6
2003-02-06Reverted erroneously applied patchTom Tromey1-29/+4
2003-02-04fastjar.texi: Update to GFDL 1.2.Joseph Myers2-1/+5
2003-02-03parse.y (java_expand_classes): Scan the whole class list looking for access m...Andrew Haley2-0/+64
2003-02-03Fix for java/4269:Adrian Bunk3-4/+12
2003-02-01* gjavah.c (throwable_p): Allocate 1 more byte for string.Mark Wielaard2-1/+5
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell2-3/+9
2003-01-30jcf-parse.c (read_class): Update identifier's class value if it changed durin...Tom Tromey2-0/+9
2003-01-30Make-lang.in (po-generated): Find the targets in $(parsedir).Loren J. Rittle2-8/+15
2003-01-29parse.y (patch_assignment): Only transform the rhs of an assignment when comp...Tom Tromey2-1/+6
2003-01-29* jcf-write.c (generate_bytecode_conditional): Typo fixes.Tom Tromey2-2/+6
2003-01-28lex.c (java_lex): Don't include UEOF as part of token.Tom Tromey2-14/+28
2003-01-28parse.y (java_check_regular_methods): Check for construct after checking type...Tom Tromey2-11/+16
2003-01-24builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka1-4/+7
2003-01-24class.c (build_static_field_ref): Only a String or numeric field can fold to ...Tom Tromey2-2/+17
2003-01-24jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of file name in r...Tom Tromey2-1/+8
2003-01-23expr.c (build_known_method_ref): Use method's context to find method table in...Tom Tromey2-5/+13
2003-01-23* constants.c (set_constant_entry): Allocated cleared memory.Tom Tromey2-2/+13
2003-01-23java-tree.h: Don't use PARAMS.Tom Tromey3-15/+16
2003-01-23jcf-parse.c (process_zip_dir): Remove unused variable.Nathanael Nerode2-1/+4
2003-01-22expr.c (build_invokeinterface): Abort if method's context is not an interface.Tom Tromey2-4/+10
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey11-203/+434
2003-01-21class.c (supers_all_compiled): New function.Tom Tromey2-7/+23
2003-01-21parse.y (method_header): Native method can't be strictfp.Tom Tromey2-0/+17
2003-01-21Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...Kaveh R. Ghazi2-0/+6
2003-01-18check-init.c: Fix comment typos.Kazu Hirata18-32/+52
2003-01-18Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).Kaveh R. Ghazi3-1/+7
2003-01-17* jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.Kaveh R. Ghazi2-4/+7
2003-01-17builtins.c (java_build_function_call_expr): Renamed from build_function_call_...Kaveh R. Ghazi2-5/+8
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi3-1/+5
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2-1/+6
2003-01-14class.c (make_class_data): Check that super is compiled before building class...Tom Tromey2-1/+7
2003-01-14decl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -...Andrew Haley2-1/+8
2003-01-14decl.c (java_init_decl_processing): Temporarily back out previous patch.Andrew Haley2-3/+6
2003-01-14[multiple changes]Andrew Haley3-2/+48
2003-01-12Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.Kaveh R. Ghazi3-9/+8
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi29-1846/+842
2003-01-10* parse.y (check_pkg_class_access): ANSIfy definition.Nathanael Nerode2-4/+5
2003-01-10missed from last checkinKaveh Ghazi1-0/+3
2003-01-10decl.c, [...]: Don't cast return value of xmalloc et al.Kaveh Ghazi3-12/+10
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi5-19/+23
2003-01-10Merge from pch-branch.Geoffrey Keating14-183/+211
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi38-911/+865
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi10-147/+69