summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1998-01-271-20/+14
* Merge from gcc-2.8Jeff Law1997-12-061-141/+128
* cccp.c, cpplib.c (compare_defs): Don't complain about arg name respellings un...Paul Eggert1997-11-131-3/+5
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-103/+129
* From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.Fred Fish1997-09-111-4/+4
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1997-09-011-4/+0
* (safe_read): If MAX_READ_LEN is defined, limit incremental readRichard Kenner1997-05-181-3/+11
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-12/+10
* (do_include): Diagnose #import and #include_next if pedantic and if not in a ...Richard Kenner1997-04-131-1/+11
* (cpp_handle_options): Set warn_undef from -Wundef and -Wno-undef.Richard Kenner1997-04-131-0/+4
* (do_error, do_warning): Fix memory leak.Richard Kenner1997-03-191-2/+2
* (unsafe_chars): `p' is unsafe before `-' or `+', since it might generate a C9...Richard Kenner1997-03-191-10/+17
* (special_symbol, check_macro_name, collect_expansion): Don't treat "L"Richard Kenner1997-02-161-4/+9
* (macroexpand): Delete any no-reexpansion marker that follows an identifier at...Richard Kenner1997-01-031-2/+7
* (LOCAL_INCLUDE_DIR): Remove default definition.Richard Kenner1996-12-071-4/+6
* (cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner1996-10-091-3/+3
* formatting tweaksMike Stump1996-07-031-106/+113
* cpplib.c (xcalloc): From from cppalloc.c.Per Bothner1996-06-071-13/+43
* cpplib.c (init_parse_option): Renamed to cpp_options_init.Per Bothner1996-06-061-60/+56
* cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.Per Bothner1996-06-051-78/+48
* (skip_comment, handle_directive): Don't use uninitialized vars.Paul Eggert1996-05-071-2/+4
* (default_include): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR.Richard Kenner1996-05-051-1/+2
* (sys/param.h): Delete inclusion.Doug Evans1996-01-271-1/+0
* (finclude): Set current input pointer when input is not a regularRichard Kenner1995-11-041-0/+1
* (output_line_command): If not emitting #line directives delayRichard Kenner1995-07-011-2/+4
* (progname): Remove definition from here.Richard Kenner1995-06-281-4/+0
* Update FSF address.Richard Kenner1995-06-151-1/+1
* (cpp_push_buffer): Include filename in error message.Richard Kenner1995-06-081-1/+1
* (initialize_builtins): Add missing parm to timestamp call.Richard Kenner1995-05-231-1/+1
* * cpplib.c (collect_expansion): Don't escape '@' inside string.Per Bothner1995-05-191-1/+4
* Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1995-05-161-2/+2
* Fix typos in comments.Richard Kenner1995-05-161-3/+3
* Fix reporting of unterminated strings.Per Bothner1995-05-121-123/+37
* cpplib.c (line_for_error): Make it work; add extra parameter.Per Bothner1995-05-111-41/+32
* Bunch of fixes. See ChangeLog.Per Bothner1995-04-301-92/+181
* Don't include <sys/stat.h> twice.Richard Kenner1995-04-271-4/+2
* cpplib.c: Rename make_definition to cpp_define.Per Bothner1995-04-171-9/+7
* Bunch of little fixes. See ChangeLog.Per Bothner1995-04-111-59/+62
* (init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to char *.Richard Kenner1995-04-101-5/+6
* * cpplib.c (bcopy, bzero, bcmp): Remove #undefs.Per Bothner1995-04-071-5/+0
* cpplib.c (SELF_DIR_DUMMY): New macro.Per Bothner1995-04-061-4/+10
* Moved 'high-level' error functions from cpperror.c to cpplib.c.Per Bothner1995-04-051-2/+220
* Merged in earlier cccp.c changesPer Bothner1995-03-211-44/+68
* Initial revisionPer Bothner1995-03-161-0/+7288