summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey2000-09-121-5/+26
* top level:Zack Weinberg2000-08-291-1/+1
* javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley2000-08-291-2/+2
* class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco2000-08-111-3/+3
* [multiple changes]Alexandre Petit-Bianco2000-07-271-5/+4
* [multiple changes]Alexandre Petit-Bianco2000-06-211-1/+1
* re GNATS gcj/207 (Compiler failure)Alexandre Petit-Bianco2000-06-011-0/+2
* top level:Zack Weinberg2000-05-091-3/+3
* class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey2000-05-021-1/+14
* [multiple changes]Alexandre Petit-Bianco2000-03-281-1/+1
* Added Java 1.1 language features.Alexandre Petit-Bianco2000-03-131-17/+41
* expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green2000-02-261-0/+8
* [multiple changes]Alexandre Petit-Bianco2000-02-211-12/+1
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-11/+11
* Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco2000-01-061-18/+0
* class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1999-12-311-2/+1
* class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1999-12-301-0/+2
* jcf-parse.c (saw_java_source): Global variable removed.Alexandre Petit-Bianco1999-12-061-27/+15
* constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1999-11-211-1/+2
* jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey1999-10-191-0/+2
* gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1999-09-161-2/+2
* class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1999-09-021-1/+1
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-8/+10
* decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1999-04-211-3/+49
* Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi1999-04-051-0/+3
* class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1999-04-051-1/+1
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-6/+7
* Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1999-03-061-10/+11
* jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_AR...Andrew Haley1999-02-181-4/+6
* [multiple changes]Alexandre Petit-Bianco1999-02-161-0/+2
* Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1999-02-021-1/+1
* Warning fixes:Kaveh R. Ghazi1999-01-231-0/+1
* jcf-parse.c (yyparse): variable len changed from a char to an int to prevent ...Andrew Haley1999-01-071-2/+2
* Fix copyrights.Jeff Law1999-01-061-1/+1
* check-init.c: New file.Per Bothner1999-01-061-33/+53
* jcf-parse.c (get_constant): Set TREE_TYPE for string constants.Per Bothner1998-12-161-1/+2
* Loks of changes so we can better compile from source.Per Bothner1998-12-121-3/+13
* java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1998-12-031-1/+1
* java-tree.h (end_params_node): Declare global.Per Bothner1998-11-251-3/+2
* [multiple changes]Alexandre Petit-Bianco1998-11-241-12/+37
* [multiple changes]Alexandre Petit-Bianco1998-11-191-7/+4
* class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1998-11-181-7/+13
* jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): New macro.Per Bothner1998-11-151-0/+12
* jcf-parse.c (get_constant): Place braces around code to compute 'd' when REAL...Nick Clifton1998-11-101-4/+6
* class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1998-11-101-31/+20
* class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1998-10-281-35/+37
* [multiple changes]Tom Tromey1998-10-221-5/+3
* jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1998-10-221-24/+19
* class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1998-10-211-2/+2
* class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1998-10-201-46/+87