OSDN Git Service

Avoid problems with relative $(srcdir) when installing syslimits.h.
[pf3gnuchains/gcc-fork.git] / gcc / cccp.c
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