OSDN Git Service

2004-02-13 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.h
2004-02-12 echristo2004-02-11 Eric Christopher <echristo@redhat.com>
2004-02-11 bothner Represent column numbers using line-map's source_location.
2004-02-02 echristo2004-02-02 Eric Christopher <echristo@redhat.com>
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-20 bothner Move cpp_reader's line_maps field to a shared global.
2004-01-17 geoffk2004-01-15 Geoffrey Keating <geoffk@apple.com>
2004-01-16 echristo2004-01-16 Eric Christopher <echristo@redhat.com>
2003-12-03 zack * aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
2003-10-02 bothner * cppinit.c (cpp_read_main_file): Split into two...
2003-09-26 neroden * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
2003-09-19 bothner * c-ppoutput.c (print): Use fileline typedef for...
2003-09-14 kazu * alias.c: Follow spelling conventions.
2003-08-26 bothnerCopy over from cs branch:
2003-08-02 neil * cppfiles.c (struct _cpp_file): Rename once_only_next to
2003-08-01 neil * Makefile.in: Refine dependencies.
2003-07-29 neil * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
2003-07-13 zack * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and...
2003-07-10 zack * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
2003-07-05 zack * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token...
2003-06-25 neil * cppfiles.c: Clarify comments.
2003-06-17 zack * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-06-12 kazu * ChangeLog: Follow spelling conventions.
2003-06-12 hp Don't warn on dollars in builtin macro definitions,
2003-05-17 neil * c-common.c, c-common.h (dollars_in_ident): Remove.
2003-04-21 neil * c-ppoutput.c (cb_include): Don't take a cpp_token.
2003-04-20 neil * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIG...
2003-04-20 neil * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
2003-04-19 neil * cpphash.h (struct cpp_buffer): Remove backup_to.
2003-04-19 neil * cpphash.h (struct cpp_reader): New member warned_dollar.
2003-04-19 neil * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
2003-03-14 neil/home/neil/diffs/include.log
2003-03-06 neil * Makefile.in (c-ppoutput.o): Update.
2003-03-04 neil * Makefile.in: Update.
2003-03-01 neil * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex...
2003-02-21 zack * cpphash.h (struct lexer_state): Add directive_wants_...
2003-01-21 zack * configure.in: Check for system-provided 'uchar'...
2003-01-18 kazu * alias.c: Fix comment typos.
2003-01-10 geoffkMerge from pch-branch.
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-03 neil Debian BTS Bug #
2002-08-12 neil * c-opts.c (deps_seen, deps_file, deferred_count,...
2002-08-12 neil * cpphash.h (struct printer): New from cppmain.c.
2002-07-23 neil * cppexp.c (parse_defined): Mark macro used.
2002-06-27 neil * cpphash.h (_cpp_set_trad_context): Remove.
2002-06-19 neil * cpphash.h (struct cpp_reader): Make date and time...
2002-06-18 neil * cpplib.c (dtable): Update.
2002-06-14 neil * cpphash.h (struct cpp_buffer): Remove saved_line_base.
2002-06-13 neil * cpphash.h (_cpp_lex_identifier_trad): Remove.
2002-06-11 neil * Makefile.in: Update cppmain.o.
2002-06-10 neil * cpphash.h (_cpp_read_logical_line_trad,
2002-06-10 neil * cpphash.h (struct cpp_macro): Put comments on their...
2002-06-09 neil * cpphash.h (_cpp_push_text_context): Update.
2002-06-09 zack * Makefile.in (LIBCPP_OBJS): Take out version.o.
2002-06-07 neil * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
2002-06-05 neil * cpphash.h (_cpp_create_definition): Update prototype.
2002-06-04 neil * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
2002-05-29 neil2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
2002-05-27 neil * c-common.c (c_common_init): Set CPP arithmetic preci...
2002-05-22 kazu * cpperror.c: Fix formatting.
2002-05-21 zack * c-common.c (c_common_init): Set options->unsigned_ch...
2002-05-17 neil * Makefile.in: Update for cpptrad.c.
2002-05-16 neil * cpphash.h (cpp_macro): Move here, and make expansion...
2002-05-04 neil * c-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-28 neil * cppexp.c (lex): Move some code to _cpp_parse_expr...
2002-04-28 neil * cppexp.c (lex): Update to use state.skip_eval.
2002-04-22 neil * cppfiles.c (_cpp_pop_file_buffer): Return void....
2002-04-21 neil * cppexp.c (struct op, parse_number): Replace U_CHAR...
2002-04-14 neil * cpperror.c (print_location): Don't print include...
2002-03-22 neil * cpphash.h (struct cpp_reader): Remove mls_lin...
2002-03-14 zack * cpphash.h (struct lexer_state): Remove line_extensio...
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2002-01-03 schwab * cppfiles.c (_cpp_pop_file_buffer): Change return...
2001-11-27 neil * cpphash.c (_cpp_init_hashtable): Update.
2001-10-21 neil * cpphash.h (struct cpp_buffer): Delete read_ahead...
2001-10-02 neil * cpphash.h: Update comments.
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-28 neil * cpphash.h (struct cpp_buff): Make unsigned.
2001-09-27 neil * cpphash.h: Update comment.
2001-09-26 neil * cpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 neil * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_rel...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-17 neil * cpphash.h (_cpp_lex_direct): New.
2001-09-16 neil * cpphash.h (_cpp_lex_token): Update prototype.
2001-09-15 neil * cpphash.h (struct cpp_reader): Remove lexer_pos...
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 neil * cpphash.h (struct tokenrun): New.
2001-08-22 neil * cpperror.c (print_location): Don't show _Pragma.
2001-08-21 neil * cppfiles.c (stack_include_file): line-map.c now...
2001-08-21 neil * cppfiles.c (stack_include_file): Harmonize system...
2001-08-21 neil * cpphash.h (_cpp_push_next_buffer): New.
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-11 neil * cpphash.h, cpplib.c: Correct erroneous previous...
2001-08-11 neil * c-lex.c (map): Make const.
2001-08-06 neil * cpperror.c (print_containing_files): Moved to line...
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * cpphash.h (struct cpp_reader): New member directive_...
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
next