summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-8/+16
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-12/+1
* * cppfiles.c (stack_include_file): Don't handle -H here.neil2001-08-211-12/+2
* * cppfiles.c (stack_include_file): Harmonize system headerness tests.neil2001-08-211-41/+43
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-2/+6
* * c-lex.c (map): Make const.neil2001-08-111-8/+5
* PR preprocessor/3081neil2001-08-051-5/+4
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-1/+1
* * line-map.c: New.neil2001-08-021-3/+3
* * alias.c: Fix comment formatting.kazu2001-08-011-4/+4
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-4/+4
* * cppfiles.c (remove_component_p): Don't assume lstat/stat willaoliva2001-05-221-0/+6
* * cppfiles.c (struct include_file): New member err_no.neil2001-05-051-9/+9
* * configure.in: Add check for lstat.neil2001-04-061-96/+118
* * cppfiles.c (open_file): Fail directories silently, butneil2001-04-061-30/+34
* * cppfiles.c (stack_include_file): Use MAX of sysp.aoliva2001-03-161-2/+2
* * cpp.texi: Update documentation for -include and -imacros.neil2001-03-151-73/+72
* * cppfiles.c (stack_include_file): Only increase the includeneil2001-03-141-57/+56
* * cppfiles.c (NO_INCLUDE_PATH): New macro.neil2001-03-131-70/+47
* * cppfiles.c: Update comments.neil2001-03-121-105/+116
* * cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.neil2001-03-111-12/+3
* * cppfiles.c (search_from): Use lbasename.neil2001-03-101-5/+1
* * cppfiles.c (search_from): Special case the empty string.neil2001-03-041-1/+5
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-15/+6
* * cppfiles.c (struct include_file): Update.neil2001-03-021-93/+75
* * cppfiles.c: Update comments.neil2001-02-211-8/+4
* * cppfiles.c (stack_include_file): Generate dependenciesneil2001-02-191-19/+23
* * cppfiles.c (_cpp_make_system_header): Generate a fileneil2001-02-161-0/+2
* * cppfiles.c (_cpp_read_file): Add to dependencies if requested.jakub2001-01-241-0/+3
* * cppfiles.c (_cpp_fake_include): New function.neil2001-01-131-1/+22
* 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>neil2001-01-111-4/+4
* * cppfiles.c (_cpp_execute_include): Move `len` initialisationgrahams2001-01-091-1/+2
* * tradcpp.c (deps_file, print_deps_missing_files): New variables.jakub2001-01-041-7/+8
* * c-lex.c: s/change_file/file_change.neil2000-12-181-8/+11
* * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil2000-12-171-13/+0
* * cppfiles.c (hack_vms_include_specification): Delete functionzack2000-12-151-280/+0
* * cppfiles.c (read_name_map): Return null if open () fails.neil2000-12-131-28/+22
* * cpperror.c (print_location): New function.neil2000-12-111-4/+1
* * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.neil2000-12-091-0/+10
* * cppfiles.c (struct include_file): Move from cpphash.h.neil2000-12-071-10/+59
* * c-common.c (parse_in): Make a cpp_reader *.neil2000-12-071-44/+0
* * cppfiles.c (stack_include_file): Push zero-length buffersneil2000-12-051-37/+47
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-10/+9
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-17/+11
* * cppfiles.c (open_file): If already read, then don't reopen.nathan2000-11-031-4/+12
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-0/+3
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-27/+39
* * cppfiles.c (lookup_include_file): Rename to open_file.neil2000-09-211-39/+53
* * cppfiles.c (read_include_file): Take no special action forneil2000-09-191-6/+0
* * cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLDneil2000-09-161-1/+3