rtl.def (CALL_PLACEHOLDER): New rtx code.
[gcc.git] / gcc / cpplib.c
1999-01-18 Kaveh R. Ghazicpplib.c (special_symbol): Qualify a char* with the...
1999-01-16 Jeffrey A Lawcccp.c (print_help): Fix typos.
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1999-01-04 Zack Weinbergcpplib.c (skip_if_group): Split out the logic that...
1999-01-04 Zack Weinbergcpplib.c (do_undef): EOF immediately after '#undef...
1998-12-16 Zack Weinbergcpplib.c (do_include): Treat #include_next in the prima...
1998-12-16 Kaveh R. Ghazicccp.c: Don't define MIN/MAX anymore.
1998-12-15 Zack Weinbergcppalloc.c: Add xstrdup here.
1998-12-15 Zack Weinbergcpplib.c: Make all directive handlers read their own...
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-12-08 Kaveh R. Ghazicpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.
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-12-07 Dave Brolley[multiple changes]
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-25 Zack Weinbergcpplib.h: Delete struct import_file.
1998-11-23 Melissa O'Neillcccp.c (S_ISREG, S_ISDIR): Delete defines.
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-10-29 Zack Weinberg[multiple changes]
1998-10-28 Richard HendersonMakefile.in (cc1): Put C_OBJS, and thence @extra_c_objs...
1998-10-17 Kaveh R. GhaziWarning fixes:
1998-10-16 Dave Brolleycpplib.c (cpp_get_token): Replace whitespace that occur...
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-10-05 Zack Weinbergcpplib.c (macroexpand): Correct off-by-one error in...
1998-09-30 Zack Weinbergcpplib.c (macroexpand): If arg->raw_before or arg-...
1998-09-30 Zack Weinbergtoplev.c (documented_lang_options): Recognize -include...
1998-09-21 Felix Leec-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRO...
1998-09-16 Alexandre Olivacpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-08-20 Dave Brolleystor-layout.c (layout_type): Compute TYPE_SIZE_UNIT...
1998-07-20 Jeff LawRemove accidental checkin.
1998-07-13 Nick CliftonAdd --help option.
1998-07-06 Ian Lance Taylorcpplib.c (cpp_options_init): Initialize cplusplus_comme...
1998-06-29 Kaveh R. GhaziWarning fixes:
1998-06-28 Kaveh R. GhaziConsolidate strerror handling, as well as getcwd/getwd.
1998-06-23 Dave Brolleycpplib.c (do_line): Typo broke #line directive.
1998-06-22 Kaveh R. GhaziWarning fixes:
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-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Kaveh R. GhaziBe more careful when including <time.h> and <sys/file...
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-30 Stan Coxgcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT...
1998-03-30 Kaveh R. GhaziMore cutover to system.h:
1998-03-29 Jeffrey A Lawcpplib.c (cpp_file_line_for_message): Delete unused...
1998-03-18 Kaveh R. GhaziFix more warnings...
1998-01-27 Kaveh R. Ghazic-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-14 Paul Eggertcccp.c, cpplib.c (compare_defs): Don't complain about...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-11 Fred FishFrom Fred Fish, fix BeOS (I assume) related problem...
1997-09-01 Jeffrey A Lawcccp.c (sys_errlist): Remove special 4.4bsd declaration.
1997-05-18 Richard Kenner(safe_read): If MAX_READ_LEN is defined, limit incremen...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-04-13 Richard Kenner(do_include): Diagnose #import and #include_next if...
1997-04-13 Richard Kenner(cpp_handle_options): Set warn_undef from -Wundef and...
1997-03-19 Richard Kenner(do_error, do_warning): Fix memory leak.
1997-03-19 Richard Kenner(unsafe_chars): `p' is unsafe before `-' or `+', since...
1997-02-16 Richard Kenner(special_symbol, check_macro_name, collect_expansion...
1997-01-03 Richard Kenner(macroexpand): Delete any no-reexpansion marker that...
1996-12-07 Richard Kenner(LOCAL_INCLUDE_DIR): Remove default definition.
1996-10-09 Richard Kenner(cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.
1996-07-03 Mike Stumpformatting tweaks
1996-06-07 Per Bothnercpplib.c (xcalloc): From from cppalloc.c.
1996-06-07 Per Bothnercpplib.c (init_parse_option): Renamed to cpp_options_init.
1996-06-05 Per Bothnercpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.
1996-05-07 Paul Eggert(skip_comment, handle_directive): Don't use uninitializ...
1996-05-06 Richard Kenner(default_include): For C++, also search OLD_GPLUSPLUS_I...
1996-01-27 Doug Evans(sys/param.h): Delete inclusion.
1995-11-04 Richard Kenner(finclude): Set current input pointer when input is...
1995-07-01 Richard Kenner(output_line_command): If not emitting #line directives...
1995-06-28 Richard Kenner(progname): Remove definition from here.
1995-06-15 Richard KennerUpdate FSF address.
1995-06-08 Richard Kenner(cpp_push_buffer): Include filename in error message.
1995-05-23 Richard Kenner(initialize_builtins): Add missing parm to timestamp...
1995-05-19 Per Bothner* cpplib.c (collect_expansion): Don't escape '@' insid...
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-05-12 Per Bothnercpplib.c (line_for_error): Make it work; add extra...
1995-04-30 Per BothnerBunch of fixes. See ChangeLog.
1995-04-27 Richard KennerDon't include <sys/stat.h> twice.
1995-04-17 Per Bothnercpplib.c: Rename make_definition to cpp_define.
1995-04-11 Per BothnerBunch of little fixes. See ChangeLog.
1995-04-10 Richard Kenner(init_parse_options, cpp_reader): Cast args to bcopy...
1995-04-07 Per Bothner* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.
1995-04-07 Per Bothnercpplib.c (SELF_DIR_DUMMY): New macro.
1995-04-05 Per BothnerMoved 'high-level' error functions from cpperror.c...
1995-03-22 Per BothnerMerged in earlier cccp.c changes
1995-03-16 Per BothnerInitial revision