OSDN Git Service

* jcf-dump.c (main): Updated call to find_class.
[pf3gnuchains/gcc-fork.git] / gcc / java / jcf-dump.c
2007-01-13 tromey * jcf-dump.c (main): Updated call to find_class.
2007-01-09 tromeyMerged gcj-eclipse branch to trunk.
2006-06-06 tromey * jcf-dump.c (print_access_flags): Handle varargs...
2006-05-29 jakub * javaop.h (int16, int32, int64): Define to exactly...
2006-01-21 jsm28 * gcov.c (print_version), gcov-dump.c (print_version),
2005-06-25 kcookUpdate FSF address.
2005-04-26 ghazi * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
2005-04-24 ghazi * collect2.c (main): Unlock the stdio streams.
2005-03-30 tromey * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle...
2005-03-06 kazu * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,
2005-03-01 bothner * jcf-reader.c (get_attribute): Handle SourceDebugExte...
2004-11-25 jsm28 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS...
2004-10-17 steven * class.c (ident_subst): Always alloca buffer.
2004-09-25 kazu * expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
2004-07-24 mrs * boehm.c (set_bit): Improve type safety wrt...
2004-03-17 bothner * jcf-jump.c (options): New --print-constants option.
2004-03-16 bothner * jcf-dump.c (flag_print_constant_pool): Default...
2004-02-10 jsm28 * gjavah.c: Include "intl.h".
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-03-21 zack * javaop.h (jfloat, jdouble): Make them structures...
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 geoffkMerge from pch-branch.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-09 ghazi * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c...
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-10-08 zack * system.h (GCCBUGURL): Delete.
2002-10-01 nathan * jcf-dump.c (print_constant, case CONSTANT_float...
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-06-04 zack * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
2002-04-12 greenAdd --extdirs support.
2002-03-03 bothner Make --CLASSPATH by a synonym for --classpath and...
2002-02-20 nferrier * gcj.texi: Option `--classpath' becomes `--CLASSPATH...
2002-02-18 tromey * java-tree.h (TYPE_STRICTFP): New macro.
2002-01-31 jsm28gcc:
2001-12-27 ghazi * collect2.c (is_ctor_dtor): Const-ify.
2001-08-30 bothner * jcf-dump.c (print_constant): Fix fencepost error...
2001-08-16 tromey * jcf-dump.c (main): Updated for change to jcf_path_seal.
2001-01-12 jsm28f:
2000-11-26 jsm28f:
2000-11-04 tromey * lang-options.h: Mention -Wout-of-date.
2000-05-04 ghazi * jcf-dump.c (SPECIAL_IINC): Ensure arguments match...
2000-04-21 apbiancoThu Apr 20 18:20:58 2000 Jason Schroeder <shrode...
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-02-26 lawFix copyrights
2000-02-21 tromeyMon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.bruns...
2000-02-18 loewis * gcc.texi (Bug Reporting): Refer to bugs.html.
2000-02-15 ghazi * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile...
2000-02-02 tromey * jv-scan.c: Include version.c, <getopt.h>.
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
1999-12-31 ghazi * class.c (assume_compiled, assume_compiled_node)...
1999-10-14 ghazi * jcf-dump.c (print_constant, disassemble_method)...
1999-09-02 ghazi * class.c (finish_class): Remove unused parameter...
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-07-30 ghaziWarning fixes:
1999-03-23 ghaziWarning fixes:
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-03-15 bothnerd
1999-03-12 ghaziWarning fixes:
1999-03-06 ghazi * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-01-23 ghaziWarning fixes:
1999-01-06 lawFix copyrights.
1999-01-06 bothner
1998-12-12 bothner
1998-12-06 bothner * jcf-dump.c (INVOKE): If invokeinterface, print...
1998-12-03 bothner * jcf-dump.c (main): Fix error message.
1998-11-11 bothner
1998-11-11 tromey * jcf-dump.c (main): Correctly recognize `--'-style...
1998-10-22 tromey * jcf-io.c (find_class): Use saw_java_source to determ...
1998-10-14 tromey * jcf-write.c (write_classfile): Add output class...
1998-10-13 tromey * jcf-dump.c (process_class): Use FATAL_EXIT_CODE...
1998-10-12 bothner
1998-09-06 greenInitial revision