summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (make_definition): Pass NULL as 3rd arg to do_define.rms1992-12-291-13/+19
* (do_pragma): Use index, not strchr.rms1992-12-161-1/+1
* (output_line_command): Use alloca for line_cmd_buf.kenner1992-12-051-1/+2
* (do_include): Initialize searchptr to 0.rms1992-11-271-1/+1
* (main): Do -D's and -A's and -U's in order specified.rms1992-11-241-10/+5
* (rescan): Accept # as command inside macro args, etc.rms1992-11-111-3/+8
* (get_lintcmd): Length of `LINTLIBRARY' is 11.rms1992-10-251-2/+2
* (collect_expansion): Don't add whitespace at endrms1992-10-181-10/+13
* (cplusplus_comments): New var.rms1992-10-171-18/+22
* (finclude): Set fp->buf earlier, so it's freed on error.rms1992-10-071-1/+2
* (main): Handle -U before -D (and -A).rms1992-10-061-40/+39
* (do_include): "Concatenate" multiple "strings" in #include.rms1992-09-251-4/+22
* (macroexpand): Don't output another error message if havewilson1992-09-161-5/+12
* (do_pragma): In prev. change, really use U_CHAR *, not char *.jrv1992-08-311-1/+1
* (do_pragma): Use rindex, not strrchr.rms1992-08-291-1/+1
* (do_pragma): In prev. change, use U_CHAR *, not char *.rms1992-08-281-4/+4
* (do_pragma): Warn if `#pragma implementation "foo.h"' isrms1992-08-251-1/+24
* (bcopy, bzero, bcmp): Remove #if VMS code--always use inline C loops.rms1992-08-211-31/+0
* (decl of create_definition): Move forward declarationrms1992-08-201-4/+27