OSDN Git Service

Finish up previous change.
[pf3gnuchains/gcc-fork.git] / gcc / cccp.c
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
1993-05-04 rms(macroexpand): Treat `foo ( )' as 0 args if foo wants...
1993-04-30 rmsComment fix.
1993-04-09 rms(no_precomp): Make it 1 by default.
1993-04-06 wilson(do_include): For missing header file, if -M, don't
1993-03-25 rms(do_include): For "..." case, leave fend pointing at...
1993-03-22 rms(collect_expansion): Don't make # special in argless...
1993-03-16 rmsFollow whitespace conventions near parens.
1993-03-16 rms(main): Report errors in output to pcp_outfile.
1993-03-16 rms(write_output): Test value of `write'; report errors.
1993-03-02 wilson(do_include): Warn if find unreadable header file.
1993-02-27 ianNew builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__
1993-02-26 rms(do_include): Correctly report the directive name
1993-02-21 dje* Add declaration for pedwarn_with_line.
1993-02-20 rms(warning_with_line, pedwarn_with_line): New functions.
1993-02-09 rms(main): Fix lineno of "does not end in newline" message.
1993-02-05 wilson(finclude): Error if try to include a directory.
1993-01-26 rms(handle_directive): Init already_output after old_linen...
1993-01-23 rms(change_newlines): Renamed from delete_newlines.
1993-01-18 rms(include_defaults): Do use GCC_INCLUDE_DIR for cross...
1993-01-18 wilson(initialize_builtins): Add uses of new macros
1993-01-15 brendan * cccp.c (main): Trim down to the basename...
1993-01-13 rms(include_defaults):
1993-01-12 wilson(main): Set signal handler for SIGPIPE.
1993-01-12 rms(macroexpand): Before concatenated empty rest arg,
1993-01-06 wilson(do_line): Add pedantic warnings for out of range line
1993-01-04 rms(main): Recognize and remove .cxx as filename suffix.
1993-01-02 rms(default_include): Look directly in TOOL_INCLUDE_DIR.
1992-12-31 wilson(multiline_string_line): New file scope static variable.
1992-12-29 rms(make_definition): Pass NULL as 3rd arg to do_define.
1992-12-16 rms(do_pragma): Use index, not strchr.
1992-12-05 kenner(output_line_command): Use alloca for line_cmd_buf.
1992-11-27 rms(do_include): Initialize searchptr to 0.
1992-11-24 rms(main): Do -D's and -A's and -U's in order specified.
1992-11-11 rms(rescan): Accept # as command inside macro args, etc.
1992-10-25 rms(get_lintcmd): Length of `LINTLIBRARY' is 11.
1992-10-18 rms(collect_expansion): Don't add whitespace at end
1992-10-17 rms(cplusplus_comments): New var.
1992-10-07 rms(finclude): Set fp->buf earlier, so it's freed on error.
1992-10-06 rms(main): Handle -U before -D (and -A).
1992-09-25 rms(do_include): "Concatenate" multiple "strings" in ...
1992-09-16 wilson(macroexpand): Don't output another error message if...
1992-08-31 jrv(do_pragma): In prev. change, really use U_CHAR *,...
1992-08-29 rms(do_pragma): Use rindex, not strrchr.
1992-08-28 rms(do_pragma): In prev. change, use U_CHAR *, not char *.
1992-08-25 rms(do_pragma): Warn if `#pragma implementation "foo.h...
1992-08-21 rms(bcopy, bzero, bcmp): Remove #if VMS code--always use...
1992-08-20 rms(decl of create_definition): Move forward declaration
1992-08-20 wilson(finclude): Increment indepth before calling
1992-08-18 wood(HOST_WIDE_INT): Copy definition from machmode.h.
1992-08-18 rms(pcfinclude): Use HOST_WIDE_INT for rounding a pointer.
1992-08-18 rms(do_include): If search_start is NULL, complain that...
1992-08-15 rmsDon't ever include stddef.h.
1992-08-14 wood(NULL_PTR): Use the same definition as
1992-08-14 rms(handle_directive): Output macro name if dump_names.
1992-07-31 kennerInclude stddef.h when __STDC__ is defined.
1992-07-31 kennerAdd declarations for malloc and realloc..
1992-07-17 kenner(NULL_PTR): Define as void * if STDC.
1992-07-11 rms(finclude): Clean error msf if file_size_and_mode fails.
1992-07-08 rms(append_include_chain): Fix setting of first_bracket_in...
1992-07-07 rms(main): Clear first_bracket_include for -I-.
1992-07-06 kennerChanges to support execution on 64-bit machines.
1992-07-06 rms(do_include): Don't do fprintf's if inhibit_warnings.
1992-06-29 mrsentered into RCS
1992-06-27 kenner*** empty log message ***
1992-06-24 rms*** empty log message ***
1992-06-24 rms*** empty log message ***
1992-06-24 rms*** empty log message ***
1992-06-23 rms*** empty log message ***
1992-06-06 rms*** empty log message ***
1992-06-03 rms*** empty log message ***
1992-06-02 rms*** empty log message ***
1992-05-24 rms*** empty log message ***
1992-05-14 rms*** empty log message ***
1992-05-12 kenner*** empty log message ***
1992-05-09 rms*** empty log message ***
1992-05-08 rms*** empty log message ***
1992-05-03 rms*** empty log message ***
1992-04-13 kenner*** empty log message ***
1992-03-31 bothner*** empty log message ***
1992-03-23 rms*** empty log message ***
1992-03-14 rms*** empty log message ***
1992-02-29 rmsInitial revision