cppfiles.c: Include mkdeps.h.
[platform/upstream/gcc.git] / gcc / cpplib.c
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.
1999-02-15 Zack Weinbergc-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c...
1999-02-09 Brendan Kehoecpplib.c (special_symbol): Move IP to be declared in...
1999-02-09 Zack Weinbergcpplib.c (do_define): Allow redefining __STDC__ with -D.
1999-02-08 Zack Weinbergcpplib.c (special_symbol): Rewrite.
1999-02-04 Zack Weinbergcpplib.c (initialize_char_syntax): Move to cppinit.c.
1999-01-29 Kaveh R. Ghazicollect2.c (error): Fix typo in declaration.
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-26 Zack Weinbergcppfiles.c (safe_read): Deleted.
1999-01-25 Zack Weinbergcpplib.c: Don't include signal.h, sys/times.h, or sys...
1999-01-18 Kaveh R. Ghazicpplib.c (special_symbol): Qualify a char* with the...
1999-01-16 Jeffrey A Lawcccp.c (print_help): Fix typos.
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1999-01-04 Zack Weinbergcpplib.c (skip_if_group): Split out the logic that...
1999-01-04 Zack Weinbergcpplib.c (do_undef): EOF immediately after '#undef...
1998-12-16 Zack Weinbergcpplib.c (do_include): Treat #include_next in the prima...
1998-12-16 Kaveh R. Ghazicccp.c: Don't define MIN/MAX anymore.
1998-12-15 Zack Weinbergcppalloc.c: Add xstrdup here.
1998-12-15 Zack Weinbergcpplib.c: Make all directive handlers read their own...
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-12-08 Kaveh R. Ghazicpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.
1998-12-07 Zack Weinbergcpplib.c (initialize_char_syntax): Use ISALPHA and...
1998-12-07 Zack Weinbergcpplib.h (struct cpp_buffer): Replace dir and dlen...
1998-12-07 Dave Brolley[multiple changes]
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-25 Zack Weinbergcpplib.h: Delete struct import_file.
1998-11-23 Melissa O'Neillcccp.c (S_ISREG, S_ISDIR): Delete defines.
1998-11-08 Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-11-07 Kaveh R. Ghaziconfigure.in (host_xm_file, [...]): Arrange to include...
1998-10-29 Zack Weinberg[multiple changes]
1998-10-28 Richard HendersonMakefile.in (cc1): Put C_OBJS, and thence @extra_c_objs...
1998-10-17 Kaveh R. GhaziWarning fixes:
1998-10-16 Dave Brolleycpplib.c (cpp_get_token): Replace whitespace that occur...
1998-10-11 Zack Weinbergcppexp.c: When forcing unsigned comparisons, cast both...
1998-10-08 Jeff Lawemit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
1998-10-05 Zack Weinbergcpplib.c (macroexpand): Correct off-by-one error in...
1998-09-30 Zack Weinbergcpplib.c (macroexpand): If arg->raw_before or arg-...
next