cpperror.c: Fix formatting.
[platform/upstream/gcc.git] / gcc / cpphash.c
2002-05-22 Kazu Hiratacpperror.c: Fix formatting.
2002-05-21 Zack Weinbergc-common.c (c_common_init): Set options->unsigned_char...
2002-02-02 Neil Boothcpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
2002-01-03 Neil Boothcpperror.c: Update comments and copyright.
2001-11-27 Neil Boothcpphash.c (_cpp_init_hashtable): Update.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-08-11 Neil Boothcpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-05-30 Neil Booth* cpphash.c (alloc_node): Cast pointer.
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothcppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-01-28 Neil Boothcpphash.c (_cpp_cleanup_hashtable, [...]): Don't set...
2000-11-09 Neil Boothcpphash.c: Move cpp_defined here from cpplib.c.
2000-10-29 Geoff Keatingcpphash.c (cpp_forall_identifiers): Add context variabl...
2000-10-28 Neil BoothNew macro expander.
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-13 Neil Boothcpphash.c (struct macro_info): Add new members.
2000-07-13 Kaveh R. Ghazi* cpphash.c (macro_info): Don't use the `signed' keyword.
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-12 Zack Weinbergcppexp.c (LOGICAL): Delete macro.
2000-07-12 Neil Boothcpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 Zack Weinberg[multiple changes]
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Neil Boothcpphash.c (is__va_args__): New function.
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-19 Zack Weinbergcpphash.c (funlike_macroexpand): Make sure not to walk...
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-14 Neil Boothcpphash.c (trad_stringify, [...]): Make some pointers...
2000-05-11 Zack Weinbergcpphash.c (collect_funlike_expansion): Make "# is not...
2000-05-10 Zack Weinbergcpphash.h (struct hashnode): Use struct hack for name...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-03 Zack Weinbergcpplib.h: Add accessor macros for token lists.
2000-05-02 Zack Weinbergcpphash.c (collect_params): Fix off-by-one error.
2000-05-02 Jakub Jelinekcpphash.c (trad_stringify): Adjust p after stringificat...
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.c (collect_objlike_expansion): Add sanity check.
2000-04-23 Zack Weinbergcpphash.h (struct definition): Move file, line, col...
2000-04-22 Zack Weinbergcpphash.c (trad_stringify, add_pat): New functions.
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-19 Zack Weinbergcpphash.c (special_symbol): Represent an empty macro...
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-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 Zack Weinbergcpphash.c (timestamp): Delete.
2000-04-06 Zack Weinbergcpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.
2000-04-05 Philippe De Muytercpphash.c (_cpp_free_definition): Test argnames, not...
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-15 Jason Merrill* cpphash.c (dump_hash_helper): Take the slot, not...
2000-03-15 Alexandre Olivacpphash.c (collect_formal_parameters): Do not complain...
2000-03-14 Zack Weinbergcpphash.c (dump_hash_helper): Only dump nodes of type...
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-13 Zack Weinbergcpphash.c: Don't include version.h.
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-11 Neil Boothcppfiles.c (file_cleanup, [...]): Replace bcopy(),...
2000-03-09 Zack Weinbergcpphash.c (collect_formal_parameters): strncmp returns...
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-08 Zack Weinberg* cpphash.c (special_symbol): Fix thinko in previous...
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-07 Jason Merrillcpphash.c (collect_expansion): Also catch ## at start...
2000-03-06 Kaveh R. Ghazibuiltins.c (built_in_class_names, [...]): Constify...
2000-03-04 Zack Weinbergcpplib.h (_dollar_ok): New macro.
2000-03-02 Zack Weinbergcppfiles.c (cpp_read_file): New function.
2000-03-01 Zack Weinbergcpphash.c (collect_expansion): Trim trailing white...
2000-03-01 Zack Weinbergcpplib.h (CPP_ASSERTION, [...]): New token types.
2000-02-26 Jeff LawFix copyrights.
2000-02-15 Kaveh R. GhaziMakefile.in (TREE_H, [...]): Depend on version.h.
2000-02-11 Zack Weinbergcpphash.c: Fix formatting, update commentary.
2000-02-11 Nathan Sidwellcpphash.c (special_symbol): Remove spurious argument...
2000-02-10 Zack Weinbergcppexp.c: Don't include cpphash.h.
2000-02-10 Zack Weinbergcpplib.h: Provide HASHNODE typedef and forward decl...
2000-02-10 Zack Weinbergcpphash.c (macarg): Hoist all the flag diddling out...
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
2000-02-06 Zack Weinbergcppfiles.c (read_and_prescan): Bump input pointer befor...
2000-02-06 Zack Weinbergcpperror.c: Remove #ifdef EMACS block.
2000-02-02 Zack Weinbergcpplib.h (cpp_reader): Add new flag, no_directives.
2000-01-22 Zack Weinbergcpphash.c (change_newlines): Delete function.
2000-01-11 Jason Merrillfix typos
2000-01-04 Kaveh R. Ghazibuiltins.c (expand_builtin_strlen): Initialize variable...
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-09-09 Geoff KeatingMakefile.in (cppexp.o): Depend on cpphash.h.
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-08-04 Zack Weinbergcpphash.c (macroexpand): Delete leading whitespace...
1999-06-07 Dave Brolleycpplib.c (do_define): Cast `alloca' return value.
1999-04-26 Zack Weinbergcpphash.c (dump_definition): New function.
next