rtl.def (CALL_PLACEHOLDER): New rtx code.
[gcc.git] / gcc / cpplib.h
1999-01-20 Jeff LawMinor copyright tweak.
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1998-12-15 Zack Weinbergcppalloc.c: Add xstrdup here.
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-12-11 Manfred Hollsteincccp.c: Do not #include <sys/stat.h> here; this is...
1998-12-11 Manfred Hollsteincpplib.h (HOST_WIDE_INT): Get definition from "machmode...
1998-12-07 Zack Weinbergcpplib.c (initialize_char_syntax): Use ISALPHA and...
1998-12-07 Zack Weinbergcpplib.h (struct cpp_buffer): Replace dir and dlen...
1998-11-25 Zack Weinbergcpplib.h: Delete struct import_file.
1998-11-08 Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-10-29 Zack Weinberg[multiple changes]
1998-10-11 Zack Weinbergcppexp.c: When forcing unsigned comparisons, cast both...
1998-10-08 Jeff Lawemit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-06-23 Dave Brolleycpplib.c (do_line): Typo broke #line directive.
1998-06-10 Dave BrolleyIntegrate cpplib into the C and C++ front ends.
1998-05-25 Dave Brolleycpperror.c (v_cpp_message): Remove static prototype.
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-04-03 Jeff Lawdummy commit before merge
1997-04-13 Richard Kenner(struct cpp_options): New member warn_undef.
1997-03-19 Richard Kenner(struct cpp_options): New member c89.
1996-10-09 Richard Kenner(DOLLARS_IN_IDENTIFIERS): Remove.
1996-07-03 Mike Stumpformatting tweaks
1996-06-07 Per Bothnercpplib.h (struct parse_file): Removed.
1996-06-05 Per Bothnercpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.
1995-06-15 Richard KennerUpdate FSF address.
1995-05-19 Per BothnerAdd comment that '@' is not an escape inside a string.
1995-05-16 Richard KennerUse FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
1995-05-16 Richard KennerFix typos in comments.
1995-05-12 Per BothnerFix reporting of unterminated strings.
1995-04-30 Per BothnerRemove PARSE_GETC. Add comment about "@ ".
1995-04-17 Per Bothner* cpplib.h (cpp_define): New declaration.
1995-03-22 Per BothnerMerged in earlier cccp.c changes
1995-03-16 Per BothnerInitial revision