Age | Commit message (Expand) | Author | Files | Lines |
2003-10-22 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-05-13 | diagnostic.c (output_format): Add support for %m. | Zack Weinberg | 1 | -1/+1 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -6/+6 |
2003-03-19 | lex.c (do_java_lex): Renamed from java_lex. | Tom Tromey | 1 | -1/+20 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -41/+104 |
2003-01-28 | lex.c (java_lex): Don't include UEOF as part of token. | Tom Tromey | 1 | -14/+23 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -66/+31 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -1/+1 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -25/+24 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+6 |
2002-11-18 | re PR java/7912 (invalid verification error for arrays) | Tom Tromey | 1 | -4/+0 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -10/+9 |
2002-11-06 | re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc) | Tom Tromey | 1 | -37/+28 |
2002-11-02 | Reverted erroneous checkin | Tom Tromey | 1 | -28/+37 |
2002-11-02 | re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc) | Tom Tromey | 1 | -37/+28 |
2002-09-30 | Add -fno-assert flag. | Anthony Green | 1 | -1/+9 |
2002-09-17 | re PR java/7950 (jc1 parses files ending in 0x0d incorrectly) | Tom Tromey | 1 | -1/+1 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -1/+1 |
2002-07-23 | * lex.c (java_lex): Check for `e' or `E' after 0. | Tom Tromey | 1 | -2/+3 |
2002-06-27 | lex.c (java_init_lex): Avoid incorrect hardcoded constant 11. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-06-26 | lex.c (java_read_char): Avoid "comparison is always true" warning. | Kaveh R. Ghazi | 1 | -2/+2 |
2002-06-11 | jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC. | Tom Tromey | 1 | -0/+1 |
2002-03-29 | lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING. | Martin Kahlert | 1 | -2/+7 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -34/+19 |
2002-03-23 | re PR java/6026 (float literals in expressions are not properly recognized) | Eric Blake | 1 | -0/+2 |
2002-03-12 | re PR java/5902 (Gcj fails to parse float) | Eric Blake | 1 | -75/+75 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -4/+0 |
2001-12-27 | collect2.c (is_ctor_dtor): Const-ify. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-12-23 | arc.c (arc_hard_regno_mode_ok): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-12-16 | ChangeLog, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-12-16 | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 1 | -5/+3 |
2001-12-11 | lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u... | Tom Tromey | 1 | -1/+4 |
2001-12-09 | gjavah.c (cxx_keywords): Re-sorted. | Tom Tromey | 1 | -2/+2 |
2001-12-03 | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 1 | -1/+1 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-08 | parse.y (trap_overflow_corner_case): New rule. | Tom Tromey | 1 | -11/+45 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -2/+2 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-09-12 | gjavah.c (cxx_keywords): Const-ification. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-31 | [multiple changes] | Alexandre Petit-Bianco | 1 | -0/+9 |
2001-07-18 | For PR java/2812: | Tom Tromey | 1 | -3/+4 |
2001-06-20 | re PR java/2319 (invalid UTF-8 sequences should be rejected) | Tom Tromey | 1 | -10/+23 |
2001-05-03 | lex.c (java_new_lexer): Call iconv_close on temp handle used to check for byt... | Mo DeJong | 1 | -0/+1 |
2001-03-26 | constants.c (PUTN): Use memcpy, not bcopy. | Kaveh R. Ghazi | 1 | -4/+2 |
2001-03-23 | gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c. | Bryce McKinlay | 1 | -4/+77 |
2001-03-21 | * lex.c (java_read_unicode): Only accept leading `u's. | Tom Tromey | 1 | -5/+10 |
2001-02-23 | Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog. | Per Bothner | 1 | -1/+1 |
2001-02-07 | * lex.c (java_new_lexer): Longer error message. | Tom Tromey | 1 | -1/+1 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -6/+11 |
2001-01-25 | * lex.c (java_read_char): Check for EOF from getc first. | Richard Earnshaw | 1 | -2/+2 |