aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-12cpplib.h (struct cpp_options): Change lang_asm to char.Zack Weinberg1-12/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-5/+0
1999-12-18cccp.c (main): Define __STDC_VERSION__ as necessary.Richard Henderson1-4/+7
1999-12-14cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89...Richard Henderson1-18/+56
1999-11-30cppinit.c (CAT): The argument list of this macro may not contain spaces !Philippe De Muyter1-1/+1
1999-11-18Fix command line parsing to report unrecognised options.Nick Clifton1-0/+4
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-1/+1
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-205/+122
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-2/+1
1999-10-04cppinit.c (is_idchar initializer): Loosen tests to accept gcc 2.>6 and >2.Alexandre Oliva1-1/+2
1999-10-04cppinit.c (is_idchar initializer): Tighten tests for when to put the table in...Jeffrey A Law1-1/+1
1999-09-13cppinit.c (append_include_chain): Initialize 'next' and 'alloc' fields.Dave Brolley1-0/+2
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-8/+11
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-2/+2
1999-08-04cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b...Zack Weinberg1-4/+17
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-1/+16
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1-0/+8
1999-04-26cpphash.c (dump_definition): New function.Zack Weinberg1-0/+19
1999-04-19Back out accidental commit of unrelated patchZack Weinberg1-19/+0
1999-04-19cpplib.c (output_line_command): Drop CONDITIONAL argument.Zack Weinberg1-5/+24
1999-04-13cppinit.c (cpp_start_read): Fix buffer overwrite.Dave Brolley1-7/+8
1999-04-09collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1-1/+1
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-57/+1
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-5/+4
1999-03-15cppinit.c: Instead of one pending list...Zack Weinberg1-914/+1022
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-16/+23
1999-02-19* cppinit.c (print_help): Remove unescaped newline in string.Kaveh R. Ghazi1-1/+0
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-17/+1580
1999-02-06cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to U_CHAR* when ...Kaveh R. Ghazi1-1/+2
1999-02-04cpplib.c (initialize_char_syntax): Move to cppinit.c.Zack Weinberg1-0/+129