summaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c, [...]: Update copyright.Kazu Hirata2005-02-121-1/+1
* re PR java/15543 ("jv-scan --complexity" segfaults)Per Bothner2005-02-111-3/+7
* expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson2004-10-161-1/+2
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew2004-10-151-1/+1
* boehm.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* * lex.c: Fix a comment typo.Kazu Hirata2004-10-011-1/+1
* Simplify lexer. Implement --enable-mapped-location support.Per Bothner2004-09-301-482/+482
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-6/+6
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-3/+8
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-12/+6
* tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2004-08-051-10/+17
* boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump2004-07-241-3/+3
* lex.c (java_new_lexer): Set 'encoding'.Bryce McKinlay2004-05-261-3/+10
* ChangeLog: Fix typos.Kazu Hirata2003-10-221-1/+1
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-1/+1
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-6/+6
* lex.c (do_java_lex): Renamed from java_lex.Tom Tromey2003-03-191-1/+20
* lang-options.h: Added -Wdeprecated.Tom Tromey2003-02-241-41/+104
* lex.c (java_lex): Don't include UEOF as part of token.Tom Tromey2003-01-281-14/+23
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-66/+31
* Merge from pch-branch.Geoffrey Keating2003-01-101-1/+1
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-25/+24
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+6
* re PR java/7912 (invalid verification error for arrays)Tom Tromey2002-11-181-4/+0
* buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann2002-11-181-10/+9
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-061-37/+28
* Reverted erroneous checkinTom Tromey2002-11-021-28/+37
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-021-37/+28
* Add -fno-assert flag.Anthony Green2002-09-301-1/+9
* re PR java/7950 (jc1 parses files ending in 0x0d incorrectly)Tom Tromey2002-09-171-1/+1
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-1/+1
* * lex.c (java_lex): Check for `e' or `E' after 0.Tom Tromey2002-07-231-2/+3
* lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi2002-06-271-1/+1
* lex.c (java_read_char): Avoid "comparison is always true" warning.Kaveh R. Ghazi2002-06-261-2/+2
* jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey2002-06-111-0/+1
* lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.Martin Kahlert2002-03-291-2/+7
* toplev.c: Don't include setjmp.h.Zack Weinberg2002-03-251-34/+19
* re PR java/6026 (float literals in expressions are not properly recognized)Eric Blake2002-03-231-0/+2
* re PR java/5902 (Gcj fails to parse float)Eric Blake2002-03-121-75/+75
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-4/+0
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-2/+2
* arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2001-12-231-1/+1
* ChangeLog, [...]: Fix spelling errors.Joseph Myers2001-12-161-1/+1
* c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-12-161-5/+3
* lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u...Tom Tromey2001-12-111-1/+4
* gjavah.c (cxx_keywords): Re-sorted.Tom Tromey2001-12-091-2/+2
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* parse.y (trap_overflow_corner_case): New rule.Tom Tromey2001-11-081-11/+45
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-2/+2