summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updateBernd Schmidt2001-01-251-1/+2
* * cccp.c (handle_directive): Initialize backslash_newlines_p.Jeffrey A Law2000-03-071-1/+1
* [multiple changes]Jeffrey A Law1999-12-281-0/+2
* cccp.c (handle_directive): Handle backslash-newlines in quoted strings correc...Mark Mitchell1999-06-011-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
* cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1998-11-231-8/+0
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1998-11-121-3/+3
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-16/+16
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1998-10-281-1/+10
* cccp.c (rescan): Handle multibyte chartacters ending in backslash.Dave Brolley1998-10-161-43/+60
* Warning fixes:Kaveh R. Ghazi1998-10-131-12/+10
* cccp.c (pedwarn_with_file_and_line): For !__STDC__ case...Kaveh R. Ghazi1998-09-251-8/+10
* c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1998-09-201-8/+8
* cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIRAlexandre Oliva1998-09-161-1/+0
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* cccp.c (do_include): Fix vax c style include handling.Klaus Kaempf1998-07-211-1/+1
* configure.in (enable_c_mbchar): New configure option.Dave Brolley1998-07-201-20/+339
* Add --help option.Nick Clifton1998-07-131-1/+79
* Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1998-06-281-12/+2
* cccp.c (hack_vms_include_specification): rewrite to handle '#include <dir/fil...Klaus Kaempf1998-06-181-116/+297
* Warning Fixes:Kaveh R. Ghazi1998-05-191-21/+21
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+1
* Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1998-05-071-58/+88
* typo typo fixes fixesJeff Law1998-05-061-4/+4
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-13/+15