aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-16expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson1-1/+2
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-1/+1
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-10-01* lex.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner1-482/+482
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-6/+6
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-3/+8
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-12/+6
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell1-10/+17
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-3/+3
2004-05-26lex.c (java_new_lexer): Set 'encoding'.Bryce McKinlay1-3/+10
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