summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-15/+15
* cppfiles.c (open_file): Change mode (DJGPP only) of redirected input to O_BIN...Andris Pavenis2002-05-131-1/+9
* re PR preprocessor/6521 (-MG creates dependency with wrong path)Robert Spier2002-05-081-24/+1
* cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth2002-04-221-16/+2
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-5/+5
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-13/+12
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-1/+1
* cppfiles.c (TEST_THRESHOLD): New macro.Christopher Faylor2002-01-141-7/+21
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-17/+13
* cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab2002-01-031-2/+6
* cppfiles.c (stack_include_files): Don't translate <stdin>.Philipp Thomas2001-12-281-1/+1
* cppfiles.c (read_include_file): Set buffer size properly when file is shorter...Douglas B Rupp2001-12-121-2/+3
* cppfiles.c (open_file): If we've opened a directory by mistake, close it.Zack Weinberg2001-12-061-3/+11
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* * cppfiles.c (read_include_file): Add comment.Zack Weinberg2001-11-271-0/+5
* cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth2001-11-261-12/+21
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* cppfiles.c (STAT_SIZE_TOO_BIG): Define.Douglas B Rupp2001-11-211-1/+14
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* cppfiles.c (open_file): Don't mark zero-length files never-reread here.Neil Booth2001-10-081-25/+15
* cpperror.c (print_location): Don't show _Pragma.Neil Booth2001-08-221-8/+16
* cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth2001-08-211-12/+1
* cppfiles.c (stack_include_file): Don't handle -H here.Neil Booth2001-08-211-12/+2
* cppfiles.c (stack_include_file): Harmonize system headerness tests.Neil Booth2001-08-211-41/+43
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-2/+6
* c-lex.c (map): Make const.Neil Booth2001-08-111-8/+5
* re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth2001-08-051-5/+4
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-1/+1
* line-map.c: New.Neil Booth2001-08-021-3/+3
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-4/+4
* cppexp.c (parse_defined): Always record the macro name.Neil Booth2001-07-291-4/+4
* cppfiles.c (remove_component_p): Don't assume lstat/stat will keep errno unch...Alexandre Oliva2001-05-221-0/+6
* cppfiles.c (struct include_file): New member err_no.Neil Booth2001-05-051-9/+9
* configure.in: Add check for lstat.Neil Booth2001-04-061-96/+118
* cppfiles.c (open_file): Fail directories silently, but with an errno of NOENT...Neil Booth2001-04-061-30/+34
* * cppfiles.c (stack_include_file): Use MAX of sysp.Alexandre Oliva2001-03-161-2/+2
* cpp.texi: Update documentation for -include and -imacros.Neil Booth2001-03-151-73/+72
* cppfiles.c (stack_include_file): Only increase the include count if we actual...Neil Booth2001-03-141-57/+56
* cppfiles.c (NO_INCLUDE_PATH): New macro.Neil Booth2001-03-131-70/+47