]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cccp.c
Update comments.
[thirdparty/gcc.git] / gcc / cccp.c
1995-01-25  Richard KennerUpdate comments.
1995-01-25  Richard Kenner(handle_directive): Fix typo...
1995-01-16  Richard Kenner(rescan): Fix typo that caused tokens to be glued toget...
1994-12-18  Jim Wilson(macarg1): Count newline at end of C++ comment.
1994-12-12  Richard Kenner(vms_fopen): Call `fopen' through an indirect pointer...
1994-12-10  Richard Kenner(do_include): Avoid dynamic initialization of aggregate.
1994-12-08  Richard Kenner(do_include): Don't turn newline markers into spaces...
1994-12-08  Richard Kenner(discard_comments): If traditional, replace a comment...
1994-12-08  Richard Kenner(char_name): New var.
1994-11-29  Jim Wilson(create_definition): Error if comma not followed by...
1994-11-18  Richard Kenner(create_definition): Allow carriage-return ('\r') as...
1994-11-16  Richard Kenner(rescan): Remove unnecessary comparisons of ibp to...
1994-11-08  Richard Kenner(dump_single_macro, dump_defn_1): If -traditional,...
1994-11-05  Richard Kenner(rescan): Do not preserve newlines after macro name...
1994-11-03  Richard KennerTOOL_INCLUDE_DIR is not C++-aware.
1994-10-25  Richard Kenner(rescan): ".." no longer terminates a preprocessing...
1994-10-17  Richard Kenner(rescan): Preserve newlines after macro names at the...
1994-09-30  Richard Kenner(main): Use DIR_SEPARATOR if defined.
1994-09-27  Richard Kenner(newline_fix, name_newline_fix): Don't treat \r special...
1994-09-20  Richard Kenner(eval_if_expression): Now returns HOST_WIDE_INT.
1994-09-20  Richard Kenner(make_definition): Enable `-D' with macro arguments.
1994-09-10  Richard Kenner(rescan, handle_directive): Backslash no longer suppres...
1994-09-09  Richard KennerCorrect unprototyped pointer args from `0' to `NULL_PTR'
1994-09-07  Richard Kenner(handle_directive): In `#include <xxx>' directives...
1994-09-01  Richard Kenner(make_definition): Don't dump core when given an unterm...
1994-08-15  Richard Kenner(index0): New function.
1994-08-15  Richard Kenner(rescan, do_ident): Pass more accurate size request...
1994-08-15  Richard Kenner(main): Don't dump core if given -pcp, -MD, or -MMD...
1994-08-14  Richard Stallman(skip_if_group): New arg op. All callers changed.
1994-08-11  Richard Kenner(rescan): Fix botches with `-lint': the output buffer...
1994-08-11  Richard Kenner(dump_defn_1): Skip newlines and strings correctly.
1994-08-08  Richard Kenner(create_definition): Warn about `#define a@'...
1994-07-31  Richard Kenner(my_strerror): New function.
1994-07-29  Richard Kenner(special_symbol, do_xifdef): Don't access value.defn...
1994-07-11  Charles HannumDo the 4.4BSD sys_errlist modification for NetBSD also.
1994-06-29  Michael MeissnerAlways put 1 space after the macro expansion in ANSI...
1994-06-24  Richard Kenner(create_definition): Eliminate whitespace before and...
1994-06-21  Doug Evans(skip_to_end_of_comment): Catch unterminated comments.
1994-06-14  Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-31  Doug Evans(main): -MG doesn't make sense with -MD or -MMD!
1994-05-30  Doug Evans(print_deps_missing_files): New global.
1994-05-05  Ian Lance TaylorInclude source file name in dependency output.
1994-05-04  Jason Merrill(special_symbol): Don't copy simple strings, use wchar_...
1994-04-28  Jim Wilson(macroexpand): Use start_line for line number of the new
1994-04-19  Richard Kenner(do_error): Don't terminate.
1994-04-12  Jason Merrillcccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
1994-04-11  Jim Wilson(rescan): Don't look for C++ // comment before directive.
1994-04-06  Jim Wilson(discard_comments): Replace comments with a single...
1994-04-04  Jason Merrillcccp.c (special_symbol, [...]): Output "__wchar_t"...
1994-04-01  Jim Wilson(pcfinclude): Modify comment referring to gstddef.h.
1994-03-25  Richard Kenner(for_lint): Variable renamed from `lint'.
1994-03-18  Jim Wilson(before_system, last_before_system): New variables.
1994-03-12  Richard Kenner(do_include, hack-vms_include_specification): Change...
1994-03-10  Richard Kenner(main, finclude, check_precompiled): When safe_read...
1994-03-07  Richard Kenner(no_record_file): New variable.
1994-02-28  Richard Kenner(check_precompiled): Delete unused var dollar_loc.
1994-02-27  Richard Kenner(main, args case 'D'): Rewrite to avoid uninitialized...
1993-12-24  Jim Wilson(read_name_map, read_filename_string, open_include_file):
1993-12-22  Jim Wilson(main): Cast alloca result to char * to avoid warning.
1993-12-22  Richard Kenner(main): Strip off ".cpp" extension.
1993-12-12  Richard Kenner(main): Combine tests of single-character suffixes.
1993-12-11  Richard Kenner(INPUT_STACK_MAX): Double size.
1993-11-08  Richard Stallman(output_line_command): Handle NO_IMPLICIT_EXTERN_C...
1993-11-05  Richard Stallman(safe_read, safe_write): Handle EINTR.
1993-11-05  Richard Stallman(main): Handle NO_IMPLICIT_EXTERN_C.
1993-11-03  Richard Stallman(safe_read): New function.
1993-11-01  Richard Stallman(safe_write): New function.
1993-11-01  Richard Stallman(do_ident): Substitute macros and output here.
1993-10-20  Jim Wilson(sys_errlist): Conditionalize declaration for BSD 4.4.
1993-10-13  Richard Kenner(main): Don't catch SIGPIPE if no such signal.
1993-10-13  Richard Stallman(output_line_command): Output the `4' flag only if...
1993-10-07  Richard Stallman(main): New option -lang-c-c++-comments.
1993-10-07  Richard Stallman(struct file_name_list): Add new field c_system_include...
1993-10-05  Richard Kenner(rescan): Don't expand an identifier after a '#'.
1993-09-29  Paul Eggert(quote_string): New function.
1993-09-29  Paul Eggert(quote_string): New function.
1993-09-28  Richard Stallman(output_dots): New function.
1993-09-27  Ian Lance TaylorIf NO_BUILTIN_SIZE_TYPE defined, don't refer to SIZE_TYPE.
1993-09-03  Richard Kenner(skip_if_group): Check for traditional mode when skippi...
1993-08-06  Richard Stallman(main): If -v, print header search dir list.
1993-06-29  Richard Stallman(main): For -iwithprefix, if no include_prefix,
1993-06-22  Brendan Kehoetoplev.c (report_error_function): Change format of...
1993-05-21  Richard Stallman(default_include): Put TOOL_INCLUDE_DIR after
1993-05-04  Richard Stallman(macroexpand): Treat `foo ( )' as 0 args if foo wants...
1993-04-30  Richard StallmanComment fix.
1993-04-09  Richard Stallman(no_precomp): Make it 1 by default.
1993-04-06  Jim Wilson(do_include): For missing header file...
1993-03-25  Richard Stallman(do_include): For "..." case, leave fend pointing at...
1993-03-22  Richard Stallman(collect_expansion): Don't make # special in argless...
1993-03-16  Richard StallmanFollow whitespace conventions near parens.
1993-03-16  Richard Stallman(main): Report errors in output to pcp_outfile.
1993-03-16  Richard Stallman(write_output): Test value of `write'; report errors.
1993-03-02  Jim Wilson(do_include): Warn if find unreadable header file.
1993-02-27  Ian Lance TaylorNew builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__
1993-02-26  Richard Stallman(do_include): Correctly report the directive name
1993-02-21  Doug Evans* Add declaration for pedwarn_with_line.
1993-02-20  Richard Stallman(warning_with_line, pedwarn_with_line): New functions.
1993-02-09  Richard Stallman(main): Fix lineno of "does not end in newline" message.
1993-02-05  Jim Wilson(finclude): Error if try to include a directory.
1993-01-26  Richard Stallman(handle_directive): Init already_output after old_linen...
next