aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-08parse.y (trap_overflow_corner_case): New rule.Tom Tromey1-11/+45
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-09-12gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-31[multiple changes]Alexandre Petit-Bianco1-0/+9
2001-07-18For PR java/2812:Tom Tromey1-3/+4
2001-06-20re PR java/2319 (invalid UTF-8 sequences should be rejected)Tom Tromey1-10/+23
2001-05-03lex.c (java_new_lexer): Call iconv_close on temp handle used to check for byt...Mo DeJong1-0/+1
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi1-4/+2
2001-03-23gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay1-4/+77
2001-03-21* lex.c (java_read_unicode): Only accept leading `u's.Tom Tromey1-5/+10
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-1/+1
2001-02-07* lex.c (java_new_lexer): Longer error message.Tom Tromey1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-6/+11
2001-01-25* lex.c (java_read_char): Check for EOF from getc first.Richard Earnshaw1-2/+2
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-1/+103
2001-01-14parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is constant...Per Bothner1-1/+4
2000-12-13Make-lang.in (JAVA_LEX_C): Added chartables.h.Tom Tromey1-48/+89
2000-11-20lex.c (yylex): Added STRICT_TK case.Tom Tromey1-1/+1
2000-11-20lex.c (yylex): Recognize floating point constants with leading 0.Tom Tromey1-1/+5
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-2/+2
2000-11-06lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey1-2/+32
2000-11-05lex.c (java_parse_escape_sequence): Only read two octal characters if the fir...Tom Tromey1-18/+18
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey1-56/+78
2000-10-26lex.c (java_new_lexer): Initialize new fields.Tom Tromey1-134/+221
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco1-2/+2
2000-10-13Remove obstacks.Mark Mitchell1-4/+1
2000-10-10lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey1-61/+81
2000-10-03lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.Tom Tromey1-0/+1
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-8/+1
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-85/+207
2000-09-12re GNATS gcj/343 (can't cast array to serializable)Tom Tromey1-0/+2
2000-06-29lex.c (java_lineterminator): Don't recognize \r after \n.Tom Tromey1-10/+14
2000-05-09top level:Zack Weinberg1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-3/+7
2000-02-21re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco1-3/+2
2000-02-17Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg1-26/+51
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-19/+19
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-3/+3
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-1/+3
1999-08-04Warning fixes:Kaveh R. Ghazi1-7/+7
1999-05-25[multiple changes]Alexandre Petit-Bianco1-2/+2
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-1/+1
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-14/+2
1999-03-28Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-23Warning fixes:Kaveh R. Ghazi1-0/+1
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-2/+2
1999-03-13lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner1-1/+12
1999-03-08lex.c (java_parse_end_comment): Take extra parameter (next char).Per Bothner1-9/+9
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-6/+12