aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-17/+18
2000-02-27cpplib.h (enum file_change_code): Added rename_file.Alexandre Oliva1-1/+1
2000-02-23cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.Alexandre Oliva1-0/+2
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-8/+3
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-70/+5
2000-02-10cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg1-6/+2
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-24/+27
2000-02-06cppalloc.c: Update copyright.Zack Weinberg1-14/+1
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-9/+0
2000-02-02cpplib.h (cpp_reader): Add new flag, no_directives.Zack Weinberg1-0/+5
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-7/+6
2000-01-27cppinit.c (cpp_handle_option): Recognize C++ comments under -std=gnu89.Zack Weinberg1-0/+5
2000-01-19more copyright nitsKaveh Ghazi1-1/+1
2000-01-19cppalloc.c: PROTO -> PARAMS.Kaveh R. Ghazi1-23/+23
2000-01-12cpplib.h (struct cpp_options): Change lang_asm to char.Zack Weinberg1-3/+11
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-19/+32
1999-10-15cppexp.c (cpp_parse_escape): Make static.Zack Weinberg1-1/+0
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