| Commit message (Expand) | Author | Age | Files | Lines |
* | collect2.c (is_ctor_dtor): Const-ify. | Kaveh R. Ghazi | 2001-12-27 | 1 | -2/+2 |
* | arc.c (arc_hard_regno_mode_ok): Const-ify. | Kaveh R. Ghazi | 2001-12-23 | 1 | -1/+1 |
* | ChangeLog, [...]: Fix spelling errors. | Joseph Myers | 2001-12-16 | 1 | -1/+1 |
* | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 2001-12-16 | 1 | -5/+3 |
* | lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u... | Tom Tromey | 2001-12-11 | 1 | -1/+4 |
* | gjavah.c (cxx_keywords): Re-sorted. | Tom Tromey | 2001-12-09 | 1 | -2/+2 |
* | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 2001-12-03 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -1/+1 |
* | parse.y (trap_overflow_corner_case): New rule. | Tom Tromey | 2001-11-08 | 1 | -11/+45 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -2/+2 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | gjavah.c (cxx_keywords): Const-ification. | Kaveh R. Ghazi | 2001-09-12 | 1 | -1/+1 |
* | [multiple changes] | Alexandre Petit-Bianco | 2001-08-31 | 1 | -0/+9 |
* | For PR java/2812: | Tom Tromey | 2001-07-18 | 1 | -3/+4 |
* | re PR java/2319 (invalid UTF-8 sequences should be rejected) | Tom Tromey | 2001-06-20 | 1 | -10/+23 |
* | lex.c (java_new_lexer): Call iconv_close on temp handle used to check for byt... | Mo DeJong | 2001-05-03 | 1 | -0/+1 |
* | constants.c (PUTN): Use memcpy, not bcopy. | Kaveh R. Ghazi | 2001-03-26 | 1 | -4/+2 |
* | gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c. | Bryce McKinlay | 2001-03-23 | 1 | -4/+77 |
* | * lex.c (java_read_unicode): Only accept leading `u's. | Tom Tromey | 2001-03-21 | 1 | -5/+10 |
* | Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog. | Per Bothner | 2001-02-23 | 1 | -1/+1 |
* | * lex.c (java_new_lexer): Longer error message. | Tom Tromey | 2001-02-07 | 1 | -1/+1 |
* | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 2001-02-04 | 1 | -6/+11 |
* | * lex.c (java_read_char): Check for EOF from getc first. | Richard Earnshaw | 2001-01-25 | 1 | -2/+2 |
* | All files with updated copyright when applicable. | Alexandre Petit-Bianco | 2001-01-15 | 1 | -1/+103 |
* | parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is constant... | Per Bothner | 2001-01-14 | 1 | -1/+4 |
* | Make-lang.in (JAVA_LEX_C): Added chartables.h. | Tom Tromey | 2000-12-13 | 1 | -48/+89 |
* | lex.c (yylex): Added STRICT_TK case. | Tom Tromey | 2000-11-20 | 1 | -1/+1 |
* | lex.c (yylex): Recognize floating point constants with leading 0. | Tom Tromey | 2000-11-20 | 1 | -1/+5 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -2/+2 |
* | lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix. | Tom Tromey | 2000-11-06 | 1 | -2/+32 |
* | lex.c (java_parse_escape_sequence): Only read two octal characters if the fir... | Tom Tromey | 2000-11-05 | 1 | -18/+18 |
* | lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro. | Tom Tromey | 2000-11-03 | 1 | -56/+78 |
* | lex.c (java_new_lexer): Initialize new fields. | Tom Tromey | 2000-10-26 | 1 | -134/+221 |
* | gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name... | Alexandre Petit-Bianco | 2000-10-18 | 1 | -2/+2 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -4/+1 |
* | lex.c (java_new_lexer): Initialize out_first and out_last fields. | Tom Tromey | 2000-10-10 | 1 | -61/+81 |
* | lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence. | Tom Tromey | 2000-10-03 | 1 | -0/+1 |
* | c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | Mark Mitchell | 2000-10-01 | 1 | -8/+1 |
* | re GNATS gcj/33 (gcj mangles composed characters) | Tom Tromey | 2000-09-12 | 1 | -85/+207 |
* | re GNATS gcj/343 (can't cast array to serializable) | Tom Tromey | 2000-09-12 | 1 | -0/+2 |
* | lex.c (java_lineterminator): Don't recognize \r after \n. | Tom Tromey | 2000-06-29 | 1 | -10/+14 |
* | top level: | Zack Weinberg | 2000-05-09 | 1 | -1/+1 |
* | Added Java 1.1 language features. | Alexandre Petit-Bianco | 2000-03-13 | 1 | -3/+7 |
* | re GNATS gcj/147 (Problem parsing comments) | Alexandre Petit-Bianco | 2000-02-21 | 1 | -3/+2 |
* | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 2000-02-17 | 1 | -26/+51 |
* | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-21 | 1 | -19/+19 |
* | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1999-09-16 | 1 | -3/+3 |
* | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1999-08-25 | 1 | -1/+3 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-08-04 | 1 | -7/+7 |
* | [multiple changes] | Alexandre Petit-Bianco | 1999-05-25 | 1 | -2/+2 |