summaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
Commit message (Expand)AuthorAgeFilesLines
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-2/+2
* arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2001-12-231-1/+1
* ChangeLog, [...]: Fix spelling errors.Joseph Myers2001-12-161-1/+1
* c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-12-161-5/+3
* lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u...Tom Tromey2001-12-111-1/+4
* gjavah.c (cxx_keywords): Re-sorted.Tom Tromey2001-12-091-2/+2
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* parse.y (trap_overflow_corner_case): New rule.Tom Tromey2001-11-081-11/+45
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-2/+2
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* [multiple changes]Alexandre Petit-Bianco2001-08-311-0/+9
* For PR java/2812:Tom Tromey2001-07-181-3/+4
* re PR java/2319 (invalid UTF-8 sequences should be rejected)Tom Tromey2001-06-201-10/+23
* lex.c (java_new_lexer): Call iconv_close on temp handle used to check for byt...Mo DeJong2001-05-031-0/+1
* constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi2001-03-261-4/+2
* gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay2001-03-231-4/+77
* * lex.c (java_read_unicode): Only accept leading `u's.Tom Tromey2001-03-211-5/+10
* Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner2001-02-231-1/+1
* * lex.c (java_new_lexer): Longer error message.Tom Tromey2001-02-071-1/+1
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-6/+11
* * lex.c (java_read_char): Check for EOF from getc first.Richard Earnshaw2001-01-251-2/+2
* All files with updated copyright when applicable.Alexandre Petit-Bianco2001-01-151-1/+103
* parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is constant...Per Bothner2001-01-141-1/+4
* Make-lang.in (JAVA_LEX_C): Added chartables.h.Tom Tromey2000-12-131-48/+89
* lex.c (yylex): Added STRICT_TK case.Tom Tromey2000-11-201-1/+1
* lex.c (yylex): Recognize floating point constants with leading 0.Tom Tromey2000-11-201-1/+5
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-2/+2
* lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey2000-11-061-2/+32
* lex.c (java_parse_escape_sequence): Only read two octal characters if the fir...Tom Tromey2000-11-051-18/+18
* lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey2000-11-031-56/+78
* lex.c (java_new_lexer): Initialize new fields.Tom Tromey2000-10-261-134/+221
* gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco2000-10-181-2/+2
* Remove obstacks.Mark Mitchell2000-10-131-4/+1
* lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey2000-10-101-61/+81
* lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.Tom Tromey2000-10-031-0/+1
* c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell2000-10-011-8/+1
* re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey2000-09-121-85/+207
* re GNATS gcj/343 (can't cast array to serializable)Tom Tromey2000-09-121-0/+2
* lex.c (java_lineterminator): Don't recognize \r after \n.Tom Tromey2000-06-291-10/+14
* top level:Zack Weinberg2000-05-091-1/+1
* Added Java 1.1 language features.Alexandre Petit-Bianco2000-03-131-3/+7
* re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco2000-02-211-3/+2
* Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg2000-02-171-26/+51
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-19/+19
* gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1999-09-161-3/+3
* gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1999-08-251-1/+3
* Warning fixes:Kaveh R. Ghazi1999-08-041-7/+7
* [multiple changes]Alexandre Petit-Bianco1999-05-251-2/+2