OSDN Git Service

* except.c (expand_start_all_catch): If the machine needs a
[pf3gnuchains/gcc-fork.git] / gcc / cccp.c
1997-05-06 mrsreformat a little to match GNU coding standards.
1997-04-13 kenner(do_include): Diagnose #import and #include_next if...
1997-04-13 kenner(warn_undef): New variable.
1997-03-19 kenner(do_error, do_warning): Fix memory leak.
1997-03-19 kenner(output_line_directive): Do not output negative line...
1997-03-19 kenner(c89): New decl.
1997-03-17 kenner[#if VMS] (O_RDONLY, O_WRONLY): Delete (redundant).
1997-02-16 kenner(special_symbol): Don't treat "L" in "L'...'" as identi...
1997-02-16 kenner(is_space): Now external.
1997-02-02 kenner(rescan): Insert a space after `.' as well, to prevent...
1997-01-19 kenner#define __attribute__ to be null if compiling with...
1997-01-04 kenner(PRINTF_PROTO): Use __printf__ in __attribute__, not...
1996-12-07 kenner(LOCAL_INCLUDE_DIR): Remove default definition.
1996-10-09 kenner(do_include): Treat ENOTDIR like ENOENT when an open...
1996-10-09 kenner(dollars_in_ident): Remove; replaced by is_idchar[...
1996-09-24 kenner(struct directive, directive_table, handle_directive...
1996-08-18 dje * cccp.c (absolute_filename): Drive specifiers make...
1996-07-03 mrsformatting tweaks
1996-06-24 eggert(create_definition): Diagnose `#define #' only once.
1996-05-06 kenner(include_defaults_array): For C++, also search
1996-02-21 eggert(validate_else): Don't loop given `#endif /'.
1996-01-27 kenner(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.
1996-01-18 eggert(PTR_INT_TYPE): Remove obsolete define to `long'.
1996-01-17 kenner(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Put back.
1996-01-16 wilson(new_include_prefix): Ignore ENOTDIR error from stat.
1996-01-16 kenner(HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Remove.
1996-01-16 kenner(skip_quoted_string): If pedantic and not pedantic_errors,
1996-01-15 kenner(do_xifdef): Warn about `#ifdef 0' if not traditional...
1995-12-29 kenner(eval_if_expression): End expression with '\n', not...
1995-12-28 kenner(do_include): In VMS, worry only about EACCES when...
1995-12-17 kennerTry harder not to open or stat the same include file...
1995-11-29 dje * cccp.c (do_include): Recognize c:\foo as absolute...
1995-10-26 kenner(handle_directive): Don't treat newline as white space...
1995-09-28 kenner(rescan): Expand `#if foo && #bar' without a bogus...
1995-09-12 kenner(is_system_include): Call skip_redundant_dir_prefix.
1995-08-15 kenner(warning_with_line): Fix typo in declaration when ...
1995-08-13 kenner(warning_with_line): New function.
1995-07-26 kenner(do_include, read_name_map): Omit leading "./" and...
1995-07-18 kenner(do_include): Prefix -H output lines with spaces, not...
1995-07-18 kenner(main): cplusplus_comments now defaults to 1.
1995-07-11 kenner(rescan): Don't address outside of array when preproces...
1995-06-19 kenner(collect_expansion): Work around enum bug in vax ultrix...
1995-06-15 kennerUpdate FSF address.
1995-05-16 kennerUse FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
1995-05-16 kennerFix typos in comments.
1995-05-12 raeburn(enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.
1995-05-12 kenner#if VMS, don't define `stat' macro to be VMS_stat.
1995-05-12 kenner(do_include): Cast alloca's value.
1995-04-29 kenner(do_include): Re-fix minor memory leak by using alloca...
1995-04-29 kenner(macarg): Except for reporting error, treat unterminate...
1995-04-27 kennerUpdate comments.
1995-04-27 kenner(do_include): Fix minor memory leak.
1995-04-27 kenner(struct argdata): Remove unused `comments' member.
1995-04-27 kenner(collect_expansion): Assume leading white space already...
1995-04-27 kenner(deps_output): Don't generate overly long output lines.
1995-04-07 kenner(VMS_fstat, VMS_stat): New functions.
1995-04-07 kenner(collect_expansion): If traditional, set stringify...
1995-04-01 kennerGeneral code cleanup.
1995-03-30 kenner(handle_directive, do_line, skip_if_group): Use the...
1995-03-30 kenner(rescan): Don't recognize preprocessing directives...
1995-03-28 kenner(do_xifdef, do_endif): Remove unnecessary pointer compa...
1995-03-21 dje(do_xifdef): Handle c++ comments.
1995-03-08 kenner(do_include): Fix type typo: pcfbuflimit is char *...
1995-03-03 kenner(dump_single_macro): Fix typo: % wasn't properly double...
1995-03-03 kenner(rescan): Prevent accidental token-pasting to get ...
1995-02-27 dje(do_include): Check for redundant file before opening in
1995-02-23 kennerRemoved __NetBSD__ from conditional.
1995-02-22 kenner(enum sharp_token_type): New type.
1995-02-21 kenner(main): Don't set "Include" environment variable for NT.
1995-02-21 kenner(rescan): Add support for %: and %:%: digraphs.
1995-02-13 kenner(do_include, is_system_include, open_include_file)...
1995-01-25 kenner(do_include): For VMS, don't attempt to treat `#include...
1995-01-25 kennerUpdate comments.
1995-01-25 kenner(handle_directive): Fix typo: '\' caused next char...
1995-01-16 kenner(rescan): Fix typo that caused tokens to be glued toget...
1994-12-18 wilson(macarg1): Count newline at end of C++ comment.
1994-12-12 kenner(vms_fopen): Call `fopen' through an indirect pointer...
1994-12-10 kenner(do_include): Avoid dynamic initialization of aggregate.
1994-12-08 kenner(do_include): Don't turn newline markers into spaces...
1994-12-08 kenner(discard_comments): If traditional, replace a comment...
1994-12-08 kenner(char_name): New var.
1994-11-29 wilson(create_definition): Error if comma not followed by an
1994-11-18 kenner(create_definition): Allow carriage-return ('\r') as...
1994-11-16 kenner(rescan): Remove unnecessary comparisons of ibp to...
1994-11-08 kenner(dump_single_macro, dump_defn_1): If -traditional,...
1994-11-05 kenner(rescan): Do not preserve newlines after macro name
1994-11-03 kennerTOOL_INCLUDE_DIR is not C++-aware.
1994-10-25 kenner(rescan): ".." no longer terminates a preprocessing...
1994-10-17 kenner(rescan): Preserve newlines after macro names at the...
1994-09-30 kenner(main): Use DIR_SEPARATOR if defined.
1994-09-27 kenner(newline_fix, name_newline_fix): Don't treat \r special...
1994-09-20 kenner(eval_if_expression): Now returns HOST_WIDE_INT.
1994-09-20 kenner(make_definition): Enable `-D' with macro arguments.
1994-09-10 kenner(rescan, handle_directive): Backslash no longer suppres...
1994-09-09 kennerCorrect unprototyped pointer args from `0' to `NULL_PTR'
1994-09-07 kenner(handle_directive): In `#include <xxx>' directives...
1994-09-01 kenner(make_definition): Don't dump core when given an unterm...
1994-08-15 kenner(index0): New function.
1994-08-15 kenner(rescan, do_ident): Pass more accurate size request...
1994-08-15 kenner(main): Don't dump core if given -pcp, -MD, or -MMD...
next