summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
...
* (INPUT_STACK_MAX): Double size.kenner1993-12-111-1/+1
* (output_line_command): Handle NO_IMPLICIT_EXTERN_C here.rms1993-11-081-7/+6
* (safe_read, safe_write): Handle EINTR.rms1993-11-051-2/+14
* (main): Handle NO_IMPLICIT_EXTERN_C.rms1993-11-051-0/+6
* (safe_read): New function.rms1993-11-031-23/+45
* (safe_write): New function.rms1993-11-011-6/+22
* (do_ident): Substitute macros and output here.rms1993-11-011-1/+23
* (sys_errlist): Conditionalize declaration for BSD 4.4.wilson1993-10-201-0/+4
* (main): Don't catch SIGPIPE if no such signal.kenner1993-10-131-0/+2
* (output_line_command): Output the `4' flag only if cplusplus.rms1993-10-131-1/+8
* (main): New option -lang-c-c++-comments.rms1993-10-071-0/+2
* (struct file_name_list): Add new field c_system_include_path.rms1993-10-071-1/+23
* (rescan): Don't expand an identifier after a '#'.kenner1993-10-051-0/+9
* (quote_string): New function.eggert1993-09-291-33/+70
* (quote_string): New function.eggert1993-09-291-2/+28
* (output_dots): New function.rms1993-09-281-1/+16
* If NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.ian1993-09-271-0/+8
* (skip_if_group): Check for traditional mode when skipping ahead tokenner1993-09-031-16/+18
* (main): If -v, print header search dir list.rms1993-08-061-0/+15
* (main): For -iwithprefix, if no include_prefix,rms1993-06-291-2/+41
* * toplev.c (report_error_function): Change format of thebrendan1993-06-221-1/+1
* (default_include): Put TOOL_INCLUDE_DIR afterrms1993-05-211-3/+3
* (macroexpand): Treat `foo ( )' as 0 args if foo wants 0 args.rms1993-05-041-1/+4
* Comment fix.rms1993-04-301-1/+3
* (no_precomp): Make it 1 by default.rms1993-04-091-2/+4
* (do_include): For missing header file, if -M, don'twilson1993-04-061-25/+9
* (do_include): For "..." case, leave fend pointing at terminating 0.rms1993-03-251-4/+4
* (collect_expansion): Don't make # special in argless macro.rms1993-03-221-2/+2
* Follow whitespace conventions near parens.rms1993-03-161-30/+30
* (main): Report errors in output to pcp_outfile.rms1993-03-161-3/+7
* (write_output): Test value of `write'; report errors.rms1993-03-161-6/+10
* (do_include): Warn if find unreadable header file.wilson1993-03-021-1/+7
* New builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__ian1993-02-271-0/+26
* (do_include): Correctly report the directive namerms1993-02-261-5/+9
* * Add declaration for pedwarn_with_line.dje1993-02-211-0/+1
* (warning_with_line, pedwarn_with_line): New functions.rms1993-02-201-3/+49
* (main): Fix lineno of "does not end in newline" message.rms1993-02-091-0/+6
* (finclude): Error if try to include a directory.wilson1993-02-051-1/+9
* (handle_directive): Init already_output after old_linenum label.rms1993-01-261-9/+11
* (change_newlines): Renamed from delete_newlines.rms1993-01-231-8/+10
* (include_defaults): Do use GCC_INCLUDE_DIR for cross compiler.rms1993-01-181-1/+10
* (initialize_builtins): Add uses of new macroswilson1993-01-181-0/+4
* * cccp.c (main): Trim down to the basename of what's to go inbrendan1993-01-151-1/+4
* (include_defaults):rms1993-01-131-1/+3
* (main): Set signal handler for SIGPIPE.wilson1993-01-121-0/+13
* (macroexpand): Before concatenated empty rest arg,rms1993-01-121-35/+120
* (do_line): Add pedantic warnings for out of range linewilson1993-01-061-0/+6
* (main): Recognize and remove .cxx as filename suffix.rms1993-01-041-0/+5
* (default_include): Look directly in TOOL_INCLUDE_DIR.rms1993-01-021-0/+1
* (multiline_string_line): New file scope static variable.wilson1992-12-311-10/+11