aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
AgeCommit message (Expand)Author
1997-02-16(special_symbol): Don't treat "L" in "L'...'" as identifier.kenner
1997-02-16(is_space): Now external.kenner
1997-02-02(rescan): Insert a space after `.' as well, to prevent accidentalkenner
1997-01-19#define __attribute__ to be null if compiling with GCC older than 2.7,kenner
1997-01-04(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.kenner
1996-12-07(LOCAL_INCLUDE_DIR): Remove default definition.kenner
1996-10-09(do_include): Treat ENOTDIR like ENOENT when an open fails.kenner
1996-10-09(dollars_in_ident): Remove; replaced by is_idchar['$'].kenner
1996-09-24(struct directive, directive_table, handle_directive): pass_thru now 1 forkenner
1996-08-18 * cccp.c (absolute_filename): Drive specifiers make the pathnamedje
1996-07-03formatting tweaksmrs
1996-06-24(create_definition): Diagnose `#define #' only once.eggert
1996-05-06(include_defaults_array): For C++, also searchkenner
1996-02-21(validate_else): Don't loop given `#endif /'.eggert
1996-01-27(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.kenner
1996-01-18(PTR_INT_TYPE): Remove obsolete define to `long'.eggert
1996-01-17(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Put back.kenner
1996-01-16(new_include_prefix): Ignore ENOTDIR error from stat.wilson
1996-01-16(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Remove.kenner
1996-01-16(skip_quoted_string): If pedantic and not pedantic_errors,kenner
1996-01-15(do_xifdef): Warn about `#ifdef 0' if not traditional; formerly thekenner
1995-12-29(eval_if_expression): End expression with '\n', not '\0' so '\0' cankenner
1995-12-28(do_include): In VMS, worry only about EACCES when open fails.kenner
1995-12-17Try harder not to open or stat the same include file twice.kenner
1995-11-29 * cccp.c (do_include): Recognize c:\foo as absolute path name in DOS.dje
1995-10-26(handle_directive): Don't treat newline as white space when coalescingkenner
1995-09-28(rescan): Expand `#if foo && #bar' without a bogus complaint about preprocessorkenner
1995-09-12(is_system_include): Call skip_redundant_dir_prefix.kenner
1995-08-15(warning_with_line): Fix typo in declaration when !HAVE_VPRINTF andkenner
1995-08-13(warning_with_line): New function.kenner
1995-07-26(do_include, read_name_map): Omit leading "./" and trailing "/" whenkenner
1995-07-18(do_include): Prefix -H output lines with spaces, not dots.kenner
1995-07-18(main): cplusplus_comments now defaults to 1.kenner
1995-07-11(rescan): Don't address outside of array when preprocessing C++kenner
1995-06-19(collect_expansion): Work around enum bug in vax ultrix 4.3 pcc.kenner
1995-06-15Update FSF address.kenner
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.kenner
1995-05-16Fix typos in comments.kenner
1995-05-12(enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.raeburn
1995-05-12#if VMS, don't define `stat' macro to be VMS_stat.kenner
1995-05-12(do_include): Cast alloca's value.kenner
1995-04-29(do_include): Re-fix minor memory leak by using alloca instead ofkenner
1995-04-29(macarg): Except for reporting error, treat unterminated macro call askenner
1995-04-27Update comments.kenner
1995-04-27(do_include): Fix minor memory leak.kenner
1995-04-27(struct argdata): Remove unused `comments' member.kenner
1995-04-27(collect_expansion): Assume leading white space already removed.kenner
1995-04-27(deps_output): Don't generate overly long output lines.kenner
1995-04-07(VMS_fstat, VMS_stat): New functions.kenner
1995-04-07(collect_expansion): If traditional, set stringify member tokenner