aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-09jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE.Kaveh R. Ghazi3-20/+21
2003-01-09re PR target/8343 ([m68k] [3.2 regression] m68k-elf/rtems ICE at instantiate_...Jan Hubicka1-5/+12
2003-01-09Make-lang.in (java.install-common, [...]): Prepend $(DESTDIR) to destination ...Christian Cornelssen2-52/+61
2003-01-08* java-tree.h: Protect against multiple inclusion.Nathanael Nerode2-0/+8
2003-01-07class.c (add_assume_compiled): Don't adjust parent if we're already at the ro...Tom Tromey2-2/+9
2003-01-05Warning fixes:Kaveh R. Ghazi2-0/+5
2003-01-03re PR java/8712 (ICE at fold-const.c:2934)Tom Tromey2-3/+7
2003-01-03gcj.texi (Standard Properties): Document http.proxyHost and http.proxyPort.Tom Tromey2-0/+9
2003-01-03* gcj.texi (GNU Classpath Properties): Document new properties.Tom Tromey2-0/+13
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher10-11/+20
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher48-225/+285
2002-12-30Minor typosDJ Delorie1-1/+1
2002-12-30i* Make-lang.in: Protect against texi2pod/pod2man failing.DJ Delorie2-16/+20
2002-12-28cpp.texi, [...]: Use @copying.Joseph Myers2-45/+35