OSDN Git Service

* fix-header.c (main): Fix loop over required_functions_list
[pf3gnuchains/gcc-fork.git] / gcc / cccp.c
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...
1994-08-14 rms(skip_if_group): New arg op. All callers changed.
1994-08-11 kenner(rescan): Fix botches with `-lint': the output buffer...
1994-08-11 kenner(dump_defn_1): Skip newlines and strings correctly.
1994-08-08 kenner(create_definition): Warn about `#define a@', since...
1994-07-31 kenner(my_strerror): New function.
1994-07-29 kenner(special_symbol, do_xifdef): Don't access value.defn...
1994-07-11 mycroftDo the 4.4BSD sys_errlist modification for NetBSD also.
1994-06-29 meissnerAlways put 1 space after the macro expansion in ANSI...
1994-06-24 kenner(create_definition): Eliminate whitespace before and...
1994-06-21 dje(skip_to_end_of_comment): Catch unterminated comments.
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-31 dje(main): -MG doesn't make sense with -MD or -MMD!
1994-05-30 dje(print_deps_missing_files): New global.
1994-05-05 ianInclude source file name in dependency output.
1994-05-04 merrill(special_symbol): Don't copy simple strings, use wchar_...
1994-04-28 wilson(macroexpand): Use start_line for line number of the new
1994-04-19 kenner(do_error): Don't terminate.
1994-04-12 merrill * cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
1994-04-11 wilson(rescan): Don't look for C++ // comment before directive.
1994-04-06 wilson(discard_comments): Replace comments with a single...
1994-04-04 merrill * cccp.c (special_symbol, case T_WCHAR_TYPE...
1994-04-01 wilson(pcfinclude): Modify comment referring to gstddef.h.
1994-03-25 kenner(for_lint): Variable renamed from `lint'.
1994-03-18 wilson(before_system, last_before_system): New variables.
1994-03-12 kenner(do_include, hack-vms_include_specification): Change...
1994-03-10 kenner(main, finclude, check_precompiled): When safe_read...
1994-03-07 kenner(no_record_file): New variable.
1994-02-28 kenner(check_precompiled): Delete unused var dollar_loc.
1994-02-27 kenner(main, args case 'D'): Rewrite to avoid uninitialized...
1993-12-24 wilson(read_name_map, read_filename_string, open_include_file):
1993-12-22 wilson(main): Cast alloca result to char * to avoid warning.
1993-12-22 kenner(main): Strip off ".cpp" extension.
1993-12-12 kenner(main): Combine tests of single-character suffixes.
1993-12-11 kenner(INPUT_STACK_MAX): Double size.
1993-11-08 rms(output_line_command): Handle NO_IMPLICIT_EXTERN_C...
1993-11-05 rms(safe_read, safe_write): Handle EINTR.
1993-11-05 rms(main): Handle NO_IMPLICIT_EXTERN_C.
1993-11-03 rms(safe_read): New function.
1993-11-01 rms(safe_write): New function.
1993-11-01 rms(do_ident): Substitute macros and output here.
1993-10-20 wilson(sys_errlist): Conditionalize declaration for BSD 4.4.
1993-10-13 kenner(main): Don't catch SIGPIPE if no such signal.
1993-10-13 rms(output_line_command): Output the `4' flag only if...
1993-10-07 rms(main): New option -lang-c-c++-comments.
1993-10-07 rms(struct file_name_list): Add new field c_system_include...
1993-10-05 kenner(rescan): Don't expand an identifier after a '#'.
1993-09-29 eggert(quote_string): New function.
1993-09-29 eggert(quote_string): New function.
1993-09-28 rms(output_dots): New function.
1993-09-27 ianIf NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.
1993-09-03 kenner(skip_if_group): Check for traditional mode when skippi...
1993-08-06 rms(main): If -v, print header search dir list.
1993-06-29 rms(main): For -iwithprefix, if no include_prefix,
1993-06-22 brendan * toplev.c (report_error_function): Change format...
1993-05-21 rms(default_include): Put TOOL_INCLUDE_DIR after
next