summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
* (skip_to_end_of_comment): Catch unterminated comments.dje1994-06-211-1/+15
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-41/+47
* (main): -MG doesn't make sense with -MD or -MMD!dje1994-05-311-12/+11
* (print_deps_missing_files): New global.dje1994-05-301-1/+66
* Include source file name in dependency output.ian1994-05-051-0/+1
* (special_symbol): Don't copy simple strings, use wchar_type.merrill1994-05-041-21/+16
* (macroexpand): Use start_line for line number of the newwilson1994-04-281-1/+3
* (do_error): Don't terminate.kenner1994-04-191-4/+2
* * cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.merrill1994-04-121-14/+22
* (rescan): Don't look for C++ // comment before directive.wilson1994-04-111-21/+47
* (discard_comments): Replace comments with a single space.wilson1994-04-061-2/+4
* * cccp.c (special_symbol, case T_WCHAR_TYPE): Output "__wchar_t"merrill1994-04-041-2/+9
* (pcfinclude): Modify comment referring to gstddef.h.wilson1994-04-011-1/+1
* (for_lint): Variable renamed from `lint'.kenner1994-03-251-3/+3
* (before_system, last_before_system): New variables.wilson1994-03-181-1/+28
* (do_include, hack-vms_include_specification): Change handling ofkenner1994-03-121-1/+38
* (main, finclude, check_precompiled): When safe_read returns a partialkenner1994-03-101-58/+20
* (no_record_file): New variable.kenner1994-03-071-4/+16
* (check_precompiled): Delete unused var dollar_loc.kenner1994-02-281-5/+1
* (main, args case 'D'): Rewrite to avoid uninitialized var.kenner1994-02-271-39/+37
* (read_name_map, read_filename_string, open_include_file):wilson1993-12-241-6/+231
* (main): Cast alloca result to char * to avoid warning.wilson1993-12-221-1/+1
* (main): Strip off ".cpp" extension.kenner1993-12-221-0/+6
* (main): Combine tests of single-character suffixes.kenner1993-12-121-50/+53
* (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