aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-12/+17
2006-06-06jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann...Tom Tromey1-0/+5
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey1-3/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-06-21tree-alias-common.h (struct tree_alias_ops): Change ip and ip_partial to unsi...Joseph Myers1-3/+3
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-6/+6
2003-10-05* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.Kelley Cook1-1/+1
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-0/+3
2003-07-03system.h: Include filenames.h.Zack Weinberg1-9/+0
2003-06-09Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth1-1/+1
2003-04-10[multiple changes]Andrew Haley1-0/+18
2003-03-07jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name...Ranjit Mathew1-0/+9
2003-01-10Merge from pch-branch.Geoffrey Keating1-18/+31
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-25/+25
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-19/+0
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+6
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell1-0/+8
2002-04-12Add --extdirs support.Anthony Green1-0/+1
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner1-1/+1
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-1/+1
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-1/+2
2001-12-03jcf.h: Fix obvious typo in comment.Per Bothner1-1/+1
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey1-2/+2
2001-07-05[multiple changes]Alexandre Petit-Bianco1-2/+5
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-1/+2
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-5/+1
2001-01-21Various fixes to allow compiling a compressed .jar/.zip archive.Per Bothner1-3/+5
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey1-0/+1
2000-05-09top level:Zack Weinberg1-4/+4
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann1-0/+2
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-27/+27
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-3/+0
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-2/+2
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-7/+7
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-1/+1
1999-02-22jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f, not 0x1f.Tom Tromey1-1/+1
1999-02-01Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi1-2/+1
1998-11-13gjavah.c (main): Handle --output-class-directory argument.Tom Tromey1-0/+2
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-1/+1
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-2/+14
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-2/+11
1998-09-06Initial revisionAnthony Green1-0/+260