Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-01-15 | All files with updated copyright when applicable. | Alexandre Petit-Bianco | 1 | -1/+103 |
2001-01-14 | parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is constant... | Per Bothner | 1 | -1/+4 |
2000-12-13 | Make-lang.in (JAVA_LEX_C): Added chartables.h. | Tom Tromey | 1 | -48/+89 |
2000-11-20 | lex.c (yylex): Added STRICT_TK case. | Tom Tromey | 1 | -1/+1 |
2000-11-20 | lex.c (yylex): Recognize floating point constants with leading 0. | Tom Tromey | 1 | -1/+5 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 1 | -2/+2 |
2000-11-06 | lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix. | Tom Tromey | 1 | -2/+32 |
2000-11-05 | lex.c (java_parse_escape_sequence): Only read two octal characters if the fir... | Tom Tromey | 1 | -18/+18 |
2000-11-03 | lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro. | Tom Tromey | 1 | -56/+78 |
2000-10-26 | lex.c (java_new_lexer): Initialize new fields. | Tom Tromey | 1 | -134/+221 |
2000-10-18 | gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name... | Alexandre Petit-Bianco | 1 | -2/+2 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -4/+1 |
2000-10-10 | lex.c (java_new_lexer): Initialize out_first and out_last fields. | Tom Tromey | 1 | -61/+81 |
2000-10-03 | lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence. | Tom Tromey | 1 | -0/+1 |
2000-10-01 | c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | Mark Mitchell | 1 | -8/+1 |
2000-09-12 | re GNATS gcj/33 (gcj mangles composed characters) | Tom Tromey | 1 | -85/+207 |
2000-09-12 | re GNATS gcj/343 (can't cast array to serializable) | Tom Tromey | 1 | -0/+2 |
2000-06-29 | lex.c (java_lineterminator): Don't recognize \r after \n. | Tom Tromey | 1 | -10/+14 |
2000-05-09 | top level: | Zack Weinberg | 1 | -1/+1 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -3/+7 |
2000-02-21 | re GNATS gcj/147 (Problem parsing comments) | Alexandre Petit-Bianco | 1 | -3/+2 |
2000-02-17 | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 1 | -26/+51 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -19/+19 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -1/+3 |
1999-08-04 | Warning fixes: | Kaveh R. Ghazi | 1 | -7/+7 |
1999-05-25 | [multiple changes] | Alexandre Petit-Bianco | 1 | -2/+2 |
1999-05-03 | check-init.c (check_init): Exclude a case of error when doing xrefs. | Alexandre Petit-Bianco | 1 | -1/+1 |
1999-04-05 | class.c (add_method_1): Cast the argument of `bzero' to PTR. | Kaveh R. Ghazi | 1 | -14/+2 |
1999-03-28 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -2/+2 |
1999-03-13 | lex.c (java_read_char): UNGET invalid non-initial utf8 character. | Per Bothner | 1 | -1/+12 |
1999-03-08 | lex.c (java_parse_end_comment): Take extra parameter (next char). | Per Bothner | 1 | -9/+9 |
1999-03-06 | Makefile.in (jcf-parse.o): Depend on $(PARSE_H). | Kaveh R. Ghazi | 1 | -6/+12 |
1999-02-19 | Force left-to-right evaluation of binary operations etc. | Per Bothner | 1 | -5/+6 |
1999-02-10 | lex.c (yylex): Encode \0 as UTF8. | Alexandre Petit-Bianco | 1 | -2/+1 |