aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-10Merge from pch-branch.Geoffrey Keating1-3/+4
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-1/+1
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-4/+4
2002-11-02Reverted erroneous checkinTom Tromey1-4/+4
2002-11-02re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-4/+4
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-13/+5
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-5/+0
2001-07-18For PR java/2812:Tom Tromey1-2/+2
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2000-12-13Make-lang.in (JAVA_LEX_C): Added chartables.h.Tom Tromey1-315/+31
2000-11-06lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey1-1/+1
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey1-0/+15
2000-10-26lex.c (java_new_lexer): Initialize new fields.Tom Tromey1-1/+11
2000-10-10lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey1-0/+14
2000-09-15* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.Tom Tromey1-1/+1
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-4/+37
2000-02-17Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg1-1/+0
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
1999-10-04re GNATS gcj/59 (Problem with jv-scan --print-main)Tom Tromey1-1/+1
1999-05-12lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR.Kaveh R. Ghazi1-3/+0
1999-03-23Warning fixes:Kaveh R. Ghazi1-1/+0
1999-03-13lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner1-2/+2
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1-19/+0
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-0/+1
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-7/+19
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-1/+0
1998-10-16lex.c (setjmp.h): No longer included.Alexandre Petit-Bianco1-0/+2
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-0/+1
1998-09-06Initial revisionAnthony Green1-0/+512