| Commit message (Expand) | Author | Age | Files | Lines |
* | c-lex.c: s/change_file/file_change. | Neil Booth | 2000-12-18 | 1 | -8/+11 |
* | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 2000-12-17 | 1 | -13/+0 |
* | cppfiles.c (hack_vms_include_specification): Delete function (not used since ... | Zack Weinberg | 2000-12-15 | 1 | -280/+0 |
* | cppfiles.c (read_name_map): Return null if open () fails. | Neil Booth | 2000-12-13 | 1 | -28/+22 |
* | cpperror.c (print_location): New function. | Neil Booth | 2000-12-11 | 1 | -4/+1 |
* | cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h. | Neil Booth | 2000-12-09 | 1 | -0/+10 |
* | cppfiles.c (struct include_file): Move from cpphash.h. | Neil Booth | 2000-12-07 | 1 | -10/+59 |
* | c-common.c (parse_in): Make a cpp_reader *. | Neil Booth | 2000-12-07 | 1 | -44/+0 |
* | cppfiles.c (stack_include_file): Push zero-length buffers in case of failure. | Neil Booth | 2000-12-05 | 1 | -37/+47 |
* | cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ... | Neil Booth | 2000-12-04 | 1 | -10/+9 |
* | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 2000-11-27 | 1 | -17/+11 |
* | cppfiles.c (open_file): If already read, then don't reopen. | Nathan Sidwell | 2000-11-03 | 1 | -4/+12 |
* | cppfiles.c (stack_include_file): Check for stacked contexts here. | Neil Booth | 2000-10-30 | 1 | -0/+3 |
* | New macro expander. | Neil Booth | 2000-10-28 | 1 | -27/+39 |
* | cppfiles.c (lookup_include_file): Rename to open_file. | Neil Booth | 2000-09-21 | 1 | -39/+53 |
* | cppfiles.c (read_include_file): Take no special action for zero-length files. | Neil Booth | 2000-09-19 | 1 | -6/+0 |
* | cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined. | Laurynas Biveinis | 2000-09-16 | 1 | -1/+3 |
* | * cppiles.c (purge_cache): Use PTR not caddr_t. | Richard Henderson | 2000-09-16 | 1 | -1/+1 |
* | cppfiles.c: Move all default-#defines to top of file. | Zack Weinberg | 2000-09-12 | 1 | -334/+262 |
* | *** empty log message *** | Zack Weinberg | 2000-08-24 | 1 | -5/+4 |
* | cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "". | Greg McGary | 2000-08-24 | 1 | -2/+2 |
* | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 2000-08-02 | 1 | -5/+16 |
* | cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL. | Laurynas Biveinis | 2000-07-16 | 1 | -0/+1 |
* | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 2000-07-13 | 1 | -1/+43 |
* | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 2000-07-05 | 1 | -2/+42 |
* | top level: | Zack Weinberg | 2000-07-04 | 1 | -33/+35 |
* | cpplib.h (struct cpp_reader): New field include_depth. | Jakub Jelinek | 2000-07-02 | 1 | -0/+1 |
* | cpp.texi: Document #pragma GCC dependency | Nathan Sidwell | 2000-06-30 | 1 | -0/+57 |
* | cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE... | Zack Weinberg | 2000-06-28 | 1 | -3/+35 |
* | cppfiles.c (cpp_make_system_header): New function. | Zack Weinberg | 2000-06-21 | 1 | -0/+17 |
* | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 2000-06-21 | 1 | -525/+465 |
* | system.h (SSIZE_MAX): Delete backup definition. | Kaveh R. Ghazi | 2000-06-09 | 1 | -2/+5 |
* | [multiple changes] | Zack Weinberg | 2000-06-01 | 1 | -2/+10 |
* | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 2000-05-29 | 1 | -17/+15 |
* | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 2000-05-28 | 1 | -27/+113 |
* | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 2000-05-04 | 1 | -11/+12 |
* | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 2000-05-02 | 1 | -21/+1 |
* | cppfiles.c (open_include_file): Open file in blocking mode. | Zack Weinberg | 2000-05-01 | 1 | -24/+20 |
* | cppfiles.c (redundant_include_p): Provide length of token to cpp_defined. | Zack Weinberg | 2000-04-30 | 1 | -1/+2 |
* | cccp.c, [...]: Removed. | Zack Weinberg | 2000-04-18 | 1 | -1/+1 |
* | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 2000-04-18 | 1 | -12/+8 |
* | Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q... | Dave Pitts | 2000-04-16 | 1 | -1/+1 |
* | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 2000-04-14 | 1 | -44/+74 |
* | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 2000-04-06 | 1 | -2/+1 |
* | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 2000-03-31 | 1 | -14/+14 |
* | cppfiles.c (cpp_read_file): Don't pass zero-length string to _cpp_calc_hash. | Zack Weinberg | 2000-03-29 | 1 | -1/+5 |
* | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 2000-03-28 | 1 | -24/+27 |
* | cppfiles.c (open_include_file): New function. | Zack Weinberg | 2000-03-15 | 1 | -13/+29 |
* | cppfiles.c (find_include_file): Don't assume nshort is a substring of name. | Zack Weinberg | 2000-03-14 | 1 | -5/+12 |
* | cppfiles.c: Include mkdeps.h. | Zack Weinberg | 2000-03-14 | 1 | -8/+126 |