aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-4/+3
2003-01-23* constants.c (set_constant_entry): Allocated cleared memory.Tom Tromey1-2/+9
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-63/+21
2003-01-10Merge from pch-branch.Geoffrey Keating1-21/+43
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-5/+5
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-4/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-6/+4
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-9/+3
2001-04-26jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner1-1/+9
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-3/+4
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-2/+0
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2000-10-13Remove obstacks.Mark Mitchell1-7/+1
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-7/+12
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-2/+5
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-2/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-2/+5
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-6/+12
1999-03-12Warning fixes:Kaveh R. Ghazi1-1/+1
1999-02-17class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1-2/+5
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-3/+6
1998-11-12class.c: Remove some unused variables.Per Bothner1-4/+19
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+453