aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
1997-05-18(safe_read): If MAX_READ_LEN is defined, limit incremental readRichard Kenner1-3/+11
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-12/+10
1997-04-13(do_include): Diagnose #import and #include_next if pedantic and if not in a ...Richard Kenner1-1/+11
1997-04-13(cpp_handle_options): Set warn_undef from -Wundef and -Wno-undef.Richard Kenner1-0/+4
1997-03-19(do_error, do_warning): Fix memory leak.Richard Kenner1-2/+2
1997-03-19(unsafe_chars): `p' is unsafe before `-' or `+', since it might generate a C9...Richard Kenner1-10/+17
1997-02-16(special_symbol, check_macro_name, collect_expansion): Don't treat "L"Richard Kenner1-4/+9
1997-01-03(macroexpand): Delete any no-reexpansion marker that follows an identifier at...Richard Kenner1-2/+7
1996-12-07(LOCAL_INCLUDE_DIR): Remove default definition.Richard Kenner1-4/+6
1996-10-09(cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner1-3/+3
1996-07-03formatting tweaksMike Stump1-106/+113
1996-06-07cpplib.c (xcalloc): From from cppalloc.c.Per Bothner1-13/+43
1996-06-06cpplib.c (init_parse_option): Renamed to cpp_options_init.Per Bothner1-60/+56
1996-06-05cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.Per Bothner1-78/+48
1996-05-07(skip_comment, handle_directive): Don't use uninitialized vars.Paul Eggert1-2/+4
1996-05-05(default_include): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR.Richard Kenner1-1/+2
1996-01-27(sys/param.h): Delete inclusion.Doug Evans1-1/+0
1995-11-04(finclude): Set current input pointer when input is not a regularRichard Kenner1-0/+1
1995-07-01(output_line_command): If not emitting #line directives delayRichard Kenner1-2/+4
1995-06-28(progname): Remove definition from here.Richard Kenner1-4/+0
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-06-08(cpp_push_buffer): Include filename in error message.Richard Kenner1-1/+1
1995-05-23(initialize_builtins): Add missing parm to timestamp call.Richard Kenner1-1/+1
1995-05-19* cpplib.c (collect_expansion): Don't escape '@' inside string.Per Bothner1-1/+4
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-2/+2
1995-05-16Fix typos in comments.Richard Kenner1-3/+3
1995-05-12Fix reporting of unterminated strings.Per Bothner1-123/+37
1995-05-11cpplib.c (line_for_error): Make it work; add extra parameter.Per Bothner1-41/+32
1995-04-30Bunch of fixes. See ChangeLog.Per Bothner1-92/+181
1995-04-27Don't include <sys/stat.h> twice.Richard Kenner1-4/+2
1995-04-17cpplib.c: Rename make_definition to cpp_define.Per Bothner1-9/+7
1995-04-11Bunch of little fixes. See ChangeLog.Per Bothner1-59/+62
1995-04-10(init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to char *.Richard Kenner1-5/+6
1995-04-07* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.Per Bothner1-5/+0
1995-04-06cpplib.c (SELF_DIR_DUMMY): New macro.Per Bothner1-4/+10
1995-04-05Moved 'high-level' error functions from cpperror.c to cpplib.c.Per Bothner1-2/+220
1995-03-21Merged in earlier cccp.c changesPer Bothner1-44/+68
1995-03-16Initial revisionPer Bothner1-0/+7288