summaryrefslogtreecommitdiff
path: root/gcc/java/jv-scan.c
Commit message (Expand)AuthorAgeFilesLines
* Make-lang.in (java/parse.o, [...]): Depend on input.h.Nathan Sidwell2003-05-041-3/+0
* hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher2003-04-061-20/+0
* Fix for java/4269:Adrian Bunk2003-02-031-2/+2
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-5/+4
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-7/+7
* expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi2003-01-091-2/+1
* jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE.Kaveh R. Ghazi2003-01-091-10/+8
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* system.h (GCCBUGURL): Delete.Zack Weinberg2002-10-081-1/+1
* Add -fno-assert flag.Anthony Green2002-09-301-0/+4
* re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues2002-02-011-4/+2
* gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers2002-01-311-3/+3
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-1/+1
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-3/+3
* parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-09-181-22/+6
* jv-scan.c (version): Update copyright year.Joseph Myers2001-05-231-1/+1
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-6/+8
* g77spec.c (lang_specific_driver): Update copyright year to 2000.Joseph Myers2000-11-261-1/+1
* jv-scan.c (help): Document --complexity.Tom Tromey2000-11-201-3/+8
* lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey2000-11-031-0/+2
* jcf-parse.c: Include <locale.h>.Tom Tromey2000-09-131-0/+4
* re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey2000-09-121-1/+26
* gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis2000-02-181-1/+1
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-1/+1
* jv-scan.c: Include version.c, <getopt.h>.Tom Tromey2000-02-021-29/+88
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-6/+6
* class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1999-12-311-2/+1
* gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1999-09-161-11/+0
* class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1999-09-021-2/+2
* gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1999-08-251-3/+3
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-3/+3
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-1/+0
* Update copyrights for the last patchKaveh Ghazi1999-01-231-1/+1
* Warning fixes:Kaveh R. Ghazi1999-01-231-28/+20
* Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).Kaveh R. Ghazi1998-11-271-1/+12
* Make-lang.in: Fix reference to srcdir.Anthony Green1998-11-151-0/+1
* Makefile.in: jv-scan and jvgenmain all require libiberty.Anthony Green1998-11-151-25/+0
* Initial revisionAnthony Green1998-09-061-0/+235