summaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR java/6388.tromey2002-11-061-37/+28
* Reverted erroneous checkintromey2002-11-021-28/+37
* Fix for PR java/6388.tromey2002-11-021-37/+28
* Add -fno-assert flag.green2002-09-301-1/+9
* * lex.c (java_read_unicode_collapsing_terminators): Handle casetromey2002-09-171-1/+1
* gcc/rth2002-09-161-1/+1
* * lex.c (java_lex): Check for `e' or `E' after 0.tromey2002-07-231-2/+3
* * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.ghazi2002-06-271-1/+1
* * lex.c (java_read_char): Avoid "comparison is always true"ghazi2002-06-261-2/+2
* * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.tromey2002-06-111-0/+1
* 2002-03-29 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-03-291-2/+7
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-251-34/+19
* 2002-03-21 Eric Blake <ebb9@email.byu.edu>ericb2002-03-231-0/+2
* 2002-03-11 Eric Blake <ebb9@email.byu.edu>ericb2002-03-121-75/+75
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-4/+0
* * collect2.c (is_ctor_dtor): Const-ify.ghazi2001-12-271-2/+2
* * arc.c (arc_hard_regno_mode_ok): Const-ify.ghazi2001-12-231-1/+1
* * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,jsm282001-12-161-1/+1
* * c-lex.c (lex_number): Use ISXDIGIT/hex_value.ghazi2001-12-161-5/+3
* * lex.c (java_init_lex): Define wfl_to_string astromey2001-12-111-1/+4
* * gjavah.c (cxx_keywords): Re-sorted.tromey2001-12-091-2/+2
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-1/+1
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-011-1/+1
* * parse.y (trap_overflow_corner_case): New rule.tromey2001-11-081-11/+45
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-2/+2
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * gjavah.c (cxx_keywords): Const-ification.ghazi2001-09-121-1/+1
* 2001-08-30 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-011-0/+9
* For PR java/2812:tromey2001-07-181-3/+4
* * lex.c (java_read_char): Disallow invalid and overlongtromey2001-06-201-10/+23
* 2001-05-03 Mo DeJong <mdejong@redhat.com>apbianco2001-05-041-0/+1
* * constants.c (PUTN): Use memcpy, not bcopy.ghazi2001-03-261-4/+2
* * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.bryce2001-03-231-4/+77
* * lex.c (java_read_unicode): Only accept leading `u's.tromey2001-03-211-5/+10
* Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.bothner2001-02-241-1/+1
* * lex.c (java_new_lexer): Longer error message.tromey2001-02-071-1/+1
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-6/+11
* * lex.c (java_read_char): Check for EOF from getc first.rearnsha2001-01-251-2/+2
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-151-1/+103
* * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body isbothner2001-01-141-1/+4
* * Make-lang.in (JAVA_LEX_C): Added chartables.h.tromey2000-12-131-48/+89
* * lex.c (yylex): Added STRICT_TK case.tromey2000-11-201-1/+1
* * lex.c (yylex): Recognize floating point constants with leadingtromey2000-11-201-1/+5
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-2/+2
* * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.tromey2000-11-061-2/+32
* * lex.c (java_parse_escape_sequence): Only read two octaltromey2000-11-051-18/+18
* * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.tromey2000-11-031-56/+78
* * lex.c (java_new_lexer): Initialize new fields. Work aroundtromey2000-10-261-134/+221
* 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-10-191-2/+2
* Remove obstacks.mmitchel2000-10-131-4/+1