aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
AgeCommit message (Expand)AuthorFilesLines
1994-11-16(rescan): Remove unnecessary comparisons of ibp to limit.Richard Kenner1-6/+6
1994-11-08(dump_single_macro, dump_defn_1): If -traditional, dump macros in traditional...Richard Kenner1-19/+25
1994-11-05(rescan): Do not preserve newlines after macro name if rescanning a macro exp...Richard Kenner1-2/+2
1994-11-03TOOL_INCLUDE_DIR is not C++-aware.Richard Kenner1-2/+2
1994-10-25(rescan): ".." no longer terminates a preprocessing number, sinceRichard Kenner1-3/+1
1994-10-17(rescan): Preserve newlines after macro names at the top level since this is...Richard Kenner1-2/+10
1994-09-30(main): Use DIR_SEPARATOR if defined.Richard Kenner1-2/+15
1994-09-27(newline_fix, name_newline_fix): Don't treat \r specially here; it only cause...Richard Kenner1-28/+8
1994-09-20(eval_if_expression): Now returns HOST_WIDE_INT.Richard Kenner1-5/+6
1994-09-20(make_definition): Enable `-D' with macro arguments.Richard Kenner1-0/+6
1994-09-09(rescan, handle_directive): Backslash no longer suppresses the specialness of...Richard Kenner1-17/+13
1994-09-09Correct unprototyped pointer args from `0' to `NULL_PTR'Richard Kenner1-18/+18
1994-09-07(handle_directive): In `#include <xxx>' directives, remove backslash-newline ...Richard Kenner1-1/+8
1994-09-01(make_definition): Don't dump core when given an unterminated stringRichard Kenner1-1/+12
1994-08-15(index0): New function.Richard Kenner1-2/+30
1994-08-15(rescan, do_ident): Pass more accurate size request to check_expand.Richard Kenner1-4/+4
1994-08-15(main): Don't dump core if given -pcp, -MD, or -MMD without followingRichard Kenner1-1/+6
1994-08-14(skip_if_group): New arg op. All callers changed.Richard Stallman1-13/+64
1994-08-11(rescan): Fix botches with `-lint': the output buffer pointer was not recache...Richard Kenner1-3/+8
1994-08-11(dump_defn_1): Skip newlines and strings correctly.Richard Kenner1-5/+6
1994-08-08(create_definition): Warn about `#define a@'...Richard Kenner1-3/+25
1994-07-31(my_strerror): New function.Richard Kenner1-9/+43
1994-07-29(special_symbol, do_xifdef): Don't access value.defn of a T_CONST.Richard Kenner1-2/+5
1994-07-11Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1-1/+1
1994-06-29Always put 1 space after the macro expansion in ANSI mode.Michael Meissner1-0/+8
1994-06-24(create_definition): Eliminate whitespace before and after macroRichard Kenner1-20/+9
1994-06-21(skip_to_end_of_comment): Catch unterminated comments.Doug Evans1-1/+15
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-41/+47
1994-05-31(main): -MG doesn't make sense with -MD or -MMD!Doug Evans1-12/+11
1994-05-30(print_deps_missing_files): New global.Doug Evans1-1/+66
1994-05-05Include source file name in dependency output.Ian Lance Taylor1-0/+1
1994-05-04(special_symbol): Don't copy simple strings, use wchar_type.Jason Merrill1-21/+16
1994-04-28(macroexpand): Use start_line for line number of the newJim Wilson1-1/+3
1994-04-19(do_error): Don't terminate.Richard Kenner1-4/+2
1994-04-12cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.Jason Merrill1-14/+22
1994-04-11(rescan): Don't look for C++ // comment before directive.Jim Wilson1-21/+47
1994-04-06(discard_comments): Replace comments with a single space.Jim Wilson1-2/+4
1994-04-04cccp.c (special_symbol, [...]): Output "__wchar_t" for C++.Jason Merrill1-2/+9
1994-03-31(pcfinclude): Modify comment referring to gstddef.h.Jim Wilson1-1/+1
1994-03-25(for_lint): Variable renamed from `lint'.Richard Kenner1-3/+3
1994-03-18(before_system, last_before_system): New variables.Jim Wilson1-1/+28
1994-03-12(do_include, hack-vms_include_specification): Change handling ofRichard Kenner1-1/+38
1994-03-10(main, finclude, check_precompiled): When safe_read returns a partial buffer,...Richard Kenner1-58/+20
1994-03-07(no_record_file): New variable.Richard Kenner1-4/+16
1994-02-28(check_precompiled): Delete unused var dollar_loc.Richard Kenner1-5/+1
1994-02-27(main, args case 'D'): Rewrite to avoid uninitialized var.Richard Kenner1-39/+37
1993-12-24(read_name_map, read_filename_string, open_include_file):Jim Wilson1-6/+231
1993-12-22(main): Cast alloca result to char * to avoid warning.Jim Wilson1-1/+1
1993-12-22(main): Strip off ".cpp" extension.Richard Kenner1-0/+6
1993-12-12(main): Combine tests of single-character suffixes.Richard Kenner1-50/+53