cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and pedantic...
[platform/upstream/gcc.git] / gcc / cpplib.c
2000-09-28 Neil Boothcpperror.c (_cpp_begin_message): Do the test for suppre...
2000-09-25 Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-24 Neil Boothcpplex.c: Update TODO comment.
2000-09-23 Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
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 Zack Weinbergcpplib.c (cpp_register_pragma_space): Just return if...
2000-08-18 Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-17 Neil Boothcppinit.c (cpp_cleanup): Free include dir chains.
2000-08-09 Zack Weinbergconfigure.in (--enable-c-cpplib): Uncomment.
2000-08-04 Zack Weinbergcpplex.c (parse_name): Might have to glue a CPP_OTHER...
2000-08-02 Zack Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-25 Zack Weinbergcpplib.c (_cpp_check_directive): Issue -Wtraditional...
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-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-14 Nathan Sidwell* cpplib.c (do_pragma_dependency): Tidy warning messages.
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-11 Zack Weinberg[multiple changes]
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-06 Neil Boothcpplib.c: (_cpp_parse_assertion): Perform hash lookups...
2000-07-05 Zack Weinberg* cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
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-23 Nathan Sidwellcpplib.c (struct pragma_entry): New structure.
2000-06-21 Zack Weinbergcppfiles.c (cpp_make_system_header): New function.
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-06-13 Zack Weinbergcpplib.c (handle_directive): Print non-NUL-terminated...
2000-06-07 Jakub Jelinekcpplib.c (do_ifdef, do_ifndef): Don't segfault if parse...
2000-06-01 Zack Weinberg[multiple changes]
2000-05-30 Zack Weinbergcpplib.c (do_if): Don't save and restore only_seen_whit...
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-19 Zack Weinbergcpplex.c (_cpp_scan_until): Clear AUX field of tokens.
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-17 Zack Weinbergcpplib.c: New feature, #pragma system_header.
2000-05-15 Neil Boothcpplex.c (parse_string2): Update comment.
2000-05-14 Neil Boothcpphash.c (trad_stringify, [...]): Make some pointers...
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 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-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 Weinbergcpplib.c (do_pragma_poison): Strings in the token buffe...
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-17 Dave PittsMakefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose...
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-07 Zack Weinbergcpplib.c (do_elif): Skip the rest of the line if we...
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-04 Kaveh R. Ghazicpplib.c (D): Adjust to call CONCAT2 macro without...
2000-04-02 Zack Weinbergcppinit.c (cpp_start_read): Turn off -Wtraditional...
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-13 Zack Weinbergcpplib.c (do_pragma_implementation): Fix off-by-one...
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-11 Neil Boothcppfiles.c (file_cleanup, [...]): Replace bcopy(),...
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-07 Zack Weinberg[multiple changes]
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-04 Zack Weinbergmkdeps.c, mkdeps.h: New files.
2000-03-04 Zack Weinbergcpplib.h (_dollar_ok): New macro.
2000-03-03 Jason Merrillcpplib.h (CPP_PEDANTIC): Only true if system_header_p...
2000-03-02 Zack Weinbergcppfiles.c (cpp_read_file): New function.
2000-03-01 Zack Weinbergcpplib.h (CPP_ASSERTION, [...]): New token types.
2000-02-27 Alexandre Olivacpplib.h (enum file_change_code): Added rename_file.
2000-02-27 Alexandre Oliva* cpplib.c (do_pragma): Accept #pragma without consecut...
2000-02-26 Jeff LawFix copyrights.
2000-02-23 Alexandre Olivacpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
2000-02-16 Alexandre Oliva* cpplib.c (do_line): Pedwarn for #line > 32767.
2000-02-14 Zack Weinbergcpplib.c (do_define): Only free the old definition...
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...
2000-02-10 Zack Weinbergcpphash.c (macarg): Hoist all the flag diddling out...
2000-02-09 Zack Weinbergcpplib.c (cpp_define, cpp_undef): Make sure the stacked...
2000-02-07 Mark Mitchellcpplib.c (cpp_get_token): Call CPP_BUMP_LINE after...
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
next