aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)Author
2001-01-24 * cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek
2001-01-13 * cppfiles.c (_cpp_fake_include): New function.Neil Booth
2001-01-112001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>Neil Booth
2001-01-09 * cppfiles.c (_cpp_execute_include): Move `len` initialisationGraham Stott
2001-01-04 * tradcpp.c (deps_file, print_deps_missing_files): New variables.Jakub Jelinek
2000-12-18 * c-lex.c: s/change_file/file_change.Neil Booth
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.Neil Booth
2000-12-15 * cppfiles.c (hack_vms_include_specification): Delete functionZack Weinberg
2000-12-13 * cppfiles.c (read_name_map): Return null if open () fails.Neil Booth
2000-12-11 * cpperror.c (print_location): New function.Neil Booth
2000-12-09 * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.Neil Booth
2000-12-07 * cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth
2000-12-07 * c-common.c (parse_in): Make a cpp_reader *.Neil Booth
2000-12-05 * cppfiles.c (stack_include_file): Push zero-length buffersNeil Booth
2000-12-04 * cppfiles.c (cpp_make_system_header): Take 2 booleans,Neil Booth
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):Neil Booth
2000-11-03 * cppfiles.c (open_file): If already read, then don't reopen.Nathan Sidwell
2000-10-30 * cppfiles.c (stack_include_file): Check for stacked contextsNeil Booth
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-21 * cppfiles.c (lookup_include_file): Rename to open_file.Neil Booth
2000-09-19 * cppfiles.c (read_include_file): Take no special action forNeil Booth
2000-09-16 * cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLDNeil Booth
2000-09-16 * cppiles.c (purge_cache): Use PTR not caddr_t.Richard Henderson
2000-09-12 * cppfiles.c: Move all default-#defines to top of file.Zack Weinberg
2000-08-24*** empty log message ***Zack Weinberg
2000-08-24 * cppfiles.c (actual_directory): Don't write beyond `dir'Greg McGary
2000-08-02 * cpperror.c (v_message): Split into _cpp_begin_message andZack Weinberg
2000-07-162000-07-16 Laurynas Biveinis <lauras@softhome.net>Laurynas Biveinis
2000-07-13 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,Zack Weinberg
2000-07-05toplevel:Zack Weinberg
2000-07-04top level:Zack Weinberg
2000-07-02 * cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek
2000-06-30 * cpp.texi: Document #pragma GCC dependencyNathan Sidwell
2000-06-28 * cppfiles.c (open_include_file): If open(2) returns EMFILE orZack Weinberg
2000-06-21 * cppfiles.c (cpp_make_system_header): New function.Zack Weinberg
2000-06-21 * cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg
2000-06-09 * system.h (SSIZE_MAX): Delete backup definition.Kaveh Ghazi
2000-06-012000-06-01 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
2000-05-29 * cpplib.h (cpp_reader): Remove if_stack. ChangeZack Weinberg
2000-05-28 * cppfiles.c: Read files in, using mmap if possible, thenZack Weinberg
2000-05-04gcc:Zack Weinberg
2000-05-02 * cpplib.h (CPP_POP, parse_cleanup_t): Delete.Zack Weinberg
2000-05-01 * cppfiles.c (open_include_file): Open file in blocking mode.Zack Weinberg
2000-04-30 * cppfiles.c (redundant_include_p): Provide length of token toZack Weinberg
2000-04-18 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.Zack Weinberg
2000-04-18 * gcc/conflict.c (conflict_graph_add): Pass enum type toRichard Kenner
2000-04-17 * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholeDave Pitts
2000-04-14 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publicZack Weinberg
2000-04-06 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.Zack Weinberg
2000-03-31 * cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg