aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jv-scan.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-03Fix for java/4269:Adrian Bunk1-2/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-5/+4
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-7/+7
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-2/+1
2003-01-09jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE.Kaveh R. Ghazi1-10/+8
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-1/+1
2002-09-30Add -fno-assert flag.Anthony Green1-0/+4
2002-02-01re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues1-4/+2
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers1-3/+3
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-3/+3
2001-09-18parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+6
2001-05-23jv-scan.c (version): Update copyright year.Joseph Myers1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-6/+8
2000-11-26g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers1-1/+1
2000-11-20jv-scan.c (help): Document --complexity.Tom Tromey1-3/+8
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey1-0/+2
2000-09-13jcf-parse.c: Include <locale.h>.Tom Tromey1-0/+4
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-1/+26
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-1/+1
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+1
2000-02-02jv-scan.c: Include version.c, <getopt.h>.Tom Tromey1-29/+88
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-2/+1
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-11/+0
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-2/+2
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-3/+3
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+3
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-1/+0
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-28/+20
1998-11-27Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).Kaveh R. Ghazi1-1/+12
1998-11-15Make-lang.in: Fix reference to srcdir.Anthony Green1-0/+1
1998-11-15Makefile.in: jv-scan and jvgenmain all require libiberty.Anthony Green1-25/+0
1998-09-06Initial revisionAnthony Green1-0/+235