Age | Commit message (Expand) | Author | Files | Lines |
1994-05-05 | Include source file name in dependency output. | Ian Lance Taylor | 1 | -0/+1 |
1994-05-04 | (special_symbol): Don't copy simple strings, use wchar_type. | Jason Merrill | 1 | -21/+16 |
1994-04-28 | (macroexpand): Use start_line for line number of the new | Jim Wilson | 1 | -1/+3 |
1994-04-19 | (do_error): Don't terminate. | Richard Kenner | 1 | -4/+2 |
1994-04-12 | cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR. | Jason Merrill | 1 | -14/+22 |
1994-04-11 | (rescan): Don't look for C++ // comment before directive. | Jim Wilson | 1 | -21/+47 |
1994-04-06 | (discard_comments): Replace comments with a single space. | Jim Wilson | 1 | -2/+4 |
1994-04-04 | cccp.c (special_symbol, [...]): Output "__wchar_t" for C++. | Jason Merrill | 1 | -2/+9 |
1994-03-31 | (pcfinclude): Modify comment referring to gstddef.h. | Jim Wilson | 1 | -1/+1 |
1994-03-25 | (for_lint): Variable renamed from `lint'. | Richard Kenner | 1 | -3/+3 |
1994-03-18 | (before_system, last_before_system): New variables. | Jim Wilson | 1 | -1/+28 |
1994-03-12 | (do_include, hack-vms_include_specification): Change handling of | Richard Kenner | 1 | -1/+38 |
1994-03-10 | (main, finclude, check_precompiled): When safe_read returns a partial buffer,... | Richard Kenner | 1 | -58/+20 |
1994-03-07 | (no_record_file): New variable. | Richard Kenner | 1 | -4/+16 |
1994-02-28 | (check_precompiled): Delete unused var dollar_loc. | Richard Kenner | 1 | -5/+1 |
1994-02-27 | (main, args case 'D'): Rewrite to avoid uninitialized var. | Richard Kenner | 1 | -39/+37 |
1993-12-24 | (read_name_map, read_filename_string, open_include_file): | Jim Wilson | 1 | -6/+231 |
1993-12-22 | (main): Cast alloca result to char * to avoid warning. | Jim Wilson | 1 | -1/+1 |
1993-12-22 | (main): Strip off ".cpp" extension. | Richard Kenner | 1 | -0/+6 |
1993-12-12 | (main): Combine tests of single-character suffixes. | Richard Kenner | 1 | -50/+53 |
1993-12-11 | (INPUT_STACK_MAX): Double size. | Richard Kenner | 1 | -1/+1 |
1993-11-08 | (output_line_command): Handle NO_IMPLICIT_EXTERN_C here. | Richard Stallman | 1 | -7/+6 |
1993-11-05 | (safe_read, safe_write): Handle EINTR. | Richard Stallman | 1 | -2/+14 |
1993-11-05 | (main): Handle NO_IMPLICIT_EXTERN_C. | Richard Stallman | 1 | -0/+6 |
1993-11-03 | (safe_read): New function. | Richard Stallman | 1 | -23/+45 |
1993-11-01 | (safe_write): New function. | Richard Stallman | 1 | -6/+22 |
1993-11-01 | (do_ident): Substitute macros and output here. | Richard Stallman | 1 | -1/+23 |
1993-10-20 | (sys_errlist): Conditionalize declaration for BSD 4.4. | Jim Wilson | 1 | -0/+4 |
1993-10-13 | (main): Don't catch SIGPIPE if no such signal. | Richard Kenner | 1 | -0/+2 |
1993-10-13 | (output_line_command): Output the `4' flag only if cplusplus. | Richard Stallman | 1 | -1/+8 |
1993-10-07 | (main): New option -lang-c-c++-comments. | Richard Stallman | 1 | -0/+2 |
1993-10-07 | (struct file_name_list): Add new field c_system_include_path. | Richard Stallman | 1 | -1/+23 |
1993-10-05 | (rescan): Don't expand an identifier after a '#'. | Richard Kenner | 1 | -0/+9 |
1993-09-29 | (quote_string): New function. | Paul Eggert | 1 | -33/+70 |
1993-09-29 | (quote_string): New function. | Paul Eggert | 1 | -2/+28 |
1993-09-28 | (output_dots): New function. | Richard Stallman | 1 | -1/+16 |
1993-09-27 | If NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE. | Ian Lance Taylor | 1 | -0/+8 |
1993-09-03 | (skip_if_group): Check for traditional mode when skipping ahead to | Richard Kenner | 1 | -16/+18 |
1993-08-06 | (main): If -v, print header search dir list. | Richard Stallman | 1 | -0/+15 |
1993-06-29 | (main): For -iwithprefix, if no include_prefix, | Richard Stallman | 1 | -2/+41 |
1993-06-22 | toplev.c (report_error_function): Change format of the included-file stack to... | Brendan Kehoe | 1 | -1/+1 |
1993-05-21 | (default_include): Put TOOL_INCLUDE_DIR after | Richard Stallman | 1 | -3/+3 |
1993-05-04 | (macroexpand): Treat `foo ( )' as 0 args if foo wants 0 args. | Richard Stallman | 1 | -1/+4 |
1993-04-30 | Comment fix. | Richard Stallman | 1 | -1/+3 |
1993-04-09 | (no_precomp): Make it 1 by default. | Richard Stallman | 1 | -2/+4 |
1993-04-06 | (do_include): For missing header file... | Jim Wilson | 1 | -25/+9 |
1993-03-25 | (do_include): For "..." case, leave fend pointing at terminating 0. | Richard Stallman | 1 | -4/+4 |
1993-03-22 | (collect_expansion): Don't make # special in argless macro. | Richard Stallman | 1 | -2/+2 |
1993-03-16 | Follow whitespace conventions near parens. | Richard Stallman | 1 | -30/+30 |
1993-03-16 | (main): Report errors in output to pcp_outfile. | Richard Stallman | 1 | -3/+7 |