cppfiles.c (struct include_file): Move from cpphash.h.
[gcc.git] / gcc / cpphash.h
2000-12-07 Neil Boothcppfiles.c (struct include_file): Move from cpphash.h.
2000-12-07 Neil Boothc-common.c (parse_in): Make a cpp_reader *.
2000-12-04 Neil Boothcppfiles.c (cpp_make_system_header): Take 2 booleans...
2000-11-27 Neil Boothc-lex.c (cb_enter_file, [...]): Combine into the new...
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-14 Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
2000-11-12 Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-28 Neil BoothNew macro expander.
2000-09-25 Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-25 Neil Boothcpphash.h (_cpp_digraph_spellings, [...]): New library...
2000-09-23 Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-09-12 Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-08-29 Zack Weinbergcpperror.c (print_file_and_line): If line is (unsigned...
2000-08-23 Zack Weinbergcpphash.h (IN_I): New flag for directive table.
2000-08-18 Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-12 Neil Boothcpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 Zack Weinberg[multiple changes]
2000-07-09 Neil Boothcpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-06-30 Nathan Sidwellcpp.texi: Document #pragma GCC dependency
2000-06-28 Zack Weinbergcppfiles.c (open_include_file): If open(2) returns...
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-29 Zack Weinbergcpplib.h (cpp_reader): Remove if_stack.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-27 Neil Boothcppexp.c (parse_assertion): Supply extra argument to...
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-10 Zack Weinbergcpphash.h (struct hashnode): Use struct hack for name...
2000-05-06 Zack Weinbergcpphash.h: Remove conditional #define of __extension__.
2000-05-04 Zack Weinbergcpphash.h: #define __extension__ away if GCC_VERSION...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-02 Zack Weinbergcpplib.h (CPP_POP, [...]): Delete.
2000-05-01 Zack Weinbergcpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-30 Zack Weinbergcppfiles.c (redundant_include_p): Provide length of...
2000-04-30 Zack Weinbergcpphash.h (enum node_type): Take out T_MCONST.
2000-04-29 Zack Weinbergcpphash.h: Move struct reflist, struct definition,...
2000-04-25 Zack Weinberg[multiple changes]
2000-04-25 Neil Booth* Revert previous patch until build failure cause deter...
2000-04-24 Neil Boothcpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-23 Zack Weinbergcpphash.h (struct definition): Move file, line, col...
2000-04-21 Zack Weinbergcpphash.c (struct arg, [...]): Const-ify strings.
2000-04-20 Zack Weinbergcpplib.h (enum cpp_ttype): Add token types for all...
2000-04-18 Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-04-18 Zack Weinbergcppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-16 Neil Boothcpphash.h (SYNTAX_INCLUDE, [...]): new.
2000-04-14 Zack Weinbergcpplex.c (cpp_output_tokens, [...]): New public interfaces.
2000-04-11 Zack Weinbergcppexp.c, [...]: Replace cpp_token with cpp_ttype every...
2000-04-10 Neil Boothcpplex.c (skip_block_comment): Use pointer arithmetic...
2000-04-10 Zack Weinbergcpphash.c (timestamp): Delete.
2000-04-06 Zack Weinbergcpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.
2000-04-01 Zack Weinbergcpplib.c: Include symcat.h.
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-28 Zack Weinbergcppfiles.c (hash_IHASH): Just return i->hash.
2000-03-14 Zack Weinbergcppfiles.c: Include mkdeps.h.
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-01 Zack Weinbergcpplib.h (CPP_ASSERTION, [...]): New token types.
2000-02-11 Zack Weinbergcpphash.c: Fix formatting, update commentary.
2000-02-10 Zack Weinbergcppexp.c: Don't include cpphash.h.
2000-02-10 Zack Weinbergcpplib.h: Provide HASHNODE typedef and forward decl...
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-04-26 Zack Weinbergcpphash.c (dump_definition): New function.
1999-02-25 Zack Weinbergcpphash.c (install): Rename to cpp_install, add cpp_rea...
1999-02-18 Zack Weinbergcpplib.c: Kill define of STDC_VALUE.
1999-02-08 Zack Weinbergcpplib.c (special_symbol): Rewrite.
1999-01-07 Jeff LawClose comment in copyright
1999-01-06 Jeff LawCopyright fixes.
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-10-11 Zack Weinbergcppexp.c: When forcing unsigned comparisons, cast both...
1998-05-19 Kaveh R. GhaziWarning Fixes:
1996-07-03 Mike Stumpformatting tweaks
1995-07-05 Per Bothnercpphash.h (enum node_type): Remove unneeded and non...
1995-03-16 Per BothnerInitial revision