OSDN Git Service

Sat Aug 15 20:22:33 1998 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.c
1998-07-20 lawRemove accidental checkin.
1998-07-13 nickcAdd --help option.
1998-07-06 law * cpplib.c (cpp_options_init): Initialize cplus...
1998-06-29 ghaziWarning fixes:
1998-06-28 ghaziConsolidate strerror handling, as well as getcwd/getwd.
1998-06-23 brolleyTue Jun 23 16:44:21 1998 Dave Brolley <brolley@cygnus...
1998-06-22 ghaziWarning fixes:
1998-06-10 brolley Integrate cpplib into the C and C++ front ends.
1998-05-25 brolleyMon May 25 14:00:13 1998 Dave Brolley <brolley@cygnus...
1998-05-19 ghaziWarning Fixes:
1998-05-13 ghaziWarning fixes:
1998-05-06 lawtypo typo fixes fixes
1998-05-06 ghazi * c-common.c: Convert to using ctype macros...
1998-05-06 ghaziBe more careful when including <time.h> and <sys/file...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-30 scoxgcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT...
1998-03-30 ghaziMore cutover to system.h:
1998-03-29 law * cpplib.c (cpp_file_line_for_message): Delete...
1998-03-18 ghaziFix more warnings...
1998-01-27 lawd
1997-12-07 lawMerge from gcc-2.8
1997-11-14 law * cccp.c, cpplib.c (compare_defs):
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-11 wilsonFrom Fred Fish, fix BeOS (I assume) related problem...
1997-09-01 law * cccp.c (sys_errlist): Remove special 4.4bsd...
1997-05-18 kenner(safe_read): If MAX_READ_LEN is defined, limit incremen...
1997-05-06 mrsreformat a little to match GNU coding standards.
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