aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
AgeCommit message (Expand)Author
1998-08-26 * system.h: Include stdarg.h/varargs.h, make sure they are orderedKaveh Ghazi
1998-07-20Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh Ghazi
1998-04-06More system.h cutover patches:Kaveh Ghazi
1998-04-03dummy commit before mergeJeffrey A Law
1997-04-13cexp.y (warn_undef): New variable.Richard Kenner
1997-03-19(parse_number, yylex), cccp.c (rescan), cpplib.cRichard Kenner
1997-03-17(parse_number): Invalid integer constants are errors if pedantic.Richard Kenner
1997-02-16(parse_c_expression): Don't check for null lexptr or *lexptr == 0. IfRichard Kenner
1997-02-16(yylex): Use is_space, not is_hor_space, to find keyword end.Richard Kenner
1997-01-19#define __attribute__ to be null if compiling with GCC older than 2.7,Richard Kenner
1997-01-04(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.Richard Kenner
1996-10-23(yylex): Cast string literal to U_CHAR* for lookup() call.Richard Kenner
1996-10-09(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner
1996-07-03formatting tweaksMike Stump
1996-04-10(parse_number): Don't reject long long constants unless pedantic.Richard Kenner
1996-01-23Use preprocessor arithmetic instead of C arithmeticPaul Eggert
1996-01-18(HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_WIDE_INT.Paul Eggert
1996-01-16General code cleanup in the style of 1995-04-01 change.Richard Kenner
1995-12-29(yylex, parse_c_expression, main): Likewise.Richard Kenner
1995-12-28(parse_number): Improve error message for bogus numbers.Richard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-06-09(left_shift): Ignore integer overflow.Richard Kenner
1995-06-09(skip_evaluation): New variable.Richard Kenner
1995-02-11(%union): Delete VOIDVAL and SVAL; unused.Richard Kenner
1994-09-20(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.Richard Kenner
1993-10-06Let tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depends upon target_flagsIan Lance Taylor
1993-02-27(parse_escape): Delete case for '^'.Richard Stallman
1993-02-02(parse_escape): Support \E and \e like cc1:Richard Stallman
1993-01-06(yylex): Make tokstart an unsigned char *.Richard Stallman
1992-10-21(integer_overflow): Do nothing unless pedantic.Richard Stallman
1992-09-17(parse_escape): Diagnose '\x' with no digits.Richard Stallman
1992-09-17(parse_number): Warn about '9' in octal constants.Richard Stallman
1992-09-14(parse_number): Diagnose integer constants that are too large.Richard Stallman
1992-09-13(exp): Detect signed integer overflow.Richard Stallman
1992-09-03Comment syntax fix.Richard Stallman
1992-08-14(NULL_PTR): Use the same definition asTom Wood
1992-07-31entered into RCSRichard Kenner
1992-07-18*** empty log message ***Richard Stallman
1992-07-06Initial revisionCharles Hannum