Age | Commit message (Expand) | Author | Files | Lines |
2000-06-29 | lex.c (java_lineterminator): Don't recognize \r after \n. | Tom Tromey | 1 | -10/+14 |
2000-05-09 | top level: | Zack Weinberg | 1 | -1/+1 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -3/+7 |
2000-02-21 | re GNATS gcj/147 (Problem parsing comments) | Alexandre Petit-Bianco | 1 | -3/+2 |
2000-02-17 | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 1 | -26/+51 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -19/+19 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -1/+3 |
1999-08-04 | Warning fixes: | Kaveh R. Ghazi | 1 | -7/+7 |
1999-05-25 | [multiple changes] | Alexandre Petit-Bianco | 1 | -2/+2 |
1999-05-03 | check-init.c (check_init): Exclude a case of error when doing xrefs. | Alexandre Petit-Bianco | 1 | -1/+1 |
1999-04-05 | class.c (add_method_1): Cast the argument of `bzero' to PTR. | Kaveh R. Ghazi | 1 | -14/+2 |
1999-03-28 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -2/+2 |
1999-03-13 | lex.c (java_read_char): UNGET invalid non-initial utf8 character. | Per Bothner | 1 | -1/+12 |
1999-03-08 | lex.c (java_parse_end_comment): Take extra parameter (next char). | Per Bothner | 1 | -9/+9 |
1999-03-06 | Makefile.in (jcf-parse.o): Depend on $(PARSE_H). | Kaveh R. Ghazi | 1 | -6/+12 |
1999-02-19 | Force left-to-right evaluation of binary operations etc. | Per Bothner | 1 | -5/+6 |
1999-02-10 | lex.c (yylex): Encode \0 as UTF8. | Alexandre Petit-Bianco | 1 | -2/+1 |
1999-02-09 | lex.c (java_lang_cloneable): Initialize. | Alexandre Petit-Bianco | 1 | -0/+2 |
1999-02-08 | lex.c (java_read_char): Fixed utf8 decoding. | Alexandre Petit-Bianco | 1 | -6/+6 |
1999-02-05 | class.c (make_class_data): The superclass of an interface should be null, not... | Andrew Haley | 1 | -1/+3 |
1999-02-01 | Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. | Kaveh R. Ghazi | 1 | -3/+0 |
1999-01-19 | java-tree.h: (check_for_initialization): Added prototype. | Alexandre Petit-Bianco | 1 | -1/+0 |
1999-01-12 | class.c (maybe_layout_super_class): Fixed returned value. | Alexandre Petit-Bianco | 1 | -1/+4 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-06 | lex.h: Moved static function declarations to lex.c, to shut up some -Wall war... | Per Bothner | 1 | -0/+19 |
1998-12-10 | decl.c (long_zero_node, [...]): New global variables, initialized. | Alexandre Petit-Bianco | 1 | -6/+4 |
1998-12-09 | java-tree.def (NEW_ARRAY_INIT): New Java tree code. | Alexandre Petit-Bianco | 1 | -1/+2 |
1998-12-01 | class.c (layout_class_method): Don't report error on non-static overriding st... | Alexandre Petit-Bianco | 1 | -4/+22 |
1998-11-24 | [multiple changes] | Alexandre Petit-Bianco | 1 | -4/+4 |
1998-11-10 | class.c (is_compiled_class): Call safe_layout_class for class compiled from s... | Alexandre Petit-Bianco | 1 | -56/+59 |
1998-10-22 | jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja... | Tom Tromey | 1 | -1/+0 |
1998-10-16 | lex.c (setjmp.h): No longer included. | Alexandre Petit-Bianco | 1 | -1/+0 |
1998-10-14 | java-tree.h (pop_labeled_block, [...]): New function prototypes. | Alexandre Petit-Bianco | 1 | -37/+35 |
1998-10-14 | decl.c (runtime_exception_type_node, [...]): New global variables. | Alexandre Petit-Bianco | 1 | -0/+1 |
1998-10-12 | � | Per Bothner | 1 | -12/+21 |
1998-09-06 | Initial revision | Anthony Green | 1 | -0/+1355 |