* gcj.texi (-freduced-reflection): Clarify option's restrictions.
[gcc.git] / gcc / java / jcf.h
2008-07-06 Tom Tromeyjcf-io.c: Don't include fnmatch.h.
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-07-31 Nick Cliftonjava-gimplify.c: Change copyright header to refer to...
2007-01-13 Tom Tromeyjcf-dump.c (main): Updated call to find_class.
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-06-06 Tom Tromeyjcf-dump.c (print_access_flags): Handle varargs, bridge...
2006-05-24 Tom Tromeyre PR libgcj/27729 (Field, Method and Constructor need...
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-09-06 Kazu Hiratacheck-init.c, [...]: Fix comment typos.
2005-06-25 Kelley CookUpdate FSF address.
2004-10-15 Kazu Hirataboehm.c, [...]: Update copyright.
2004-06-21 Joseph Myerstree-alias-common.h (struct tree_alias_ops): Change...
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2003-10-05 Kelley Cook* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
2003-08-12 Tom Tromeyparse.y (java_check_regular_methods): Typo fixes.
2003-07-03 Zack Weinbergsystem.h: Include filenames.h.
2003-06-09 Neil BoothMake-lang.in (JAVA_OBJS, [...]): Update.
2003-04-10 Andrew Haley[multiple changes]
2003-03-07 Ranjit Mathewjcf.h (COMPARE_FILENAMES): New macro similar to "strcmp...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-09 Kaveh R. Ghaziexpr.c, [...]: Don't rely on the `DEFUN', `AND' or...
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-05-19 Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2002-04-12 Anthony GreenAdd --extdirs support.
2002-03-03 Per BothnerMake --CLASSPATH by a synonym for --classpath and ...
2002-02-20 Nic Ferriergcj.texi: Option `--classpath' becomes `--CLASSPATH...
2002-02-18 Tom Tromeyjava-tree.h (TYPE_STRICTFP): New macro.
2001-12-03 Per Bothnerjcf.h: Fix obvious typo in comment.
2001-08-16 Tom Tromeyjcf-dump.c (main): Updated for change to jcf_path_seal.
2001-07-05 Alexandre Petit... [multiple changes]
2001-05-26 Richard HendersonStandardize header guards.
2001-03-23 Alexandre Petit... re PR java/1213 (gcj should check for incorrect CLASSPATH)
2001-03-19 Per BothnerFixes to process to command-line .class files in two...
2001-01-21 Per BothnerVarious fixes to allow compiling a compressed .jar...
2000-10-20 Tom Tromeyjvspec.c (lang_specific_driver): Recognize -MF and...
2000-05-09 Zack Weinbergtop level:
2000-05-03 Tom Tromeyexpr.c (build_java_jsr): Use emit_jump, not expand_goto.
2000-02-26 Jeff LawFix copyrights
2000-02-15 Joerg Brunsmanngjavah.c: Delete ACC_VISIBILITY define.
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
2000-01-06 Alexandre Petit... Makefile.in (LIBDEPS): Added gcc's errors.o
1999-09-16 Kaveh R. Ghazigjavah.c (get_field_name, [...]): Use xmalloc, not...
1999-09-02 Kaveh R. Ghaziclass.c (finish_class): Remove unused parameter, all...
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-02-22 Tom Tromeyjcf.h (UTF8_GET): Mask first byte of 3-byte encoding...
1999-02-01 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
1998-11-13 Tom Tromeygjavah.c (main): Handle --output-class-directory argument.
1998-11-10 Alexandre Petit... class.c (is_compiled_class): Call safe_layout_class...
1998-10-22 Tom Tromeyjcf-io.c (find_class): Use saw_java_source to determine...
1998-10-14 Tom Tromeyjcf-write.c (write_classfile): Add output class file...
1998-09-06 Anthony GreenInitial revision