| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -141/+128 |
* | * cccp.c, cpplib.c (compare_defs): | law | 1997-11-14 | 1 | -3/+5 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -103/+129 |
* | From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers. | wilson | 1997-09-11 | 1 | -4/+4 |
* | * cccp.c (sys_errlist): Remove special 4.4bsd declaration. | law | 1997-09-01 | 1 | -4/+0 |
* | (safe_read): If MAX_READ_LEN is defined, limit incremental read | kenner | 1997-05-18 | 1 | -3/+11 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -12/+10 |
* | (do_include): Diagnose #import and #include_next if pedantic and if | kenner | 1997-04-13 | 1 | -1/+11 |
* | (cpp_handle_options): Set warn_undef from -Wundef and -Wno-undef. | kenner | 1997-04-13 | 1 | -0/+4 |
* | (do_error, do_warning): Fix memory leak. | kenner | 1997-03-19 | 1 | -2/+2 |
* | (unsafe_chars): `p' is unsafe before `-' or `+', since it | kenner | 1997-03-19 | 1 | -10/+17 |
* | (special_symbol, check_macro_name, collect_expansion): Don't treat "L" | kenner | 1997-02-16 | 1 | -4/+9 |
* | (macroexpand): Delete any no-reexpansion marker that follows an | kenner | 1997-01-03 | 1 | -2/+7 |
* | (LOCAL_INCLUDE_DIR): Remove default definition. | kenner | 1996-12-07 | 1 | -4/+6 |
* | (cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS. | kenner | 1996-10-09 | 1 | -3/+3 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -106/+113 |
* | * cpplib.c (xcalloc): From from cppalloc.c. | bothner | 1996-06-07 | 1 | -13/+43 |
* | * cpplib.c (init_parse_option): Renamed to cpp_options_init. | bothner | 1996-06-07 | 1 | -60/+56 |
* | * cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS. | bothner | 1996-06-05 | 1 | -78/+48 |
* | (skip_comment, handle_directive): Don't use uninitialized vars. | eggert | 1996-05-07 | 1 | -2/+4 |
* | (default_include): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR. | kenner | 1996-05-06 | 1 | -1/+2 |
* | (sys/param.h): Delete inclusion. | dje | 1996-01-27 | 1 | -1/+0 |
* | (finclude): Set current input pointer when input is not a regular | kenner | 1995-11-04 | 1 | -0/+1 |
* | (output_line_command): If not emitting #line directives delay | kenner | 1995-07-01 | 1 | -2/+4 |
* | (progname): Remove definition from here. | kenner | 1995-06-28 | 1 | -4/+0 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+1 |
* | (cpp_push_buffer): Include filename in error message. | kenner | 1995-06-08 | 1 | -1/+1 |
* | (initialize_builtins): Add missing parm to timestamp call. | kenner | 1995-05-23 | 1 | -1/+1 |
* | * cpplib.c (collect_expansion): Don't escape '@' inside string. | bothner | 1995-05-19 | 1 | -1/+4 |
* | Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE. | kenner | 1995-05-16 | 1 | -2/+2 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -3/+3 |
* | Fix reporting of unterminated strings. | bothner | 1995-05-12 | 1 | -123/+37 |
* | * cpplib.c (line_for_error): Make it work; add extra parameter. | bothner | 1995-05-12 | 1 | -41/+32 |
* | Bunch of fixes. See ChangeLog. | bothner | 1995-04-30 | 1 | -92/+181 |
* | Don't include <sys/stat.h> twice. | kenner | 1995-04-27 | 1 | -4/+2 |
* | * cpplib.c: Rename make_definition to cpp_define. | bothner | 1995-04-17 | 1 | -9/+7 |
* | Bunch of little fixes. See ChangeLog. | bothner | 1995-04-11 | 1 | -59/+62 |
* | (init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to | kenner | 1995-04-10 | 1 | -5/+6 |
* | * cpplib.c (bcopy, bzero, bcmp): Remove #undefs. | bothner | 1995-04-07 | 1 | -5/+0 |
* | * cpplib.c (SELF_DIR_DUMMY): New macro. | bothner | 1995-04-07 | 1 | -4/+10 |
* | Moved 'high-level' error functions from cpperror.c to cpplib.c. | bothner | 1995-04-05 | 1 | -2/+220 |
* | Merged in earlier cccp.c changes | bothner | 1995-03-22 | 1 | -44/+68 |
* | Initial revision | bothner | 1995-03-16 | 1 | -0/+7288 |