Age | Commit message (Expand) | Author | Files | Lines |
1999-09-16 | system.h (CTYPE_CONV, [...]): New macros. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-09-07 | Linas Vepstas <linas@linas.org> | Linas Vepstas | 1 | -3/+3 |
1999-03-16 | cexp.y (yyerror): Call verror to get a usefull error message. | Andreas Schwab | 1 | -3/+2 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -9/+10 |
1999-02-15 | cccp.c: Don't define HOST_WIDE_INT. | Kaveh R. Ghazi | 1 | -87/+56 |
1999-02-09 | system.h (_, N_): Remove dummy i18n macros. | Nathan Sidwell | 1 | -0/+1 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -46/+50 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -4/+3 |
1998-11-08 | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1 | -6/+6 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-08-26 | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1 | -5/+0 |
1998-07-20 | configure.in (enable_c_mbchar): New configure option. | Dave Brolley | 1 | -41/+72 |
1998-05-07 | Handle missing vfprintf() & _doprnt() functions with linked in modules, | Kaveh R. Ghazi | 1 | -53/+32 |
1998-04-06 | More system.h cutover patches: | Kaveh R. Ghazi | 1 | -39/+25 |
1998-04-03 | dummy commit before merge | Jeff Law | 1 | -64/+104 |
1997-04-13 | cexp.y (warn_undef): New variable. | Richard Kenner | 1 | -1/+7 |
1997-03-19 | (parse_number, yylex), cccp.c (rescan), cpplib.c | Richard Kenner | 1 | -2/+7 |
1997-03-17 | (parse_number): Invalid integer constants are errors if pedantic. | Richard Kenner | 1 | -3/+3 |
1997-02-16 | (parse_c_expression): Don't check for null lexptr or *lexptr == 0. | Richard Kenner | 1 | -8/+3 |
1997-02-16 | (yylex): Use is_space, not is_hor_space, to find keyword end. | Richard Kenner | 1 | -8/+10 |
1997-01-19 | #define __attribute__ to be null if compiling with GCC older than 2.7, | Richard Kenner | 1 | -1/+1 |
1997-01-04 | (PRINTF_PROTO): Use __printf__ in __attribute__, not printf. | Richard Kenner | 1 | -3/+3 |
1996-10-23 | (yylex): Cast string literal to U_CHAR* for lookup() call. | Richard Kenner | 1 | -1/+2 |
1996-10-09 | (initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS. | Richard Kenner | 1 | -2/+0 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -1/+1 |
1996-04-10 | (parse_number): Don't reject long long constants unless pedantic. | Richard Kenner | 1 | -3/+3 |
1996-01-23 | Use preprocessor arithmetic instead of C arithmetic to avoid warnings on some... | Paul Eggert | 1 | -9/+16 |
1996-01-18 | (HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_WIDE_INT. | Paul Eggert | 1 | -43/+70 |
1996-01-16 | General code cleanup in the style of 1995-04-01 change. | Richard Kenner | 1 | -140/+271 |
1995-12-29 | (yylex, parse_c_expression, main): Likewise. | Richard Kenner | 1 | -6/+6 |
1995-12-28 | (parse_number): Improve error message for bogus numbers. | Richard Kenner | 1 | -18/+18 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-09 | (left_shift): Ignore integer overflow. | Richard Kenner | 1 | -11/+5 |
1995-06-09 | (skip_evaluation): New variable. | Richard Kenner | 1 | -10/+28 |
1995-02-11 | (%union): Delete VOIDVAL and SVAL; unused. | Richard Kenner | 1 | -3/+1 |
1994-09-20 | (HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros. | Richard Kenner | 1 | -4/+18 |
1993-10-06 | Let tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depends upon target_flags | Ian Lance Taylor | 1 | -5/+21 |
1993-02-27 | (parse_escape): Delete case for '^'. | Richard Stallman | 1 | -7/+0 |
1993-02-02 | (parse_escape): Support \E and \e like cc1: | Richard Stallman | 1 | -0/+3 |
1993-01-06 | (yylex): Make tokstart an unsigned char *. | Richard Stallman | 1 | -5/+5 |
1992-10-21 | (integer_overflow): Do nothing unless pedantic. | Richard Stallman | 1 | -1/+2 |
1992-09-17 | (parse_escape): Diagnose '\x' with no digits. | Richard Stallman | 1 | -5/+10 |
1992-09-17 | (parse_number): Warn about '9' in octal constants. | Richard Stallman | 1 | -13/+17 |
1992-09-14 | (parse_number): Diagnose integer constants that are too large. | Richard Stallman | 1 | -13/+34 |
1992-09-13 | (exp): Detect signed integer overflow. | Richard Stallman | 1 | -19/+88 |
1992-09-03 | Comment syntax fix. | Richard Stallman | 1 | -1/+1 |
1992-08-14 | (NULL_PTR): Use the same definition as | Tom Wood | 1 | -1/+11 |
1992-07-31 | entered into RCS | Richard Kenner | 1 | -0/+2 |
1992-07-18 | *** empty log message *** | Richard Stallman | 1 | -0/+2 |
1992-07-06 | Initial revision | Charles Hannum | 1 | -0/+896 |