summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
* cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-127/+129
* * cccp.c (do_pragma): Add cast to (char *).Jason Merrill2000-01-121-1/+1
* cccp.c: Accept and ignore -lang-fortran.Zack Weinberg2000-01-121-0/+3
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-10/+0
* cse.c (cse_insn): Missing cast added.Jeff Law2000-01-041-2/+2
* cccp.c (main): Define __STDC_VERSION__ as necessary.Richard Henderson1999-12-181-11/+19
* cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89...Richard Henderson1999-12-141-8/+34
* cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.Mumit Khan1999-12-141-2/+3
* cccp.c (argdata): Added free_ptr member.Mike Karr1999-12-021-1/+25
* * cccp.c (do_include): Avoid initialization of automatic variable.Philippe De Muyter1999-11-281-1/+3
* c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1999-11-251-9/+22
* cccp.c (macroexpand): Avoid out of range accesses for omitted arguments.Jeffrey A Law1999-10-311-1/+6
* cccp.c (rescan): Fixed obp pointer handling around call to check_expand subro...Glen Nakamura1999-10-281-0/+2
* c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1999-10-261-1/+1
* cccp.c (progname, [...]): Constify a char*.Kaveh R. Ghazi1999-10-251-245/+287
* alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1999-10-031-0/+2
* system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1999-09-161-2/+2
* Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1999-09-091-25/+83
* gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1999-09-081-2/+2
* * cccp.c (main): Fix handling of -include and -imacros options.Andreas Schwab1999-09-081-2/+2
* Linas Vepstas <linas@linas.org>Linas Vepstas1999-09-071-2/+2
* Merge in gcc2-ss-010999Jeff Law1999-09-061-213/+292
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-86/+4
* Fix typo in help message.Jim Wilson1999-07-301-1/+1
* cccp.c (handle_directive): Handle backslash-newlines in quoted strings correc...Mark Mitchell1999-05-311-3/+25
* cccp.c (simplify_filename): Always preserve leading double slash.Mumit Khan1999-04-211-12/+1
* cccp.c: Make fatal non-static.Zack Weinberg1999-04-171-2/+2
* cccp.c (DIR_SEPARATOR): Move to the top of the file.Mark Elbrecht1999-04-091-46/+76
* cppinit.c (install_predefs): Delete function.Zack Weinberg1999-04-061-146/+0
* Warning fixes:Kaveh R. Ghazi1999-03-191-1/+1
* Warning fixes:Kaveh R. Ghazi1999-03-181-13/+13
* cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1999-03-101-2/+4
* Add ability to display omitted search directories.Nick Clifton1999-03-021-0/+11
* cccp.c: Don't define HOST_WIDE_INT.Kaveh R. Ghazi1999-02-151-29/+9
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1999-01-301-0/+2
* cccp.c (eprint_string): Constify a char*.Kaveh R. Ghazi1999-01-291-64/+64
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-130/+182
* cppp.c (xrealloc): Fix typo last change.Richard Henderson1999-01-221-1/+1
* cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1999-01-211-1/+5
* cccp.c (print_help): Fix typos.Jeffrey A Law1999-01-161-2/+2
* cccp.c (xstrdup): Renamed from `savestring'.Kaveh R. Ghazi1999-01-131-13/+12
* Fix copyright dates.Jeff Law1999-01-061-1/+1
* Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1999-01-051-5/+5
* cccp.c: Don't define MIN/MAX anymore.Kaveh R. Ghazi1998-12-161-5/+0
* cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1998-12-111-1/+0
* cccp.c (create_definition): Fix end of bufer logic.Dave Brolley1998-12-091-2/+2
* c-decl.c (flag_isoc9x): Default off.Richard Henderson1998-12-081-3/+4
* cccp.c (ignore_escape_flag): Add support for \ as `natural' characters in fil...Mike Stump1998-12-071-9/+17
* c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1998-12-011-14/+65
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-14/+10