aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
AgeCommit message (Expand)AuthorFilesLines
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