summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Fix patch oops.Per Bothner2004-01-191-1/+1
* [multiple changes]Geoffrey Keating2004-01-171-1/+232
* cppfiles.c (pch_open_file): Minor tweak to work-around native HPPA compiler bug.Roger Sayle2003-12-311-2/+4
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* cppfiles.c (file_hash_hash): New static function.Per Bothner2003-12-051-6/+27
* cppfiles.c (_cpp_find_file): Make 'one or more PCH files were found' message ...Geoffrey Keating2003-11-141-3/+3
* cppfiles.c (pch_open_file): New parameter 'invalid_pch', set it.Geoffrey Keating2003-11-081-8/+26
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-8/+9
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta...Per Bothner2003-10-021-24/+16
* re PR pch/12112 (Putting PCH files in a directory completely broken)Phil Edwards2003-09-251-7/+9
* cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_b...Per Bothner2003-08-211-1/+2
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-2/+2
* c-decl.c: Follow spelling conventions.Kazu Hirata2003-08-191-2/+2
* cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner2003-08-091-1/+1
* re PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is i...Neil Booth2003-08-091-0/+2
* cppfiles.c (stack_file): Use file path.Neil Booth2003-08-031-1/+1
* cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth2003-08-021-54/+46
* cppfiles.c (ENOTDIR): Remove.Neil Booth2003-08-021-86/+85
* Makefile.in: Refine dependencies.Neil Booth2003-08-011-31/+36
* * cppfiles.c (stack_file, open_file_failed): Use path for deps.Neil Booth2003-07-301-2/+2
* cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".Geoffrey Keating2003-07-301-2/+0
* Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth2003-07-291-873/+882
* cppfiles.c (open_file_pch): Don't put unused entries in the splay tree.Neil Booth2003-07-211-33/+30
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-10/+8
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-2/+0
* system.h: Include filenames.h.Zack Weinberg2003-07-031-3/+3
* cppfiles.c: Clarify comments.Martin Schaffner2003-06-251-1/+1
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-120/+55
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+2
* cppopts.texi (-undef): Fix texinfo warning.Geoffrey Keating2003-05-161-0/+7
* c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth2003-05-111-1/+3
* c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth2003-04-211-25/+24
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-89/+9
* Various cleanups to help compile server.Per Bothner2003-03-201-4/+6
* cppfiles.c (cpp_rename_file, [...]): New.Neil Booth2003-03-121-0/+28
* configure.in: Check for <memcheck.h>.Andreas Jaeger2003-03-041-1/+5
* c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.Neil Booth2003-03-021-11/+158
* Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth2003-03-011-173/+51
* In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating2003-02-281-2/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-2/+113
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Makefile.in (RUN_GEN, [...]): New variables.Hans-Peter Nilsson2002-11-201-1/+19
* * cppfiles.c: Fix formatting.Kazu Hirata2002-11-191-15/+12
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth2002-08-141-2/+5
* c-opts.c (deps_seen, [...]): New.Neil Booth2002-08-121-5/+6
* adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi2002-07-301-5/+1
* cppfiles.c (stack_include_file): Correct test of whether a dependency should ...Neil Booth2002-07-221-1/+1