* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
[gcc.git] / gcc / cpplib.c
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