Age | Commit message (Expand) | Author | Files | Lines |
2001-03-16 | * cppfiles.c (stack_include_file): Use MAX of sysp. | Alexandre Oliva | 1 | -2/+2 |
2001-03-15 | cpp.texi: Update documentation for -include and -imacros. | Neil Booth | 1 | -73/+72 |
2001-03-14 | cppfiles.c (stack_include_file): Only increase the include count if we actual... | Neil Booth | 1 | -57/+56 |
2001-03-13 | cppfiles.c (NO_INCLUDE_PATH): New macro. | Neil Booth | 1 | -70/+47 |
2001-03-12 | cppfiles.c: Update comments. | Neil Booth | 1 | -105/+116 |
2001-03-11 | cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete. | Neil Booth | 1 | -12/+3 |
2001-03-10 | cppfiles.c (search_from): Use lbasename. | Neil Booth | 1 | -5/+1 |
2001-03-04 | * cppfiles.c (search_from): Special case the empty string. | Neil Booth | 1 | -1/+5 |
2001-03-04 | cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f... | Neil Booth | 1 | -15/+6 |
2001-03-02 | cppfiles.c (struct include_file): Update. | Neil Booth | 1 | -93/+75 |
2001-02-21 | cppfiles.c: Update comments. | Neil Booth | 1 | -8/+4 |
2001-02-19 | cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu... | Neil Booth | 1 | -19/+23 |
2001-02-16 | cppfiles.c (_cpp_make_system_header): Generate a file change callback. | Neil Booth | 1 | -0/+2 |
2001-01-24 | cppfiles.c (_cpp_read_file): Add to dependencies if requested. | Jakub Jelinek | 1 | -0/+3 |
2001-01-13 | cppfiles.c (_cpp_fake_include): New function. | Neil Booth | 1 | -1/+22 |
2001-01-11 | [multiple changes] | Neil Booth | 1 | -4/+4 |
2001-01-09 | cppfiles.c (_cpp_execute_include): Move `len` initialisation after `ptr` is i... | Graham Stott | 1 | -1/+2 |
2001-01-04 | tradcpp.c (deps_file, [...]): New variables. | Jakub Jelinek | 1 | -7/+8 |
2000-12-18 | c-lex.c: s/change_file/file_change. | Neil Booth | 1 | -8/+11 |
2000-12-17 | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 1 | -13/+0 |
2000-12-15 | cppfiles.c (hack_vms_include_specification): Delete function (not used since ... | Zack Weinberg | 1 | -280/+0 |
2000-12-13 | cppfiles.c (read_name_map): Return null if open () fails. | Neil Booth | 1 | -28/+22 |
2000-12-11 | cpperror.c (print_location): New function. | Neil Booth | 1 | -4/+1 |
2000-12-09 | cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h. | Neil Booth | 1 | -0/+10 |
2000-12-07 | cppfiles.c (struct include_file): Move from cpphash.h. | Neil Booth | 1 | -10/+59 |
2000-12-07 | c-common.c (parse_in): Make a cpp_reader *. | Neil Booth | 1 | -44/+0 |
2000-12-05 | cppfiles.c (stack_include_file): Push zero-length buffers in case of failure. | Neil Booth | 1 | -37/+47 |
2000-12-04 | cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ... | Neil Booth | 1 | -10/+9 |
2000-11-27 | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 1 | -17/+11 |
2000-11-03 | cppfiles.c (open_file): If already read, then don't reopen. | Nathan Sidwell | 1 | -4/+12 |
2000-10-30 | cppfiles.c (stack_include_file): Check for stacked contexts here. | Neil Booth | 1 | -0/+3 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -27/+39 |
2000-09-21 | cppfiles.c (lookup_include_file): Rename to open_file. | Neil Booth | 1 | -39/+53 |
2000-09-19 | cppfiles.c (read_include_file): Take no special action for zero-length files. | Neil Booth | 1 | -6/+0 |
2000-09-16 | cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined. | Laurynas Biveinis | 1 | -1/+3 |
2000-09-16 | * cppiles.c (purge_cache): Use PTR not caddr_t. | Richard Henderson | 1 | -1/+1 |
2000-09-12 | cppfiles.c: Move all default-#defines to top of file. | Zack Weinberg | 1 | -334/+262 |
2000-08-24 | *** empty log message *** | Zack Weinberg | 1 | -5/+4 |
2000-08-24 | cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "". | Greg McGary | 1 | -2/+2 |
2000-08-02 | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 1 | -5/+16 |
2000-07-16 | cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL. | Laurynas Biveinis | 1 | -0/+1 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -1/+43 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -2/+42 |
2000-07-04 | top level: | Zack Weinberg | 1 | -33/+35 |
2000-07-02 | cpplib.h (struct cpp_reader): New field include_depth. | Jakub Jelinek | 1 | -0/+1 |
2000-06-30 | cpp.texi: Document #pragma GCC dependency | Nathan Sidwell | 1 | -0/+57 |
2000-06-28 | cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE... | Zack Weinberg | 1 | -3/+35 |
2000-06-21 | cppfiles.c (cpp_make_system_header): New function. | Zack Weinberg | 1 | -0/+17 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -525/+465 |
2000-06-09 | system.h (SSIZE_MAX): Delete backup definition. | Kaveh R. Ghazi | 1 | -2/+5 |