aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-06lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.Tom Tromey1-2/+32
2000-11-05lex.c (java_parse_escape_sequence): Only read two octal characters if the fir...Tom Tromey1-18/+18
2000-11-03lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.Tom Tromey1-56/+78
2000-10-26lex.c (java_new_lexer): Initialize new fields.Tom Tromey1-134/+221
2000-10-18gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...Alexandre Petit-Bianco1-2/+2
2000-10-13Remove obstacks.Mark Mitchell1-4/+1
2000-10-10lex.c (java_new_lexer): Initialize out_first and out_last fields.Tom Tromey1-61/+81
2000-10-03lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.Tom Tromey1-0/+1
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-8/+1
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-85/+207
2000-09-12re GNATS gcj/343 (can't cast array to serializable)Tom Tromey1-0/+2
2000-06-29lex.c (java_lineterminator): Don't recognize \r after \n.Tom Tromey1-10/+14
2000-05-09top level:Zack Weinberg1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-3/+7
2000-02-21re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco1-3/+2
2000-02-17Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg1-26/+51
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-19/+19
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-3/+3
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-1/+3
1999-08-04Warning fixes:Kaveh R. Ghazi1-7/+7
1999-05-25[multiple changes]Alexandre Petit-Bianco1-2/+2
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-1/+1
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-14/+2
1999-03-28Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-23Warning fixes:Kaveh R. Ghazi1-0/+1
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-2/+2
1999-03-13lex.c (java_read_char): UNGET invalid non-initial utf8 character.Per Bothner1-1/+12
1999-03-08lex.c (java_parse_end_comment): Take extra parameter (next char).Per Bothner1-9/+9
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-6/+12
1999-02-19Force left-to-right evaluation of binary operations etc.Per Bothner1-5/+6
1999-02-10lex.c (yylex): Encode \0 as UTF8.Alexandre Petit-Bianco1-2/+1
1999-02-09lex.c (java_lang_cloneable): Initialize.Alexandre Petit-Bianco1-0/+2
1999-02-08lex.c (java_read_char): Fixed utf8 decoding.Alexandre Petit-Bianco1-6/+6
1999-02-05class.c (make_class_data): The superclass of an interface should be null, not...Andrew Haley1-1/+3
1999-02-01Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi1-3/+0
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1-1/+0
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-1/+4
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-0/+19
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-6/+4
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-1/+2
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-4/+22
1998-11-24[multiple changes]Alexandre Petit-Bianco1-4/+4
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-56/+59
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-1/+0
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-37/+35
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-0/+1
1998-10-12Per Bothner1-12/+21
1998-09-06Initial revisionAnthony Green1-0/+1355