summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes:ghazi1998-06-291-1/+1
* Consolidate strerror handling, as well as getcwd/getwd.ghazi1998-06-281-12/+2
* Tue Jun 23 16:44:21 1998 Dave Brolley <brolley@cygnus.com>brolley1998-06-231-5/+14
* Warning fixes:ghazi1998-06-221-1/+1
* Integrate cpplib into the C and C++ front ends.brolley1998-06-101-455/+474
* Mon May 25 14:00:13 1998 Dave Brolley <brolley@cygnus.com>brolley1998-05-251-1/+0
* Warning Fixes:ghazi1998-05-191-152/+287
* Warning fixes:ghazi1998-05-131-6/+7
* typo typo fixes fixeslaw1998-05-061-3/+3
* * c-common.c: Convert to using ctype macros defined in system.h.ghazi1998-05-061-4/+4
* Be more careful when including <time.h> and <sys/file.h> in system.h.ghazi1998-05-061-4/+0
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-0/+4
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-3/+5
* gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.scox1998-03-301-5/+9
* More cutover to system.h:ghazi1998-03-301-52/+1
* * cpplib.c (cpp_file_line_for_message): Delete unused parameter.law1998-03-291-6/+10
* Fix more warnings...ghazi1998-03-181-5/+2
* dlaw1998-01-271-20/+14
* Merge from gcc-2.8law1997-12-071-141/+128
* * cccp.c, cpplib.c (compare_defs):law1997-11-141-3/+5
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-103/+129
* From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.wilson1997-09-111-4/+4
* * cccp.c (sys_errlist): Remove special 4.4bsd declaration.law1997-09-011-4/+0
* (safe_read): If MAX_READ_LEN is defined, limit incremental readkenner1997-05-181-3/+11
* reformat a little to match GNU coding standards.mrs1997-05-061-12/+10
* (do_include): Diagnose #import and #include_next if pedantic and ifkenner1997-04-131-1/+11
* (cpp_handle_options): Set warn_undef from -Wundef and -Wno-undef.kenner1997-04-131-0/+4
* (do_error, do_warning): Fix memory leak.kenner1997-03-191-2/+2
* (unsafe_chars): `p' is unsafe before `-' or `+', since itkenner1997-03-191-10/+17
* (special_symbol, check_macro_name, collect_expansion): Don't treat "L"kenner1997-02-161-4/+9
* (macroexpand): Delete any no-reexpansion marker that follows ankenner1997-01-031-2/+7
* (LOCAL_INCLUDE_DIR): Remove default definition.kenner1996-12-071-4/+6
* (cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.kenner1996-10-091-3/+3
* formatting tweaksmrs1996-07-031-106/+113
* * cpplib.c (xcalloc): From from cppalloc.c.bothner1996-06-071-13/+43
* * cpplib.c (init_parse_option): Renamed to cpp_options_init.bothner1996-06-071-60/+56
* * cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.bothner1996-06-051-78/+48
* (skip_comment, handle_directive): Don't use uninitialized vars.eggert1996-05-071-2/+4
* (default_include): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR.kenner1996-05-061-1/+2
* (sys/param.h): Delete inclusion.dje1996-01-271-1/+0
* (finclude): Set current input pointer when input is not a regularkenner1995-11-041-0/+1
* (output_line_command): If not emitting #line directives delaykenner1995-07-011-2/+4
* (progname): Remove definition from here.kenner1995-06-281-4/+0
* Update FSF address.kenner1995-06-151-1/+1
* (cpp_push_buffer): Include filename in error message.kenner1995-06-081-1/+1
* (initialize_builtins): Add missing parm to timestamp call.kenner1995-05-231-1/+1
* * cpplib.c (collect_expansion): Don't escape '@' inside string.bothner1995-05-191-1/+4
* Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.kenner1995-05-161-2/+2
* Fix typos in comments.kenner1995-05-161-3/+3
* Fix reporting of unterminated strings.bothner1995-05-121-123/+37