summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* * cppfiles.c (stack_file): Correctly pass return_at_eof parameterbothner2003-08-211-1/+2
* * builtins.c: Fix comment typos.kazu2003-08-191-2/+2
* * c-decl.c: Follow spelling conventions.kazu2003-08-191-2/+2
* * cppinit.c (cpp_read_main_file): Split out source-independentbothner2003-08-091-1/+1
* PR preprocessor/11839neil2003-08-091-0/+2
* * cppfiles.c (stack_file): Use file path.neil2003-08-031-1/+1
* * cppfiles.c (struct _cpp_file): Rename once_only_next toneil2003-08-021-54/+46
* * cppfiles.c (ENOTDIR): Remove.neil2003-08-021-86/+85
* * Makefile.in: Refine dependencies.neil2003-08-011-31/+36
* * cppfiles.c (stack_file, open_file_failed): Use path for deps.neil2003-07-301-2/+2
* * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".geoffk2003-07-301-2/+0
* * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.neil2003-07-291-873/+882
* * cppfiles.c (open_file_pch): Don't put unused entries in theneil2003-07-211-33/+30
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-10/+8
* * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).zack2003-07-131-2/+0
* * system.h: Include filenames.h.zack2003-07-031-3/+3
* * cppfiles.c: Clarify comments.neil2003-06-251-1/+1
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.czack2003-06-171-120/+55
* cp:ghazi2003-06-161-3/+2
* * doc/cppopts.texi (-undef): Fix texinfo warning.geoffk2003-05-161-0/+7
* * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ intoneil2003-05-111-1/+3
* * c-ppoutput.c (cb_include): Don't take a cpp_token.neil2003-04-211-25/+24
* * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,neil2003-04-191-89/+9
* Various cleanups to help compile server.bothner2003-03-201-4/+6
* * cppfiles.c (cpp_rename_file, cpp_push_include): New.neil2003-03-121-0/+28
* * configure.in: Check for <memcheck.h>.aj2003-03-041-1/+5
* * c-incpath.c (remove_component_p, simplify_path): Move back toneil2003-03-021-11/+158
* * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,neil2003-03-011-173/+51
* In gcc/:geoffk2003-02-281-2/+2
* Merge from pch-branch.geoffk2003-01-101-2/+113
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * Makefile.in (RUN_GEN, VALGRIND_DRIVER_DEFINES): New variables.hp2002-11-201-1/+19
* * cppfiles.c: Fix formatting.kazu2002-11-191-15/+12
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-1/+1
* * ChangeLog: Follow spelling conventions.kazu2002-09-141-1/+1
* PR preprocessor/7358neil2002-08-141-2/+5
* * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,neil2002-08-121-5/+6
* ada:ghazi2002-07-301-5/+1
* * cppfiles.c (stack_include_file): Correct test of whetherneil2002-07-221-1/+1
* * cpperror.c: Fix formatting.kazu2002-05-221-15/+15
* * cppfiles.c (open_file): Change mode (DJGPP only) of redirectedneil2002-05-131-1/+9
* PR preprocessor/6521neil2002-05-081-24/+1
* * cppfiles.c (_cpp_pop_file_buffer): Return void. Moveneil2002-04-221-16/+2
* * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.neil2002-04-211-5/+5
* * cpperror.c (print_location): Don't print include chainneil2002-04-141-13/+12
* * bitmap.h: Fix comment formatting.kazu2002-01-181-1/+1
* * cppfiles.c (TEST_THRESHOLD): New macro.cgf2002-01-141-7/+21
* * cpperror.c: Update comments and copyright.neil2002-01-031-17/+13
* * cppfiles.c (_cpp_pop_file_buffer): Change return type to boolschwab2002-01-031-2/+6
* cppfiles.c (stack_include_files): Don't translate <stdin>.pthomas2001-12-281-1/+1