| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR java/2812: | tromey | 2001-07-18 | 1 | -3/+4 |
* | * lex.c (java_read_char): Disallow invalid and overlong | tromey | 2001-06-20 | 1 | -10/+23 |
* | 2001-05-03 Mo DeJong <mdejong@redhat.com> | apbianco | 2001-05-04 | 1 | -0/+1 |
* | * constants.c (PUTN): Use memcpy, not bcopy. | ghazi | 2001-03-26 | 1 | -4/+2 |
* | * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c. | bryce | 2001-03-23 | 1 | -4/+77 |
* | * lex.c (java_read_unicode): Only accept leading `u's. | tromey | 2001-03-21 | 1 | -5/+10 |
* | Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog. | bothner | 2001-02-24 | 1 | -1/+1 |
* | * lex.c (java_new_lexer): Longer error message. | tromey | 2001-02-07 | 1 | -1/+1 |
* | * diagnostic.h (set_internal_error_function): Renamed. | kenner | 2001-02-04 | 1 | -6/+11 |
* | * lex.c (java_read_char): Check for EOF from getc first. | rearnsha | 2001-01-25 | 1 | -2/+2 |
* | 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2001-01-15 | 1 | -1/+103 |
* | * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is | bothner | 2001-01-14 | 1 | -1/+4 |
* | * Make-lang.in (JAVA_LEX_C): Added chartables.h. | tromey | 2000-12-13 | 1 | -48/+89 |
* | * lex.c (yylex): Added STRICT_TK case. | tromey | 2000-11-20 | 1 | -1/+1 |
* | * lex.c (yylex): Recognize floating point constants with leading | tromey | 2000-11-20 | 1 | -1/+5 |
* | * alias.c (init_alias_analysis), calls.c (expand_call, | jsm28 | 2000-11-07 | 1 | -2/+2 |
* | * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix. | tromey | 2000-11-06 | 1 | -2/+32 |
* | * lex.c (java_parse_escape_sequence): Only read two octal | tromey | 2000-11-05 | 1 | -18/+18 |
* | * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro. | tromey | 2000-11-03 | 1 | -56/+78 |
* | * lex.c (java_new_lexer): Initialize new fields. Work around | tromey | 2000-10-26 | 1 | -134/+221 |
* | 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-10-19 | 1 | -2/+2 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -4/+1 |
* | * lex.c (java_new_lexer): Initialize out_first and out_last | tromey | 2000-10-10 | 1 | -61/+81 |
* | * lex.c (java_read_unicode): Reset bs_count when finished with | tromey | 2000-10-03 | 1 | -0/+1 |
* | * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | mmitchel | 2000-10-01 | 1 | -8/+1 |
* | Fix for PR gcj/33: | tromey | 2000-09-12 | 1 | -85/+207 |
* | Fix for PR gcj/343: | tromey | 2000-09-12 | 1 | -0/+2 |
* | * lex.c (java_lineterminator): Don't recognize \r after \n. If \r | tromey | 2000-06-29 | 1 | -10/+14 |
* | top level: | zack | 2000-05-09 | 1 | -1/+1 |
* | Added Java 1.1 language features. | apbianco | 2000-03-14 | 1 | -3/+7 |
* | 2000-02-15 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-02-22 | 1 | -3/+2 |
* | * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on | zack | 2000-02-17 | 1 | -26/+51 |
* | * buffer.h: PROTO -> PARAMS. | ghazi | 2000-01-21 | 1 | -19/+19 |
* | * gjavah.c (get_field_name, print_method_info, print_include, | ghazi | 1999-09-16 | 1 | -3/+3 |
* | * gjavah.c (print_name, print_base_classname, utf8_cmp, | ghazi | 1999-08-25 | 1 | -1/+3 |
* | Warning fixes: | ghazi | 1999-08-04 | 1 | -7/+7 |
* | Tue May 25 15:06:13 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 1999-05-25 | 1 | -2/+2 |
* | Fri Apr 30 17:54:40 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 1999-05-03 | 1 | -1/+1 |
* | * class.c (add_method_1): Cast the argument of `bzero' to PTR. | ghazi | 1999-04-05 | 1 | -14/+2 |
* | Warning fixes: | ghazi | 1999-03-28 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1999-03-23 | 1 | -0/+1 |
* | * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) | ghazi | 1999-03-21 | 1 | -2/+2 |
* | h | bothner | 1999-03-13 | 1 | -1/+12 |
* | � | bothner | 1999-03-08 | 1 | -9/+9 |
* | * Makefile.in (jcf-parse.o): Depend on $(PARSE_H). | ghazi | 1999-03-06 | 1 | -6/+12 |
* | d | bothner | 1999-02-19 | 1 | -5/+6 |
* | 1999-02-10 Alexandre Petit-Bianco <apbianco@cygnus.com> | tromey | 1999-02-10 | 1 | -2/+1 |
* | Tue Feb 9 19:31:09 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 1999-02-09 | 1 | -0/+2 |
* | Fri Jan 29 18:19:02 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 1999-02-08 | 1 | -6/+6 |
* | 1999-02-05 Andrew Haley <aph@cygnus.com> | aph | 1999-02-05 | 1 | -1/+3 |