OSDN Git Service

2006-02-20 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / java / jcf-parse.c
2001-09-06 green * class.c (O_BINARY): Define if necessary.
2001-08-30 bothner * jcf-io.c (open_class): Set filename field.
2001-08-24 apbianco2001-08-23 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-17 apbianco2001-08-16 Alexandre Petit-Bianco <apbianco@redhat...
2001-07-11 neil * Makefile.in (c-lex.o): Wrap long lines. Depend...
2001-07-05 apbianco2001-07-03 Alexandre Petit-Bianco <apbianco@redhat...
2001-07-04 dberlin2001-07-04 Daniel Berlin <dan@cgsoftware.com>
2001-06-27 apbianco2001-06-27 Alexandre Petit-Bianco <apbianco@redhat...
2001-05-21 bothner * jcf-parse.c (read_class): If class is from .class...
2001-04-21 bothner Fixes to compile multiple .class files at once.
2001-03-23 apbianco2001-03-22 Alexandre Petit-Bianco <apbianco@redhat...
2001-03-20 tromey * jcf-parse.c (read_class): Initialize `class'.
2001-03-20 tromey2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon...
2001-03-19 bothner * jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P
2001-03-19 bothnerFixes to process to command-line .class files in two...
2001-03-16 bothner * jcf-parse.c (yyparse): Set/reset input_filename...
2001-02-24 bothnerHandle compiling multiple input files at once, and...
2001-02-07 apbianco2001-02-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-02-01 apbianco2001-01-30 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-24 apbianco2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-21 bothner Various fixes to allow compiling a compressed .jar...
2001-01-21 bothner Minor optimization of static ggc roots.
2001-01-21 bothner * jcf-parse.c (ggc_mark_jcf): New function.
2001-01-15 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 apbianco2001-01-08 Alexandre Petit-Bianco <apbianco@cygnus...
2000-12-16 tromey * jcf-parse.c (jcf_parse_source): Set wfl_operator...
2000-11-24 green * jcf-parse.c (init_jcf_parse): Register curren...
2000-11-22 bryce2000-11-22 Bryce McKinlay <bryce@albatross.co.nz>
2000-11-17 zack * stringpool.c: New file.
2000-11-11 green2000-11-11 Anthony Green <green@redhat.com>
2000-11-10 ghazi * alpha.c (check_float_value): Use memcpy, not bcopy.
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-19 apbianco2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus...
2000-10-13 mmitchel Remove obstacks.
2000-10-08 apbiancoTue Oct 3 13:44:37 2000 Alexandre Petit-Bianco ...
2000-10-01 mmitchel * c-decl.c (c_expand_body): Don't generate RTL if...
2000-09-23 mmitchel * Make-lang.in (JAVA_SRCS): Include java-tree.h.
2000-09-13 tromey * jcf-parse.c: Include <locale.h>.
2000-09-12 tromey Fix for PR gcj/33:
2000-08-29 zacktop level:
2000-08-29 apbianco2000-08-22 Andrew Haley <aph@cygnus.com>
2000-08-11 apbianco2000-08-10 Alexandre Petit-Bianco <apbianco@cygnus...
2000-07-27 apbianco2000-07-25 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-22 apbianco2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-01 apbiancoThu Apr 27 17:47:34 2000 Alexandre Petit-Bianco ...
2000-05-09 zacktop level:
2000-05-02 tromey * class.c (add_method_1): Set both DECL_EXTERNAL and...
2000-03-28 apbianco2000-03-28 Alexandre Petit-Bianco <apbianco@cygnus...
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-02-26 green2000-02-25 Anthony Green <green@cygnus.com>
2000-02-21 apbiancoThu Feb 17 14:30:37 2000 Alexandre Petit-Bianco ...
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
2000-01-06 apbiancoFri Dec 24 00:25:29 1999 Alexandre Petit-Bianco ...
1999-12-31 ghazi * class.c (assume_compiled, assume_compiled_node)...
1999-12-30 apbianco1999-12-14 Alexandre Petit-Bianco <apbianco@cygnus...
1999-12-06 apbiancoWed Nov 24 17:33:26 1999 Alexandre Petit-Bianco ...
1999-11-21 green * constants.c (find_methodref_index): Unwrap...
1999-10-19 tromey * jcf-parse.c (parse_source_file): Call jcf_dependency...
1999-09-16 ghazi * gjavah.c (get_field_name, print_method_info, print_i...
1999-09-02 ghazi * class.c (finish_class): Remove unused parameter...
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-04-21 apbiancoWed Apr 21 11:13:36 1999 Alexandre Petit-Bianco ...
1999-04-05 ghazi * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
1999-04-05 ghazi * class.c (add_method_1): Cast the argument...
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-03-06 ghazi * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-02-18 bothner
1999-02-16 apbiancoThu Jan 28 11:50:11 1999 Alexandre Petit-Bianco ...
1999-02-02 bothner Optimize: `return (a ? b : c)' as: `if (a) return...
1999-01-23 ghaziWarning fixes:
1999-01-07 aph1999-01-07 Andrew Haley <aph@viagra.cygnus.co.uk>
1999-01-06 lawFix copyrights.
1999-01-06 bothner8
1998-12-16 bothner
1998-12-12 bothner8
1998-12-03 apbiancoThu Dec 3 17:11:12 1998 Alexandre Petit-Bianco ...
1998-11-25 bothner * java-tree.h (end_params_node): Declare global.
1998-11-24 apbiancoTue Nov 24 17:06:38 1998 Per Bothner <bothner@cygnus...
1998-11-19 apbiancoThu Nov 19 11:16:55 1998 Alexandre Petit-Bianco ...
1998-11-19 apbiancoWed Nov 18 23:54:53 1998 Alexandre Petit-Bianco ...
1998-11-15 bothner8
1998-11-10 lawMon Oct 26 12:17:23 1998 Nick Clifton <nickc@cygnus...
1998-11-10 apbiancoTue Nov 10 12:34:03 1998 Alexandre Petit-Bianco ...
1998-10-28 apbiancoWed Oct 28 08:03:31 1998 Alexandre Petit-Bianco ...
1998-10-22 tromey1998-10-22 Tom Tromey <tromey@cygnus.com>
1998-10-22 tromey * jcf-io.c (find_class): Use saw_java_source to determ...
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
1998-09-14 law * Makefile.in: Add many missing dependencies.
1998-09-06 greenInitial revision