aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-07(main): New option -lang-c-c++-comments.Richard Stallman1-0/+2
1993-10-07(struct file_name_list): Add new field c_system_include_path.Richard Stallman1-1/+23
1993-10-05(rescan): Don't expand an identifier after a '#'.Richard Kenner1-0/+9
1993-09-29(quote_string): New function.Paul Eggert1-33/+70
1993-09-29(quote_string): New function.Paul Eggert1-2/+28
1993-09-28(output_dots): New function.Richard Stallman1-1/+16
1993-09-27If NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.Ian Lance Taylor1-0/+8
1993-09-03(skip_if_group): Check for traditional mode when skipping ahead toRichard Kenner1-16/+18
1993-08-06(main): If -v, print header search dir list.Richard Stallman1-0/+15
1993-06-29(main): For -iwithprefix, if no include_prefix,Richard Stallman1-2/+41
1993-06-22toplev.c (report_error_function): Change format of the included-file stack to...Brendan Kehoe1-1/+1
1993-05-21(default_include): Put TOOL_INCLUDE_DIR afterRichard Stallman1-3/+3
1993-05-04(macroexpand): Treat `foo ( )' as 0 args if foo wants 0 args.Richard Stallman1-1/+4
1993-04-30Comment fix.Richard Stallman1-1/+3
1993-04-09(no_precomp): Make it 1 by default.Richard Stallman1-2/+4
1993-04-06(do_include): For missing header file...Jim Wilson1-25/+9
1993-03-25(do_include): For "..." case, leave fend pointing at terminating 0.Richard Stallman1-4/+4
1993-03-22(collect_expansion): Don't make # special in argless macro.Richard Stallman1-2/+2
1993-03-16Follow whitespace conventions near parens.Richard Stallman1-30/+30
1993-03-16(main): Report errors in output to pcp_outfile.Richard Stallman1-3/+7
1993-03-16(write_output): Test value of `write'; report errors.Richard Stallman1-6/+10
1993-03-02(do_include): Warn if find unreadable header file.Jim Wilson1-1/+7
1993-02-27New builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__Ian Lance Taylor1-0/+26
1993-02-26(do_include): Correctly report the directive nameRichard Stallman1-5/+9
1993-02-21* Add declaration for pedwarn_with_line.Doug Evans1-0/+1
1993-02-20(warning_with_line, pedwarn_with_line): New functions.Richard Stallman1-3/+49
1993-02-09(main): Fix lineno of "does not end in newline" message.Richard Stallman1-0/+6
1993-02-05(finclude): Error if try to include a directory.Jim Wilson1-1/+9
1993-01-26(handle_directive): Init already_output after old_linenum label.Richard Stallman1-9/+11
1993-01-23(change_newlines): Renamed from delete_newlines.Richard Stallman1-8/+10
1993-01-18(include_defaults): Do use GCC_INCLUDE_DIR for cross compiler.Richard Stallman1-1/+10
1993-01-18(initialize_builtins): Add uses of new macrosJim Wilson1-0/+4
1993-01-14cccp.c (main): Trim down to the basename of what's to go in PROGNAME.Brendan Kehoe1-1/+4
1993-01-13(include_defaults):Richard Stallman1-1/+3
1993-01-12(main): Set signal handler for SIGPIPE.Jim Wilson1-0/+13
1993-01-12(macroexpand): Before concatenated empty rest arg,Richard Stallman1-35/+120
1993-01-05(do_line): Add pedantic warnings for out of range lineJim Wilson1-0/+6
1993-01-04(main): Recognize and remove .cxx as filename suffix.Richard Stallman1-0/+5
1993-01-02(default_include): Look directly in TOOL_INCLUDE_DIR.Richard Stallman1-0/+1
1992-12-31(multiline_string_line): New file scope static variable.Jim Wilson1-10/+11
1992-12-29(make_definition): Pass NULL as 3rd arg to do_define.Richard Stallman1-13/+19
1992-12-16(do_pragma): Use index, not strchr.Richard Stallman1-1/+1
1992-12-04(output_line_command): Use alloca for line_cmd_buf.Richard Kenner1-1/+2
1992-11-27(do_include): Initialize searchptr to 0.Richard Stallman1-1/+1
1992-11-24(main): Do -D's and -A's and -U's in order specified.Richard Stallman1-10/+5
1992-11-11(rescan): Accept # as command inside macro args, etc.Richard Stallman1-3/+8
1992-10-25(get_lintcmd): Length of `LINTLIBRARY' is 11.Richard Stallman1-2/+2
1992-10-18(collect_expansion): Don't add whitespace at end if inside a string and not t...Richard Stallman1-10/+13
1992-10-17(cplusplus_comments): New var.Richard Stallman1-18/+22
1992-10-07(finclude): Set fp->buf earlier, so it's freed on error.Richard Stallman1-1/+2