Age | Commit message (Expand) | Author | Files | Lines |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -1/+10 |
2003-09-28 | c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa... | Richard Henderson | 1 | -11/+10 |
2003-09-28 | decl.c (java_optimize_inline, [...]): Remove. | Jeff Sturm | 1 | -6/+5 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -6/+4 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -4/+6 |
2003-09-03 | decl.c (java_expand_body): New function. | Jeff Sturm | 1 | -0/+8 |
2003-06-28 | * c-format.c (check_format_string, get_constant) | Zack Weinberg | 1 | -1/+1 |
2003-05-13 | diagnostic.c (output_format): Add support for %m. | Zack Weinberg | 1 | -6/+6 |
2003-05-13 | class.c (layout_class_method): Set DECL_EXTERNAL. | Richard Henderson | 1 | -5/+2 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -8/+8 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -0/+20 |
2003-02-03 | Fix for java/4269: | Adrian Bunk | 1 | -2/+2 |
2003-01-30 | jcf-parse.c (read_class): Update identifier's class value if it changed durin... | Tom Tromey | 1 | -0/+4 |
2003-01-24 | jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of file name in r... | Tom Tromey | 1 | -1/+3 |
2003-01-23 | jcf-parse.c (process_zip_dir): Remove unused variable. | Nathanael Nerode | 1 | -1/+0 |
2003-01-22 | gcj.texi (Input and output files): Mention non-class entries. | Tom Tromey | 1 | -47/+124 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-01-16 | Make-lang.in (f/target.o): Depend on toplev.h. | Kaveh R. Ghazi | 1 | -0/+1 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -42/+20 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -38/+11 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -12/+12 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+5 |
2002-12-23 | class.c (build_static_field_ref): Check FIELD_FINAL. | Jeff Sturm | 1 | -1/+0 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -2/+2 |
2002-10-15 | * jcf-parse.c (get_constant): Fix type warning. | Richard Henderson | 1 | -1/+1 |
2002-09-21 | jcf-parse.c (get_constant): Decode from IEEE no matter what the target format. | Richard Henderson | 1 | -30/+22 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -39/+36 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -2/+0 |
2002-06-04 | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 1 | -5/+3 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -3/+3 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -10/+2 |
2002-04-22 | re PR java/2791 (Bogus "class `foo' already defined ..." error from jc1) | Alexandre Petit-Bianco | 1 | -3/+0 |
2002-04-22 | jcf-write.c (push_long_const): lo, hi: New variables. | Andrew Haley | 1 | -4/+4 |
2002-03-28 | re PR java/4715 (Tree check failure in check_inner_circular_reference) | Alexandre Petit-Bianco | 1 | -0/+15 |
2002-03-18 | * jcf-parse.c (get_constant): Delete unused variables. | Kaveh R. Ghazi | 1 | -2/+0 |
2002-03-17 | c-common.h (yyparse, [...]): New. | Neil Booth | 1 | -4/+3 |
2002-03-15 | Fix gcj -R. | Anthony Green | 1 | -4/+1 |
2002-03-12 | re PR java/5923 (gcj -C generates incorrect bytecode) | Tom Tromey | 1 | -44/+4 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -15/+0 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-02 | Fix for PR java/5758, java/5632: | Alexandre Petit-Bianco | 1 | -7/+7 |
2002-02-02 | class.c (add_field): Mark static fields external. | Richard Henderson | 1 | -3/+8 |
2002-02-01 | re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i... | Craig Rodrigues | 1 | -4/+2 |
2002-01-22 | decl.c (java_init_decl_processing): Use add_predefined_file. | Tom Tromey | 1 | -6/+15 |
2002-01-12 | jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST... | Jeff Sturm | 1 | -1/+9 |
2002-01-03 | tree.h: Update copyright date. | Graham Stott | 1 | -2/+3 |
2001-12-16 | ChangeLog, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |