aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvgenmain.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-6/+5
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley1-3/+3
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-8/+22
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-5/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-03constants.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi1-3/+1
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi1-0/+5
2004-02-10gjavah.c: Include "intl.h".Joseph Myers1-4/+8
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-19/+0
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-4/+2
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-3/+3
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+2
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2001-11-27re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth1-3/+10
2001-08-12Revert Rainer Orth's Java and gcc.c patch.David Edelsohn1-10/+3
2001-08-02re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth1-3/+10
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg1-1/+0
2001-03-28jvgenmain.c (do_mangle_classname): End string constant with '\0'.Jeffrey Oldham1-0/+1
2001-02-09[multiple changes]Alexandre Petit-Bianco1-22/+0
2001-02-09jvgenmain.c (error): Reversed 2001-02-01 deletion.Alexandre Petit-Bianco1-0/+22
2001-02-08Make-lang.in (JAVA_OBJS): Added java/mangle_name.oAlexandre Petit-Bianco1-17/+10
2001-02-02jvgenmain.c (class_mangling_suffix): Remove unused string.Bryce McKinlay1-26/+2
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-13/+39
2000-12-08safe-ctype.h: New file.Zack Weinberg1-1/+1
2000-10-13[multiple changes]Alexandre Petit-Bianco1-2/+7
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey1-5/+4
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-0/+2
1999-10-22jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...Tom Tromey1-1/+3
1999-10-15jvgenmain.c (usage): New function.Tom Tromey1-9/+49
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-14/+0
1999-08-11* jvgenmain.c (main): NUL-terminate name_obstack.Rainer Orth1-0/+1
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-3/+20
1998-11-27Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).Kaveh R. Ghazi1-2/+14
1998-11-15jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO).Per Bothner1-0/+1
1998-11-15Make-lang.in: Fix reference to srcdir.Anthony Green1-0/+2
1998-11-15Makefile.in: jv-scan and jvgenmain all require libiberty.Anthony Green1-13/+0
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-2/+1
1998-09-06Initial revisionAnthony Green1-0/+124