cpplib.h (cpp_reader): Remove if_stack.
[gcc.git] / gcc / cpplib.c
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.
2000-02-06 Zack Weinbergcpplib.c (copy_rest_of_line): Revert previous change...
2000-02-06 Zack Weinbergcppfiles.c (read_and_prescan): Bump input pointer befor...
2000-02-06 Zack Weinbergcppalloc.c: Update copyright.
2000-02-06 Zack Weinbergcpperror.c: Remove #ifdef EMACS block.
2000-02-06 Kaveh R. GhaziMakefile.in (c-common.o): Depend on $(EXPR_H).
2000-02-02 Zack Weinbergcpplib.h (cpp_reader): Add new flag, no_directives.
2000-01-30 Zack Weinbergcpperror.c (cpp_file_line_for_message): If 'line' is...
2000-01-27 Zack Weinbergcppinit.c (cpp_handle_option): Recognize C++ comments...
2000-01-19 Kaveh Ghazimore copyright nits
2000-01-19 Kaveh R. Ghazicppalloc.c: PROTO -> PARAMS.
2000-01-12 Zack Weinbergcpplib.h (struct cpp_options): Change lang_asm to char.
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-10-03 Kaveh R. Ghazicpplib.c (if_directive_nameo): Add static prototype.
1999-09-23 Jason Merrillcpplib.c (handle_directive): Don't complain about ...
1999-09-11 Zack Weinbergcppalloc.c (xstrdup): Use memcpy.
1999-09-09 Geoff KeatingMakefile.in (cppexp.o): Depend on cpphash.h.
1999-09-08 Jeffrey A Law* cpplib.c (cpp_push_buffer): Fix order of arguments.
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-08-31 Zack Weinbergcpplib.c (struct directive): Const-ify name pointer...
1999-08-25 Jim Meyeringcpplib.c (detect_if_not_defined): New function.
1999-08-14 Jason Merrillcpplib.c (read_line_number): New fn, split out of...
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-08-04 Zack Weinbergcpphash.c (macroexpand): Delete leading whitespace...
1999-07-26 Jason Merrillcpplib.c (cpp_get_token): Don't return a CPP_POP if...
1999-07-20 Jason Merrillgcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
1999-06-07 Dave Brolleycpplib.c (do_define): Cast `alloca' return value.
1999-04-26 Zack Weinbergcpphash.c (dump_definition): New function.
1999-04-19 Zack Weinbergcpplib.c (output_line_command): Drop CONDITIONAL argument.
1999-04-14 Zack Weinbergcpperror.c, [...]: Never call abort.
1999-04-12 Zack Weinbergcpphash.c (collect_expansion, [...]): Make the escape...
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-03-16 Zack Weinbergcppfiles.c (read_and_prescan): Map backslash-newline...
1999-03-15 Zack Weinbergcppinit.c: Instead of one pending list...
1999-02-25 Kaveh R. GhaziMakefile.in (cppmain.o, [...]): Don't depend on machmode.h.
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.
next