aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-4/+4
2008-03-12mangle.c (java_mangle_decl): Remove dead check.Paolo Bonzini1-3/+0
2008-01-232008-01-23 David Daney <ddaney@avtrex.com>David Daney1-0/+53
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-27mangle.c (set_type_package_list): Constify.Kaveh R. Ghazi1-12/+6
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-1/+162
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-4/+11
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle1-1/+5
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-7/+4
2005-12-11Fixes java/PR9861Terry Laurenzo1-0/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-41/+83
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-22re PR java/12586 (gnu.java.net name mangling bug)Bryce McKinlay1-29/+20
2003-09-17re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar...Ranjit Mathew1-7/+12
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-43/+19
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-17/+17
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
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-10/+5
2001-12-20mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL.Bryce McKinlay1-12/+2
2001-12-16re PR java/5088 (Can't create a java.lang.Object from CNI)Tom Tromey1-9/+2
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-10-30re PR java/4717 (miscompiling class reference)Bryce McKinlay1-0/+12
2001-10-25mangle.c (static tree compression_table): Fixed leading comment.Alexandre Petit-Bianco1-1/+1
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-1/+1
2001-03-15mangle.c (mangle_record_type): Rename 'from_pointer' argument to 'for_pointer'.Bryce McKinlay1-11/+17
2001-02-08Make-lang.in (JAVA_OBJS): Added java/mangle_name.oAlexandre Petit-Bianco1-124/+6
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-8/+10
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-5/+0
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-37/+645
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+1
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-11/+13
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-0/+2
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-1/+0
1998-10-27jcf-write.c (emit_load_or_store): Avoid implicit int arguments.Jeffrey A Law1-0/+1
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-2/+1
1998-09-06Initial revisionAnthony Green1-0/+163