OSDN Git Service

* config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
[pf3gnuchains/gcc-fork.git] / gcc / cexp.y
1999-09-16 ghazi * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros...
1999-09-08 rthLinas Vepstas <linas@linas.org>
1999-03-16 law * cexp.y (yyerror): Call verror to get a useful...
1999-03-06 ghazi * c-aux-info.c (data_type, affix_data_type...
1999-02-15 ghazi * cccp.c: Don't define HOST_WIDE_INT. Replace...
1999-02-09 law * system.h (_, N_): Remove dummy i18n macros.
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1998-11-27 ghazi * system.h: Include libiberty.h.
1998-11-08 ghazi * gansidecl.h: Prepend a "G" to the macro wrapp...
1998-11-07 ghazi * configure.in (host_xm_file, build_xm_file...
1998-08-26 ghazi * system.h: Include stdarg.h/varargs.h, make...
1998-07-20 brolleyMon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus...
1998-05-07 ghaziHandle missing vfprintf() & _doprnt() functions with...
1998-04-06 ghaziMore system.h cutover patches:
1998-04-03 lawdummy commit before merge
1997-04-13 kennercexp.y (warn_undef): New variable.
1997-03-19 kenner(parse_number, yylex), cccp.c (rescan), cpplib.c
1997-03-17 kenner(parse_number): Invalid integer constants are errors...
1997-02-16 kenner(parse_c_expression): Don't check for null lexptr or...
1997-02-16 kenner(yylex): Use is_space, not is_hor_space, to find keywor...
1997-01-19 kenner#define __attribute__ to be null if compiling with...
1997-01-04 kenner(PRINTF_PROTO): Use __printf__ in __attribute__, not...
1996-10-23 kenner(yylex): Cast string literal to U_CHAR* for lookup...
1996-10-09 kenner(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.
1996-07-03 mrsformatting tweaks
1996-04-10 kenner(parse_number): Don't reject long long constants unless...
1996-01-23 eggertUse preprocessor arithmetic instead of C arithmetic
1996-01-18 eggert(HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_...
1996-01-16 kennerGeneral code cleanup in the style of 1995-04-01 change.
1995-12-29 kenner(yylex, parse_c_expression, main): Likewise.
1995-12-28 kenner(parse_number): Improve error message for bogus numbers.
1995-06-15 kennerUpdate FSF address.
1995-06-09 kenner(left_shift): Ignore integer overflow.
1995-06-09 kenner(skip_evaluation): New variable.
1995-02-11 kenner(%union): Delete VOIDVAL and SVAL; unused.
1994-09-20 kenner(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.
1993-10-06 ianLet tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depen...
1993-02-27 rms(parse_escape): Delete case for '^'.
1993-02-02 rms(parse_escape): Support \E and \e like cc1:
1993-01-06 rms(yylex): Make tokstart an unsigned char *.
1992-10-21 rms(integer_overflow): Do nothing unless pedantic.
1992-09-17 rms(parse_escape): Diagnose '\x' with no digits.
1992-09-17 rms(parse_number): Warn about '9' in octal constants.
1992-09-14 rms(parse_number): Diagnose integer constants that are...
1992-09-13 rms(exp): Detect signed integer overflow.
1992-09-03 rmsComment syntax fix.
1992-08-14 wood(NULL_PTR): Use the same definition as
1992-07-31 kennerentered into RCS
1992-07-18 rms*** empty log message ***
1992-07-06 mycroftInitial revision