Age | Commit message (Expand) | Author | Files | Lines |
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 |
1993-03-16 | (write_output): Test value of `write'; report errors. | Richard Stallman | 1 | -6/+10 |
1993-03-02 | (do_include): Warn if find unreadable header file. | Jim Wilson | 1 | -1/+7 |
1993-02-27 | New builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__ | Ian Lance Taylor | 1 | -0/+26 |
1993-02-26 | (do_include): Correctly report the directive name | Richard Stallman | 1 | -5/+9 |
1993-02-21 | * Add declaration for pedwarn_with_line. | Doug Evans | 1 | -0/+1 |
1993-02-20 | (warning_with_line, pedwarn_with_line): New functions. | Richard Stallman | 1 | -3/+49 |
1993-02-09 | (main): Fix lineno of "does not end in newline" message. | Richard Stallman | 1 | -0/+6 |
1993-02-05 | (finclude): Error if try to include a directory. | Jim Wilson | 1 | -1/+9 |
1993-01-26 | (handle_directive): Init already_output after old_linenum label. | Richard Stallman | 1 | -9/+11 |
1993-01-23 | (change_newlines): Renamed from delete_newlines. | Richard Stallman | 1 | -8/+10 |
1993-01-18 | (include_defaults): Do use GCC_INCLUDE_DIR for cross compiler. | Richard Stallman | 1 | -1/+10 |
1993-01-18 | (initialize_builtins): Add uses of new macros | Jim Wilson | 1 | -0/+4 |
1993-01-14 | cccp.c (main): Trim down to the basename of what's to go in PROGNAME. | Brendan Kehoe | 1 | -1/+4 |
1993-01-13 | (include_defaults): | Richard Stallman | 1 | -1/+3 |
1993-01-12 | (main): Set signal handler for SIGPIPE. | Jim Wilson | 1 | -0/+13 |
1993-01-12 | (macroexpand): Before concatenated empty rest arg, | Richard Stallman | 1 | -35/+120 |