aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-10/+9
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-17/+11
2000-11-03cppfiles.c (open_file): If already read, then don't reopen.Nathan Sidwell1-4/+12
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-0/+3
2000-10-28New macro expander.Neil Booth1-27/+39
2000-09-21cppfiles.c (lookup_include_file): Rename to open_file.Neil Booth1-39/+53
2000-09-19cppfiles.c (read_include_file): Take no special action for zero-length files.Neil Booth1-6/+0
2000-09-16cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined.Laurynas Biveinis1-1/+3
2000-09-16* cppiles.c (purge_cache): Use PTR not caddr_t.Richard Henderson1-1/+1
2000-09-12cppfiles.c: Move all default-#defines to top of file.Zack Weinberg1-334/+262
2000-08-24*** empty log message ***Zack Weinberg1-5/+4
2000-08-24cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "".Greg McGary1-2/+2
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-5/+16
2000-07-16cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.Laurynas Biveinis1-0/+1
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-1/+43
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-2/+42
2000-07-04top level:Zack Weinberg1-33/+35
2000-07-02cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek1-0/+1
2000-06-30cpp.texi: Document #pragma GCC dependencyNathan Sidwell1-0/+57
2000-06-28cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE...Zack Weinberg1-3/+35
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg1-0/+17