Bump for snapshot
[platform/upstream/gcc.git] / gcc / cexp.y
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-07-20 Dave Brolleyconfigure.in (enable_c_mbchar): New configure option.
1998-05-07 Kaveh R. GhaziHandle missing vfprintf() & _doprnt() functions with...
1998-04-06 Kaveh R. GhaziMore system.h cutover patches:
1998-04-03 Jeff Lawdummy commit before merge
1997-04-13 Richard Kennercexp.y (warn_undef): New variable.
1997-03-19 Richard Kenner(parse_number, yylex), cccp.c (rescan), cpplib.c
1997-03-17 Richard Kenner(parse_number): Invalid integer constants are errors...
1997-02-16 Richard Kenner(parse_c_expression): Don't check for null lexptr or...
1997-02-16 Richard Kenner(yylex): Use is_space, not is_hor_space, to find keywor...
1997-01-19 Richard Kenner#define __attribute__ to be null if compiling with...
1997-01-04 Richard Kenner(PRINTF_PROTO): Use __printf__ in __attribute__, not...
1996-10-23 Richard Kenner(yylex): Cast string literal to U_CHAR* for lookup...
1996-10-09 Richard Kenner(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.
1996-07-03 Mike Stumpformatting tweaks
1996-04-10 Richard Kenner(parse_number): Don't reject long long constants unless...
1996-01-23 Paul EggertUse preprocessor arithmetic instead of C arithmetic...
1996-01-18 Paul Eggert(HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_...
1996-01-16 Richard KennerGeneral code cleanup in the style of 1995-04-01 change.
1995-12-29 Richard Kenner(yylex, parse_c_expression, main): Likewise.
1995-12-28 Richard Kenner(parse_number): Improve error message for bogus numbers.
1995-06-15 Richard KennerUpdate FSF address.
1995-06-09 Richard Kenner(left_shift): Ignore integer overflow.
1995-06-09 Richard Kenner(skip_evaluation): New variable.
1995-02-11 Richard Kenner(%union): Delete VOIDVAL and SVAL; unused.
1994-09-20 Richard Kenner(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.
1993-10-06 Ian Lance TaylorLet tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depen...
1993-02-27 Richard Stallman(parse_escape): Delete case for '^'.
1993-02-02 Richard Stallman(parse_escape): Support \E and \e like cc1:
1993-01-06 Richard Stallman(yylex): Make tokstart an unsigned char *.
1992-10-21 Richard Stallman(integer_overflow): Do nothing unless pedantic.
1992-09-17 Richard Stallman(parse_escape): Diagnose '\x' with no digits.
1992-09-17 Richard Stallman(parse_number): Warn about '9' in octal constants.
1992-09-14 Richard Stallman(parse_number): Diagnose integer constants that are...
1992-09-13 Richard Stallman(exp): Detect signed integer overflow.
1992-09-03 Richard StallmanComment syntax fix.
1992-08-14 Tom Wood(NULL_PTR): Use the same definition as
1992-07-31 Richard Kennerentered into RCS
1992-07-18 Richard Stallman*** empty log message ***
1992-07-06 Charles HannumInitial revision