summaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
Commit message (Expand)AuthorAgeFilesLines
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-061-4/+4
* Reverted erroneous checkinTom Tromey2002-11-021-4/+4
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-021-4/+4
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-13/+5
* toplev.c (set_float_handler): Make static.Zack Weinberg2001-08-121-5/+0
* For PR java/2812:Tom Tromey2001-07-181-2/+2
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* Make-lang.in (JAVA_LEX_C): Added chartables.h.Tom Tromey2000-12-131-315/+31
* lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey2000-11-061-1/+1
* lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey2000-11-031-0/+15
* lex.c (java_new_lexer): Initialize new fields.Tom Tromey2000-10-261-1/+11
* lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey2000-10-101-0/+14
* * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.Tom Tromey2000-09-151-1/+1
* re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey2000-09-121-4/+37
* Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg2000-02-171-1/+0
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-2/+2
* re GNATS gcj/59 (Problem with jv-scan --print-main)Tom Tromey1999-10-041-1/+1
* lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR.Kaveh R. Ghazi1999-05-121-3/+0
* Warning fixes:Kaveh R. Ghazi1999-03-231-1/+0
* lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner1999-03-131-2/+2
* Fix copyrights.Jeff Law1999-01-061-1/+1
* lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1999-01-061-19/+0
* java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1998-12-091-0/+1
* class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1998-11-101-7/+19
* jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1998-10-221-1/+0
* lex.c (setjmp.h): No longer included.Alexandre Petit-Bianco1998-10-161-0/+2
* java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1998-10-141-0/+1
* Initial revisionAnthony Green1998-09-061-0/+512