aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2003-04-14* gjavah.c (print_c_decl): Indentation fix.Tom Tromey2-6/+10
2003-04-13tree.c (build_constructor): New function.Zack Weinberg5-18/+24
2003-04-10re PR java/10253 (String concatenation with int zero, as in ""+0, results in ...Eric Blake2-19/+36
2003-04-10[multiple changes]Andrew Haley6-10/+143
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher3-42/+0
2003-03-30fastjar.texi: Remove @ at start of file.Joseph Myers2-1/+5
2003-03-25* parse.y (create_interface): Call CHECK_DEPRECATED.Tom Tromey2-0/+7
2003-03-23configure.in: Check whether it is necessary to link against libm to use ldexp.Zack Weinberg2-427/+432
2003-03-21javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg4-88/+188
2003-03-20Makefile.in (STRICT2_WARN): Add @WERROR@.Loren J. Rittle1-1/+1
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode2-12/+17
2003-03-19lex.c (do_java_lex): Renamed from java_lex.Tom Tromey2-1/+26
2003-03-13parse.y (resolve_inner_class): Error if qualifier is a primitive type.Tom Tromey2-2/+14
2003-03-12gjavah.c (is_first_data_member): New global variable.Andrew Haley2-0/+23
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in another...Tom Tromey3-1/+28
2003-03-11jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.Andrew Haley2-1/+6
2003-03-10jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f...Ranjit Mathew3-10/+47
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth2-67/+74
2003-03-07jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name...Ranjit Mathew3-5/+28
2003-03-04* Make-lang.in (java.tags): New target.Tom Tromey2-0/+8
2003-03-02re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle2-2/+11
2003-03-01parse.y (jdep_resolve_class): Only check deprecation if we found a decl.Tom Tromey2-1/+6
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