]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cexp.y
system.h (CTYPE_CONV, [...]): New macros.
[thirdparty/gcc.git] / gcc / cexp.y
1999-09-16  Kaveh R. Ghazisystem.h (CTYPE_CONV, [...]): New macros.
1999-09-08  Linas VepstasLinas Vepstas <linas@linas.org>
1999-03-16  Andreas Schwabcexp.y (yyerror): Call verror to get a usefull error...
1999-03-06  Kaveh R. Ghazic-aux-info.c (data_type, [...]): Qualify a char* with...
1999-02-15  Kaveh R. Ghazicccp.c: Don't define HOST_WIDE_INT.
1999-02-09  Nathan Sidwellsystem.h (_, N_): Remove dummy i18n macros.
1999-01-27  Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1998-11-27  Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-08  Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-11-07  Kaveh R. Ghaziconfigure.in (host_xm_file, [...]): Arrange to include...
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