aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-03alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1-0/+2
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-2/+2
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-25/+83
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-2/+2
1999-09-08* cccp.c (main): Fix handling of -include and -imacros options.Andreas Schwab1-2/+2
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-2/+2
1999-09-06Merge in gcc2-ss-010999Jeff Law1-213/+292
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-86/+4
1999-07-30Fix typo in help message.Jim Wilson1-1/+1
1999-05-31cccp.c (handle_directive): Handle backslash-newlines in quoted strings correc...Mark Mitchell1-3/+25
1999-04-21cccp.c (simplify_filename): Always preserve leading double slash.Mumit Khan1-12/+1
1999-04-17cccp.c: Make fatal non-static.Zack Weinberg1-2/+2
1999-04-09cccp.c (DIR_SEPARATOR): Move to the top of the file.Mark Elbrecht1-46/+76
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-146/+0
1999-03-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-18Warning fixes:Kaveh R. Ghazi1-13/+13
1999-03-10cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1-2/+4
1999-03-02Add ability to display omitted search directories.Nick Clifton1-0/+11
1999-02-15cccp.c: Don't define HOST_WIDE_INT.Kaveh R. Ghazi1-29/+9
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-29cccp.c (eprint_string): Constify a char*.Kaveh R. Ghazi1-64/+64
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-130/+182
1999-01-22cppp.c (xrealloc): Fix typo last change.Richard Henderson1-1/+1
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-1/+5
1999-01-16cccp.c (print_help): Fix typos.Jeffrey A Law1-2/+2
1999-01-13cccp.c (xstrdup): Renamed from `savestring'.Kaveh R. Ghazi1-13/+12
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-5/+5
1998-12-16cccp.c: Don't define MIN/MAX anymore.Kaveh R. Ghazi1-5/+0
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-12-09cccp.c (create_definition): Fix end of bufer logic.Dave Brolley1-2/+2
1998-12-08c-decl.c (flag_isoc9x): Default off.Richard Henderson1-3/+4
1998-12-07cccp.c (ignore_escape_flag): Add support for \ as `natural' characters in fil...Mike Stump1-9/+17
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-14/+65
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-14/+10
1998-11-23cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1-8/+0
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-3/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-16/+16
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-1/+10
1998-10-16cccp.c (rescan): Handle multibyte chartacters ending in backslash.Dave Brolley1-43/+60
1998-10-13Warning fixes:Kaveh R. Ghazi1-12/+10
1998-09-25cccp.c (pedwarn_with_file_and_line): For !__STDC__ case...Kaveh R. Ghazi1-8/+10
1998-09-20c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1-8/+8
1998-09-16cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIRAlexandre Oliva1-1/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-07-21cccp.c (do_include): Fix vax c style include handling.Klaus Kaempf1-1/+1
1998-07-20configure.in (enable_c_mbchar): New configure option.Dave Brolley1-20/+339
1998-07-13Add --help option.Nick Clifton1-1/+79
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1-12/+2