OSDN Git Service

Correct test results for avoid-bool-define fix
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.h
2001-05-26 rthStandardize header guards.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-04-08 neil * cpperror.c (print_location): Don't special case...
2001-03-15 neil * cpp.texi: Update documentation for -include and...
2001-03-14 neil * cppfiles.c (stack_include_file): Only increas...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-02 neil * cppfiles.c (struct include_file): Update.
2001-03-02 zack * cpphash.h (struct cpp_reader): Add print_version...
2001-02-07 zack * cpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-03 neil * cpphash.h: Rename _ALIGN POOL_ALIGN.
2001-02-03 neil * cpphash.h: Rename ALIGN _ALIGN.
2001-02-01 neil * cpphash.h (struct cpp_buffer): Move saved_fla...
2001-01-31 neil * cpphash.h (struct cpp_reader): New saved_flags.
2001-01-13 neil * cppfiles.c (_cpp_fake_include): New function.
2001-01-13 neil * cpplib.h (cpp_pool, mi_state, mi_ind, struct...
2000-12-18 neil * c-lex.c: s/change_file/file_change.
2000-12-17 neil * c-lex.c: Move main_input_filename handling...
2000-12-11 neil * cpperror.c (print_location): New function.
2000-12-09 neil * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD)...
2000-12-08 zackinclude:
2000-12-07 neil * cppfiles.c (struct include_file): Move from...
2000-12-07 neil * c-common.c (parse_in): Make a cpp_reader *.
2000-12-04 neil * cppfiles.c (cpp_make_system_header): Take...
2000-11-27 neil * c-lex.c (cb_enter_file, cb_leave_file, cb_ren...
2000-11-26 neil * cpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-14 neil * cppexp.c (parse_defined): Call cpp_get_token not
2000-11-12 neil * cppexp.c: Don't worry about pfile->skipping.
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-25 neil * cpphash.h (_cpp_digraph_spellings, _cpp_process_dire...
2000-09-23 neil * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PU...
2000-09-18 neil * cpphash.h (HASHSTEP): Take character rather than...
2000-09-12 zack * cppfiles.c: Move all default-#defines to top of...
2000-08-29 zack * cpperror.c (print_file_and_line): If line is (unsign...
2000-08-23 zack * cpphash.h (IN_I): New flag for directive table.
2000-08-18 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-19 zack * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX...
2000-07-18 zack * cpplib.h (TTYPE_TABLE): Rearrange to use only two...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
2000-07-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-12 neil * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 zack2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
2000-07-09 neil * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 zack * cpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 zack * cppexp.c: Update all code for new lexer interface.
2000-07-05 zacktoplevel:
2000-07-04 zacktop level:
2000-06-30 nathan * cpp.texi: Document #pragma GCC dependency
2000-06-28 zack * cppfiles.c (open_include_file): If open(2) returns...
2000-06-21 zack * cppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-29 zack * cpplib.h (cpp_reader): Remove if_stack. Change
2000-05-28 zack * cppfiles.c: Read files in, using mmap if possible...
2000-05-27 neil * cppexp.c (parse_assertion): Supply extra argument to
2000-05-18 zack * cppexp.c (parse_assertion): New.
2000-05-10 zack * cpphash.h (struct hashnode): Use struct hack for...
2000-05-06 zackgcc:
2000-05-04 zack * cpphash.h: #define __extension__ away if GCC_VERSION...
2000-05-04 zackgcc:
2000-05-02 zack * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2000-05-01 zack * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-30 zack * cppfiles.c (redundant_include_p): Provide length...
2000-04-30 zack * cpphash.h (enum node_type: Take out T_MCONST.
2000-04-29 zack * cpphash.h: Move struct reflist, struct definition...
2000-04-25 zack2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
2000-04-25 neil * Revert previous patch until build failure cause...
2000-04-24 neil * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-23 zack * cpphash.h (struct definition): Move file, line,...
2000-04-21 zack * cpphash.c (struct arg, struct arglist): Const-ify...
2000-04-20 zack * cpplib.h (enum cpp_ttype): Add token types for all
2000-04-18 kenner * gcc/conflict.c (conflict_graph_add): Pass enum type to
2000-04-18 zack * cppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-16 neil * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT...
2000-04-14 zack * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutpu...
2000-04-11 zack * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2000-04-10 neil * cpplex.c (skip_block_comment): Use pointer arithmeti...
2000-04-10 zack * cpphash.c (timestamp): Delete.
2000-04-06 zack * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC)...
2000-04-01 zack * cpplib.c: Include symcat.h. Add 'origin' field...
2000-03-31 zack * cpplib.h: Merge struct cpp_options into struct cpp_r...
2000-03-28 zack2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
2000-03-14 zack * cppfiles.c: Include mkdeps.h.
2000-03-13 zack * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-12 zack Convert cpplib to use libiberty/hashtab.c.
2000-03-08 zack * Makefile.in (LIBCPP_DEPS): New macro.
2000-03-08 zack * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
2000-03-07 zack * cppfiles.c (_cpp_find_include_file): Make sure ih...
2000-03-01 zack * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE...
2000-02-11 zack * cpphash.c: Fix formatting, update commentary.
2000-02-10 zack * cppexp.c: Don't include cpphash.h.
2000-02-10 zack * cpplib.h: Provide HASHNODE typedef and forward decl of
1999-09-07 ghazi * cpperror.c (cpp_file_line_for_message): Constify...
1999-04-26 zack1999-04-26 19:16 -0400 Zack Weinberg <zack@rabi.colum...
1999-02-25 zack1999-02-25 17:14 -0500 Zack Weinberg <zack@rabi.colum...
1999-02-18 zack1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.colum...
1999-02-08 zack1999-02-08 23:25 -0500 Zack Weinberg <zack@midnite...
1999-01-07 lawClose comment in copyright
1999-01-06 lawCopyright fixes.
1998-12-15 brolley1998-12-15 Zack Weinberg <zack@rabi.phys.columbia...
next