aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
1999-09-23* cpplib.h (CPP_PREPROCESSED): New macro.Jason Merrill1-0/+1
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-0/+1
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-13/+17
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-0/+8
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1-1/+8
1999-04-19cpplib.c (output_line_command): Drop CONDITIONAL argument.Zack Weinberg1-1/+1
1999-04-12cpphash.c (collect_expansion, [...]): Make the escape character in macro buff...Zack Weinberg1-5/+10
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-1/+0
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-19/+11
1999-03-15cppinit.c: Instead of one pending list...Zack Weinberg1-11/+25
1999-02-25Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.Kaveh R. Ghazi1-8/+1
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-4/+4
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-9/+25
1999-02-15c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1-10/+13
1999-02-08cpplib.c (special_symbol): Rewrite.Zack Weinberg1-12/+2
1999-02-04cpplib.c (initialize_char_syntax): Move to cppinit.c.Zack Weinberg1-4/+14
1999-01-29collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1-1/+1
1999-01-27cpplib.h (cpp_notice): Add prototype.Dave Brolley1-0/+1
1999-01-26cppfiles.c (safe_read): Deleted.Zack Weinberg1-2/+5
1999-01-19Minor copyright tweak.Jeff Law1-1/+1
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-1/+1
1998-12-15cppalloc.c: Add xstrdup here.Zack Weinberg1-2/+0
1998-12-15cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1-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-11cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" and don't try to d...Manfred Hollstein1-16/+1
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-7/+10
1998-12-07cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file...Zack Weinberg1-3/+30
1998-11-25cpplib.h: Delete struct import_file.Zack Weinberg1-62/+62
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-4/+0
1998-10-29[multiple changes]Zack Weinberg1-0/+42
1998-10-10cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1-3/+3
1998-10-08emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.Jeff Law1-0/+4
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-06-23cpplib.c (do_line): Typo broke #line directive.Dave Brolley1-0/+1
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-0/+1
1998-05-25cpperror.c (v_cpp_message): Remove static prototype.Dave Brolley1-0/+6
1998-05-19Warning Fixes:Kaveh R. Ghazi1-15/+26
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+5
1998-04-03dummy commit before mergeJeff Law1-3/+11
1997-04-13(struct cpp_options): New member warn_undef.Richard Kenner1-0/+4
1997-03-19(struct cpp_options): New member c89.Richard Kenner1-1/+5
1996-10-09(DOLLARS_IN_IDENTIFIERS): Remove.Richard Kenner1-11/+4
1996-07-03formatting tweaksMike Stump1-20/+20
1996-06-06cpplib.h (struct parse_file): Removed.Per Bothner1-1/+10
1996-06-05cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.Per Bothner1-26/+26
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-05-19Add comment that '@' is not an escape inside a string.Per Bothner1-1/+2
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-8/+0
1995-05-16Fix typos in comments.Richard Kenner1-1/+1