summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cppfiles.c: Update comments.Neil Booth2001-03-121-105/+116
* cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.Neil Booth2001-03-111-12/+3
* cppfiles.c (search_from): Use lbasename.Neil Booth2001-03-101-5/+1
* * cppfiles.c (search_from): Special case the empty string.Neil Booth2001-03-041-1/+5
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-15/+6
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-93/+75
* cppfiles.c: Update comments.Neil Booth2001-02-211-8/+4
* cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu...Neil Booth2001-02-191-19/+23
* cppfiles.c (_cpp_make_system_header): Generate a file change callback.Neil Booth2001-02-161-0/+2
* cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek2001-01-241-0/+3
* cppfiles.c (_cpp_fake_include): New function.Neil Booth2001-01-131-1/+22
* [multiple changes]Neil Booth2001-01-111-4/+4
* cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is i...Graham Stott2001-01-091-1/+2
* tradcpp.c (deps_file, [...]): New variables.Jakub Jelinek2001-01-041-7/+8
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-8/+11
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-13/+0
* cppfiles.c (hack_vms_include_specification): Delete function (not used since ...Zack Weinberg2000-12-151-280/+0
* cppfiles.c (read_name_map): Return null if open () fails.Neil Booth2000-12-131-28/+22
* cpperror.c (print_location): New function.Neil Booth2000-12-111-4/+1
* cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth2000-12-091-0/+10
* cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth2000-12-071-10/+59
* c-common.c (parse_in): Make a cpp_reader *.Neil Booth2000-12-071-44/+0
* cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth2000-12-051-37/+47
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-10/+9
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-17/+11
* cppfiles.c (open_file): If already read, then don't reopen.Nathan Sidwell2000-11-031-4/+12
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-0/+3
* New macro expander.Neil Booth2000-10-281-27/+39
* cppfiles.c (lookup_include_file): Rename to open_file.Neil Booth2000-09-211-39/+53
* cppfiles.c (read_include_file): Take no special action for zero-length files.Neil Booth2000-09-191-6/+0
* cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined.Laurynas Biveinis2000-09-161-1/+3
* * cppiles.c (purge_cache): Use PTR not caddr_t.Richard Henderson2000-09-161-1/+1
* cppfiles.c: Move all default-#defines to top of file.Zack Weinberg2000-09-121-334/+262
* *** empty log message ***Zack Weinberg2000-08-241-5/+4
* cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "".Greg McGary2000-08-241-2/+2
* cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg2000-08-021-5/+16