aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-27* cppfiles.c (read_include_file): Add comment.Zack Weinberg1-0/+5
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-12/+21
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-21cppfiles.c (STAT_SIZE_TOO_BIG): Define.Douglas B Rupp1-1/+14
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-08cppfiles.c (open_file): Don't mark zero-length files never-reread here.Neil Booth1-25/+15
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-8/+16
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-12/+1
2001-08-21cppfiles.c (stack_include_file): Don't handle -H here.Neil Booth1-12/+2
2001-08-21cppfiles.c (stack_include_file): Harmonize system headerness tests.Neil Booth1-41/+43
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-2/+6
2001-08-11c-lex.c (map): Make const.Neil Booth1-8/+5
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-5/+4
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-1/+1
2001-08-02line-map.c: New.Neil Booth1-3/+3
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-29cppexp.c (parse_defined): Always record the macro name.Neil Booth1-4/+4
2001-05-22cppfiles.c (remove_component_p): Don't assume lstat/stat will keep errno unch...Alexandre Oliva1-0/+6
2001-05-05cppfiles.c (struct include_file): New member err_no.Neil Booth1-9/+9
2001-04-06configure.in: Add check for lstat.Neil Booth1-96/+118
2001-04-06cppfiles.c (open_file): Fail directories silently, but with an errno of NOENT...Neil Booth1-30/+34
2001-03-16* cppfiles.c (stack_include_file): Use MAX of sysp.Alexandre Oliva1-2/+2
2001-03-15cpp.texi: Update documentation for -include and -imacros.Neil Booth1-73/+72
2001-03-14cppfiles.c (stack_include_file): Only increase the include count if we actual...Neil Booth1-57/+56
2001-03-13cppfiles.c (NO_INCLUDE_PATH): New macro.Neil Booth1-70/+47
2001-03-12cppfiles.c: Update comments.Neil Booth1-105/+116
2001-03-11cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.Neil Booth1-12/+3
2001-03-10cppfiles.c (search_from): Use lbasename.Neil Booth1-5/+1
2001-03-04* cppfiles.c (search_from): Special case the empty string.Neil Booth1-1/+5
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-15/+6
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-93/+75
2001-02-21cppfiles.c: Update comments.Neil Booth1-8/+4
2001-02-19cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu...Neil Booth1-19/+23
2001-02-16cppfiles.c (_cpp_make_system_header): Generate a file change callback.Neil Booth1-0/+2
2001-01-24cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek1-0/+3
2001-01-13cppfiles.c (_cpp_fake_include): New function.Neil Booth1-1/+22
2001-01-11[multiple changes]Neil Booth1-4/+4
2001-01-09cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is i...Graham Stott1-1/+2
2001-01-04tradcpp.c (deps_file, [...]): New variables.Jakub Jelinek1-7/+8
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-8/+11
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-13/+0
2000-12-15cppfiles.c (hack_vms_include_specification): Delete function (not used since ...Zack Weinberg1-280/+0
2000-12-13cppfiles.c (read_name_map): Return null if open () fails.Neil Booth1-28/+22
2000-12-11cpperror.c (print_location): New function.Neil Booth1-4/+1
2000-12-09cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth1-0/+10
2000-12-07cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth1-10/+59
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-44/+0
2000-12-05cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth1-37/+47