| Commit message (Expand) | Author | Age | Files | Lines |
* | cexp.y (warn_undef): New variable. | kenner | 1997-04-13 | 1 | -1/+7 |
* | (parse_number, yylex), cccp.c (rescan), cpplib.c | kenner | 1997-03-19 | 1 | -2/+7 |
* | (parse_number): Invalid integer constants are errors if pedantic. | kenner | 1997-03-17 | 1 | -3/+3 |
* | (parse_c_expression): Don't check for null lexptr or *lexptr == 0. If | kenner | 1997-02-16 | 1 | -8/+3 |
* | (yylex): Use is_space, not is_hor_space, to find keyword end. | kenner | 1997-02-16 | 1 | -8/+10 |
* | #define __attribute__ to be null if compiling with GCC older than 2.7, | kenner | 1997-01-19 | 1 | -1/+1 |
* | (PRINTF_PROTO): Use __printf__ in __attribute__, not printf. | kenner | 1997-01-04 | 1 | -3/+3 |
* | (yylex): Cast string literal to U_CHAR* for lookup() call. | kenner | 1996-10-23 | 1 | -1/+2 |
* | (initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS. | kenner | 1996-10-09 | 1 | -2/+0 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | (parse_number): Don't reject long long constants unless pedantic. | kenner | 1996-04-10 | 1 | -3/+3 |
* | Use preprocessor arithmetic instead of C arithmetic | eggert | 1996-01-23 | 1 | -9/+16 |
* | (HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_WIDE_INT. | eggert | 1996-01-18 | 1 | -43/+70 |
* | General code cleanup in the style of 1995-04-01 change. | kenner | 1996-01-16 | 1 | -140/+271 |
* | (yylex, parse_c_expression, main): Likewise. | kenner | 1995-12-29 | 1 | -6/+6 |
* | (parse_number): Improve error message for bogus numbers. | kenner | 1995-12-28 | 1 | -18/+18 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (left_shift): Ignore integer overflow. | kenner | 1995-06-09 | 1 | -11/+5 |
* | (skip_evaluation): New variable. | kenner | 1995-06-09 | 1 | -10/+28 |
* | (%union): Delete VOIDVAL and SVAL; unused. | kenner | 1995-02-11 | 1 | -3/+1 |
* | (HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros. | kenner | 1994-09-20 | 1 | -4/+18 |
* | Let tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depends upon target_flags | ian | 1993-10-06 | 1 | -5/+21 |
* | (parse_escape): Delete case for '^'. | rms | 1993-02-27 | 1 | -7/+0 |
* | (parse_escape): Support \E and \e like cc1: | rms | 1993-02-02 | 1 | -0/+3 |
* | (yylex): Make tokstart an unsigned char *. | rms | 1993-01-06 | 1 | -5/+5 |
* | (integer_overflow): Do nothing unless pedantic. | rms | 1992-10-21 | 1 | -1/+2 |
* | (parse_escape): Diagnose '\x' with no digits. | rms | 1992-09-17 | 1 | -5/+10 |
* | (parse_number): Warn about '9' in octal constants. | rms | 1992-09-17 | 1 | -13/+17 |
* | (parse_number): Diagnose integer constants that are too large. | rms | 1992-09-14 | 1 | -13/+34 |
* | (exp): Detect signed integer overflow. | rms | 1992-09-13 | 1 | -19/+88 |
* | Comment syntax fix. | rms | 1992-09-03 | 1 | -1/+1 |
* | (NULL_PTR): Use the same definition as | wood | 1992-08-14 | 1 | -1/+11 |
* | entered into RCS | kenner | 1992-07-31 | 1 | -0/+2 |
* | *** empty log message *** | rms | 1992-07-18 | 1 | -0/+2 |
* | Initial revision | mycroft | 1992-07-06 | 1 | -0/+896 |