OSDN Git Service

(alpha_need_linkage): Call get_identifier.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.c
1997-04-13 kenner(do_include): Diagnose #import and #include_next if...
1997-04-13 kenner(cpp_handle_options): Set warn_undef from -Wundef and...
1997-03-19 kenner(do_error, do_warning): Fix memory leak.
1997-03-19 kenner(unsafe_chars): `p' is unsafe before `-' or `+', since it
1997-02-16 kenner(special_symbol, check_macro_name, collect_expansion...
1997-01-03 kenner(macroexpand): Delete any no-reexpansion marker that...
1996-12-07 kenner(LOCAL_INCLUDE_DIR): Remove default definition.
1996-10-09 kenner(cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.
1996-07-03 mrsformatting tweaks
1996-06-07 bothner* cpplib.c (xcalloc): From from cppalloc.c.
1996-06-07 bothner* cpplib.c (init_parse_option): Renamed to cpp_options...
1996-06-05 bothner* cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.
1996-05-07 eggert(skip_comment, handle_directive): Don't use uninitializ...
1996-05-06 kenner(default_include): For C++, also search OLD_GPLUSPLUS_I...
1996-01-27 dje(sys/param.h): Delete inclusion.
1995-11-04 kenner(finclude): Set current input pointer when input is...
1995-07-01 kenner(output_line_command): If not emitting #line directives...
1995-06-28 kenner(progname): Remove definition from here.
1995-06-15 kennerUpdate FSF address.
1995-06-08 kenner(cpp_push_buffer): Include filename in error message.
1995-05-23 kenner(initialize_builtins): Add missing parm to timestamp...
1995-05-19 bothner* cpplib.c (collect_expansion): Don't escape '@' insid...
1995-05-16 kennerUse FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
1995-05-16 kennerFix typos in comments.
1995-05-12 bothnerFix reporting of unterminated strings.
1995-05-12 bothner* cpplib.c (line_for_error): Make it work; add extra...
1995-04-30 bothnerBunch of fixes. See ChangeLog.
1995-04-27 kennerDon't include <sys/stat.h> twice.
1995-04-17 bothner* cpplib.c: Rename make_definition to cpp_define.
1995-04-11 bothnerBunch of little fixes. See ChangeLog.
1995-04-10 kenner(init_parse_options, cpp_reader): Cast args to bcopy...
1995-04-07 bothner* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.
1995-04-07 bothner* cpplib.c (SELF_DIR_DUMMY): New macro.
1995-04-05 bothnerMoved 'high-level' error functions from cpperror.c...
1995-03-22 bothnerMerged in earlier cccp.c changes
1995-03-16 bothnerInitial revision