aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
AgeCommit message (Expand)AuthorFilesLines
1997-02-16(special_symbol): Don't treat "L" in "L'...'" as identifier.Richard Kenner1-4/+12
1997-02-16(is_space): Now external.Richard Kenner1-2/+2
1997-02-02(rescan): Insert a space after `.' as well, to prevent accidental token-pasti...Richard Kenner1-3/+3
1997-01-19#define __attribute__ to be null if compiling with GCC older than 2.7,Richard Kenner1-1/+1
1997-01-04(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.Richard Kenner1-3/+3
1996-12-07(LOCAL_INCLUDE_DIR): Remove default definition.Richard Kenner1-4/+6
1996-10-09(do_include): Treat ENOTDIR like ENOENT when an open fails.Richard Kenner1-1/+1
1996-10-09(dollars_in_ident): Remove; replaced by is_idchar['$'].Richard Kenner1-24/+7
1996-09-24(struct directive, directive_table, handle_directive): pass_thru now 1 for #d...Richard Kenner1-14/+19
1996-08-18cccp.c (absolute_filename): Drive specifiers make the pathname absolute in cy...Doug Evans1-1/+5
1996-07-03formatting tweaksMike Stump1-202/+183
1996-06-24(create_definition): Diagnose `#define #' only once.Paul Eggert1-1/+1
1996-05-05(include_defaults_array): For C++, also searchRichard Kenner1-0/+1
1996-02-21(validate_else): Don't loop given `#endif /'.Paul Eggert1-24/+30
1996-01-27(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.Richard Kenner1-0/+1
1996-01-18(PTR_INT_TYPE): Remove obsolete define to `long'.Paul Eggert1-19/+13
1996-01-17(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Put back.Richard Kenner1-3/+17
1996-01-16(new_include_prefix): Ignore ENOTDIR error from stat.Jim Wilson1-1/+1
1996-01-16(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Remove.Richard Kenner1-25/+11
1996-01-16(skip_quoted_string): If pedantic and not pedantic_errors,Richard Kenner1-7/+11
1996-01-15(do_xifdef): Warn about `#ifdef 0' if not traditional; formerly theRichard Kenner1-5/+7
1995-12-29(eval_if_expression): End expression with '\n', not '\0' so '\0' canRichard Kenner1-0/+1
1995-12-28(do_include): In VMS, worry only about EACCES when open fails.Richard Kenner1-0/+11
1995-12-17Try harder not to open or stat the same include file twice.Richard Kenner1-824/+706
1995-11-29* cccp.c (do_include): Recognize c:\foo as absolute path name in DOS.Doug Evans1-0/+8
1995-10-26(handle_directive): Don't treat newline as white space when coalescingRichard Kenner1-4/+4
1995-09-28(rescan): Expand `#if foo && #bar' without a bogus complaint about preprocess...Richard Kenner1-0/+3
1995-09-12(is_system_include): Call skip_redundant_dir_prefix.Richard Kenner1-1/+1
1995-08-15(warning_with_line): Fix typo in declaration when !HAVE_VPRINTF andRichard Kenner1-1/+1
1995-08-13(warning_with_line): New function.Richard Kenner1-2/+19
1995-07-26(do_include, read_name_map): Omit leading "./" and trailing "/" when it makes...Richard Kenner1-13/+34
1995-07-18(do_include): Prefix -H output lines with spaces, not dots.Richard Kenner1-17/+2
1995-07-18(main): cplusplus_comments now defaults to 1.Richard Kenner1-3/+4
1995-07-10(rescan): Don't address outside of array when preprocessing C++Richard Kenner1-28/+19
1995-06-19(collect_expansion): Work around enum bug in vax ultrix 4.3 pcc.Richard Kenner1-2/+2
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-13/+5
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
1995-05-12(enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.Ken Raeburn1-0/+13
1995-05-12#if VMS, don't define `stat' macro to be VMS_stat.Richard Kenner1-17/+16
1995-05-12(do_include): Cast alloca's value.Richard Kenner1-2/+2
1995-04-29(do_include): Re-fix minor memory leak by using alloca instead ofRichard Kenner1-3/+2
1995-04-29(macarg): Except for reporting error...Richard Kenner1-3/+4
1995-04-27Update comments.Richard Kenner1-3/+3
1995-04-27(do_include): Fix minor memory leak.Richard Kenner1-0/+1
1995-04-27(struct argdata): Remove unused `comments' member.Richard Kenner1-2/+0
1995-04-27(collect_expansion): Assume leading white space already removed.Richard Kenner1-23/+5
1995-04-27(deps_output): Don't generate overly long output lines.Richard Kenner1-10/+14
1995-04-07(VMS_fstat, VMS_stat): New functions.Richard Kenner1-1/+83
1995-04-07(collect_expansion): If traditional...Richard Kenner1-13/+19