aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-1/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-6/+6
2003-03-19lex.c (do_java_lex): Renamed from java_lex.Tom Tromey1-1/+20
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-41/+104
2003-01-28lex.c (java_lex): Don't include UEOF as part of token.Tom Tromey1-14/+23
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-66/+31
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-25/+24
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-4/+0
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-10/+9
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-37/+28
2002-11-02Reverted erroneous checkinTom Tromey1-28/+37
2002-11-02re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-37/+28
2002-09-30Add -fno-assert flag.Anthony Green1-1/+9
2002-09-17re PR java/7950 (jc1 parses files ending in 0x0d incorrectly)Tom Tromey1-1/+1
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-1/+1
2002-07-23* lex.c (java_lex): Check for `e' or `E' after 0.Tom Tromey1-2/+3
2002-06-27lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi1-1/+1
2002-06-26lex.c (java_read_char): Avoid "comparison is always true" warning.Kaveh R. Ghazi1-2/+2
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey1-0/+1
2002-03-29lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.Martin Kahlert1-2/+7
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-34/+19
2002-03-23re PR java/6026 (float literals in expressions are not properly recognized)Eric Blake1-0/+2
2002-03-12re PR java/5902 (Gcj fails to parse float)Eric Blake1-75/+75
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-4/+0
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-2/+2
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-16c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-5/+3
2001-12-11lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u...Tom Tromey1-1/+4
2001-12-09gjavah.c (cxx_keywords): Re-sorted.Tom Tromey1-2/+2
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
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