OSDN Git Service

* class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
[pf3gnuchains/gcc-fork.git] / gcc / java / class.c
2000-05-02 tromey * class.c (add_method_1): Set both DECL_EXTERNAL and...
2000-04-06 apbianco2000-04-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-04-05 apbianco2000-04-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-04-04 ghazi * boehm.c (mark_reference_fields, set_bit): Prototype.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 apbianco2000-03-22 Alexandre Petit-Bianco <apbianco@cygnus...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-16 tromey * lang.c (flag_hash_synchronization): New global.
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-03-07 apbianco2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-04 tromey * Makefile.in (JAVA_OBJS): Added boehm.o.
2000-02-26 green2000-02-25 Anthony Green <green@cygnus.com>
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
1999-12-31 ghazi * class.c (assume_compiled, assume_compiled_node)...
1999-12-30 apbianco1999-12-14 Alexandre Petit-Bianco <apbianco@cygnus...
1999-12-14 apbiancoTue Dec 14 14:20:16 1999 Per Bothner <per@bothner...
1999-11-21 green * constants.c (find_methodref_index): Unwrap...
1999-11-19 apbiancoWed Nov 17 21:09:28 1999 Alexandre Petit-Bianco ...
1999-11-05 tromey * class.c (finish_class): Emit inlined methods if...
1999-10-29 apbiancoFri Oct 29 14:23:32 1999 Alexandre Petit-Bianco ...
1999-09-11 apbiancoThu Sep 9 17:33:28 1999 Alexandre Petit-Bianco ...
1999-09-02 ghazi * class.c (finish_class): Remove unused parameter...
1999-08-19 apbiancoWed Aug 18 13:17:15 1999 Alexandre Petit-Bianco ...
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-07-01 aph1999-06-24 Andrew Haley <aph@cygnus.com>
1999-06-02 apbiancoWed Jun 2 10:44:38 1999 Anthony Green <green@cygnus...
1999-05-19 ghaziWarning fixes:
1999-05-05 bothnerd
1999-05-03 apbiancoFri Apr 30 17:54:40 1999 Alexandre Petit-Bianco ...
1999-04-26 apbiancoSat Apr 24 16:50:19 1999 Alexandre Petit-Bianco ...
1999-04-05 ghazi * class.c (add_method_1): Cast the argument...
1999-03-28 ghaziWarning fixes:
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-03-19 apbianco1999-03-19 Alexandre Petit-Bianco <apbianco@cygnus...
1999-03-15 bothnerT
1999-03-12 apbianco1999-03-12 Alexandre Petit-Bianco <apbianco@cygnus...
1999-03-08 bothner
1999-03-06 ghazi * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-02-19 bothnerT
1999-02-17 aph1999-02-09 Andrew Haley <aph@cygnus.com>
1999-02-05 aph1999-02-05 Andrew Haley <aph@cygnus.com>
1999-02-04 aph1999-02-04 Andrew Haley <aph@cygnus.com>
1999-01-23 ghaziUpdate copyrights for the last patch
1999-01-23 ghaziWarning fixes:
1999-01-13 apbiancoWed Jan 13 01:24:54 1999 Alexandre Petit-Bianco ...
1998-12-12 bothner
1998-12-11 tromey * expr.c (invoke_build_dtable): Renamed dtable ->...
1998-12-02 apbiancoWed Dec 2 15:52:25 1998 Alexandre Petit-Bianco ...
1998-12-01 apbiancoTue Dec 1 13:53:24 1998 Alexandre Petit-Bianco ...
1998-11-25 bothnerd
1998-11-24 apbiancoTue Nov 24 17:06:38 1998 Per Bothner <bothner@cygnus...
1998-11-19 apbiancoWed Nov 18 23:54:53 1998 Alexandre Petit-Bianco ...
1998-11-12 bothner
1998-11-10 apbiancoTue Nov 10 12:34:03 1998 Alexandre Petit-Bianco ...
1998-10-30 tromey * class.c (build_class_ref): Changed name of primitive...
1998-10-30 tromey * class.c (make_class_data): Renamed fields: nmethods to
1998-10-28 apbiancoWed Oct 28 08:03:31 1998 Alexandre Petit-Bianco ...
1998-10-28 tromey * decl.c (init_decl_processing): Renamed fields.
1998-10-22 tromey * java-tree.h (finalize_identifier_node): Don't declare.
1998-10-21 apbiancoWed Oct 21 07:54:11 1998 Alexandre Petit-Bianco ...
1998-10-20 apbiancoTue Oct 20 09:15:38 1998 Alexandre Petit-Bianco ...
1998-10-12 bothner*** empty log message ***
1998-09-14 law * Makefile.in: Add many missing dependencies.
1998-09-06 greenInitial revision