]> gcc.gnu.org Git - gcc.git/history - gcc/java/lex.c
boehm.c (set_bit): Improve type safety wrt unsignedness.
[gcc.git] / gcc / java / lex.c
2004-07-24 Mike Stumpboehm.c (set_bit): Improve type safety wrt unsignedness.
2004-05-26 Bryce McKinlaylex.c (java_new_lexer): Set 'encoding'.
2003-10-22 Kazu HirataChangeLog: Fix typos.
2003-05-13 Zack Weinbergdiagnostic.c (output_format): Add support for %m.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-03-19 Tom Tromeylex.c (do_java_lex): Renamed from java_lex.
2003-02-24 Tom Tromeylang-options.h: Added -Wdeprecated.
2003-01-28 Tom Tromeylex.c (java_lex): Don't include UEOF as part of token.
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-11-18 Tom Tromeyre PR java/7912 (invalid verification error for arrays)
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-11-06 Tom Tromeyre PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimi...
2002-11-02 Tom TromeyReverted erroneous checkin
2002-11-02 Tom Tromeyre PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimi...
2002-09-30 Anthony GreenAdd -fno-assert flag.
2002-09-17 Tom Tromeyre PR java/7950 (jc1 parses files ending in 0x0d incorr...
2002-09-16 Richard Hendersonreal.c, real.h: Rewrite from scratch.
2002-07-23 Tom Tromey* lex.c (java_lex): Check for `e' or `E' after 0.
2002-06-27 Kaveh R. Ghazilex.c (java_init_lex): Avoid incorrect hardcoded consta...
2002-06-26 Kaveh R. Ghazilex.c (java_read_char): Avoid "comparison is always...
2002-06-11 Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-03-29 Martin Kahlertlex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
2002-03-25 Zack Weinbergtoplev.c: Don't include setjmp.h.
2002-03-23 Eric Blakere PR java/6026 (float literals in expressions are...
2002-03-12 Eric Blakere PR java/5902 (Gcj fails to parse float)
2002-03-03 Zack Weinbergemit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC...
2001-12-27 Kaveh R. Ghazicollect2.c (is_ctor_dtor): Const-ify.
2001-12-23 Kaveh R. Ghaziarc.c (arc_hard_regno_mode_ok): Const-ify.
2001-12-16 Joseph MyersChangeLog, [...]: Fix spelling errors.
2001-12-16 Kaveh R. Ghazic-lex.c (lex_number): Use ISXDIGIT/hex_value.
2001-12-11 Tom Tromeylex.c (java_init_lex): Define wfl_to_string as gnu...
2001-12-09 Tom Tromeygjavah.c (cxx_keywords): Re-sorted.
2001-12-03 Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-12-01 Neil Boothc-decl.c (duplicate_decls, [...]): Remove trailing...
2001-11-08 Tom Tromeyparse.y (trap_overflow_corner_case): New rule.
2001-10-21 Kaveh R. Ghazic-format.c (maybe_read_dollar_number): Use safe-ctype...
2001-10-07 Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-09-12 Kaveh R. Ghazigjavah.c (cxx_keywords): Const-ification.
2001-09-01 Alexandre Petit... [multiple changes]
2001-07-18 Tom TromeyFor PR java/2812:
2001-06-20 Tom Tromeyre PR java/2319 (invalid UTF-8 sequences should be...
2001-05-04 Mo DeJonglex.c (java_new_lexer): Call iconv_close on temp handle...
2001-03-26 Kaveh R. Ghaziconstants.c (PUTN): Use memcpy, not bcopy.
2001-03-23 Bryce McKinlaygjavah.c (cxx_keywords): Update from the definitive...
2001-03-21 Tom Tromey* lex.c (java_read_unicode): Only accept leading `u's.
2001-02-24 Per BothnerHandle compiling multiple input files at once, and...
2001-02-07 Tom Tromey* lex.c (java_new_lexer): Longer error message.
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-01-25 Richard Earnshaw* lex.c (java_read_char): Check for EOF from getc first.
2001-01-15 Alexandre Petit... All files with updated copyright when applicable.
2001-01-14 Per Bothnerparse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION...
2000-12-13 Tom TromeyMake-lang.in (JAVA_LEX_C): Added chartables.h.
2000-11-20 Tom Tromeylex.c (yylex): Added STRICT_TK case.
2000-11-20 Tom Tromeylex.c (yylex): Recognize floating point constants with...
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-11-06 Tom Tromeylex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
2000-11-05 Tom Tromeylex.c (java_parse_escape_sequence): Only read two octal...
2000-11-03 Tom Tromeylex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
2000-10-26 Tom Tromeylex.c (java_new_lexer): Initialize new fields.
2000-10-19 Alexandre Petit... gjavah.c (add_class_decl): Removed unused variables...
2000-10-13 Mark MitchellRemove obstacks.
2000-10-10 Tom Tromeylex.c (java_new_lexer): Initialize out_first and out_la...
2000-10-03 Tom Tromeylex.c (java_read_unicode): Reset bs_count when finished...
2000-10-01 Mark Mitchellc-decl.c (c_expand_body): Don't generate RTL if flag_sy...
2000-09-12 Tom Tromeyre GNATS gcj/33 (gcj mangles composed characters)
2000-09-12 Tom Tromeyre GNATS gcj/343 (can't cast array to serializable)
2000-06-29 Tom Tromeylex.c (java_lineterminator): Don't recognize \r after \n.
2000-05-09 Zack Weinbergtop level:
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-02-22 Alexandre Petit... re GNATS gcj/147 (Problem parsing comments)
2000-02-17 Zack WeinbergMakefile.in (PARSE_C, [...]): Move dependencies on...
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-09-16 Kaveh R. Ghazigjavah.c (get_field_name, [...]): Use xmalloc, not...
1999-08-25 Kaveh R. Ghazigjavah.c (print_name, [...]): Add static prototype.
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-05-25 Alexandre Petit... [multiple changes]
1999-05-03 Alexandre Petit... check-init.c (check_init): Exclude a case of error...
1999-04-05 Kaveh R. Ghaziclass.c (add_method_1): Cast the argument of `bzero...
1999-03-28 Kaveh R. GhaziWarning fixes:
1999-03-23 Kaveh R. GhaziWarning fixes:
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-03-13 Per Bothnerlex.c (java_read_char): UNGET invalid non-initial utf8...
1999-03-08 Per Bothnerlex.c (java_parse_end_comment): Take extra parameter...
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-02-19 Per BothnerForce left-to-right evaluation of binary operations...
1999-02-10 Alexandre Petit... lex.c (yylex): Encode \0 as UTF8.
1999-02-09 Alexandre Petit... lex.c (java_lang_cloneable): Initialize.
1999-02-08 Alexandre Petit... lex.c (java_read_char): Fixed utf8 decoding.
1999-02-05 Andrew Haleyclass.c (make_class_data): The superclass of an interfa...
1999-02-01 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
1999-01-19 Alexandre Petit... java-tree.h: (check_for_initialization): Added prototype.
1999-01-13 Alexandre Petit... class.c (maybe_layout_super_class): Fixed returned...
1999-01-06 Jeff LawFix copyrights.
1999-01-06 Per Bothnerlex.h: Moved static function declarations to lex.c...
1998-12-10 Alexandre Petit... decl.c (long_zero_node, [...]): New global variables...
1998-12-09 Alexandre Petit... java-tree.def (NEW_ARRAY_INIT): New Java tree code.
1998-12-01 Alexandre Petit... class.c (layout_class_method): Don't report error on...
next
This page took 2.304605 seconds and 108 git commands to generate.