aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
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
1995-05-12Fix reporting of unterminated strings.Per Bothner1-4/+3
1995-04-30Remove PARSE_GETC. Add comment about "@ ".Per Bothner1-2/+5
1995-04-17* cpplib.h (cpp_define): New declaration.Per Bothner1-0/+1
1995-03-21Merged in earlier cccp.c changesPer Bothner1-2/+0
1995-03-16Initial revisionPer Bothner1-0/+657