aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-21cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_b...Per Bothner1-1/+2
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-2/+2
2003-08-19c-decl.c: Follow spelling conventions.Kazu Hirata1-2/+2
2003-08-09cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner1-1/+1
2003-08-09re PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is i...Neil Booth1-0/+2
2003-08-03cppfiles.c (stack_file): Use file path.Neil Booth1-1/+1
2003-08-02cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth1-54/+46
2003-08-02cppfiles.c (ENOTDIR): Remove.Neil Booth1-86/+85
2003-08-01Makefile.in: Refine dependencies.Neil Booth1-31/+36
2003-07-30* cppfiles.c (stack_file, open_file_failed): Use path for deps.Neil Booth1-2/+2
2003-07-30cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".Geoffrey Keating1-2/+0
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth1-873/+882
2003-07-21cppfiles.c (open_file_pch): Don't put unused entries in the splay tree.Neil Booth1-33/+30
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-10/+8
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-2/+0
2003-07-03system.h: Include filenames.h.Zack Weinberg1-3/+3
2003-06-25cppfiles.c: Clarify comments.Martin Schaffner1-1/+1
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-120/+55
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-3/+2
2003-05-16cppopts.texi (-undef): Fix texinfo warning.Geoffrey Keating1-0/+7
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-1/+3
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-25/+24
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-89/+9
2003-03-20Various cleanups to help compile server.Per Bothner1-4/+6
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth1-0/+28
2003-03-04configure.in: Check for <memcheck.h>.Andreas Jaeger1-1/+5
2003-03-02c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.Neil Booth1-11/+158
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-173/+51
2003-02-28In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating1-2/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-2/+113
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-20Makefile.in (RUN_GEN, [...]): New variables.Hans-Peter Nilsson1-1/+19
2002-11-19* cppfiles.c: Fix formatting.Kazu Hirata1-15/+12
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-14re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth1-2/+5
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-5/+6
2002-07-30adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi1-5/+1
2002-07-22cppfiles.c (stack_include_file): Correct test of whether a dependency should ...Neil Booth1-1/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-15/+15
2002-05-13cppfiles.c (open_file): Change mode (DJGPP only) of redirected input to O_BIN...Andris Pavenis1-1/+9
2002-05-08re PR preprocessor/6521 (-MG creates dependency with wrong path)Robert Spier1-24/+1
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth1-16/+2
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-5/+5
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-13/+12
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-01-14cppfiles.c (TEST_THRESHOLD): New macro.Christopher Faylor1-7/+21
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-17/+13
2002-01-03cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab1-2/+6
2001-12-28cppfiles.c (stack_include_files): Don't translate <stdin>.Philipp Thomas1-1/+1