| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -8/+5 |
* | * cppfiles.c (stack_include_file): line-map.c now handles include | neil | 2001-08-21 | 1 | -9/+0 |
* | * cppfiles.c (stack_include_file): Harmonize system headerness tests. | neil | 2001-08-21 | 1 | -2/+2 |
* | * cpphash.h (_cpp_push_next_buffer): New. | neil | 2001-08-21 | 1 | -0/+3 |
* | * cpperror.c (print_location): Don't take a file name; use the | neil | 2001-08-17 | 1 | -4/+1 |
* | * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | neil | 2001-08-11 | 1 | -2/+2 |
* | * cpphash.h, cpplib.c: Correct erroneous previous checkin. | neil | 2001-08-11 | 1 | -1/+1 |
* | * c-lex.c (map): Make const. | neil | 2001-08-11 | 1 | -13/+5 |
* | * cpperror.c (print_containing_files): Moved to line-map.c. | neil | 2001-08-06 | 1 | -7/+0 |
* | PR preprocessor/3081 | neil | 2001-08-05 | 1 | -8/+8 |
* | * cpphash.h (struct cpp_reader): New member directive_line. | neil | 2001-08-04 | 1 | -0/+1 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -0/+6 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | neil | 2001-08-01 | 1 | -0/+6 |
* | * cpphash.h (struct cpp_reader): Remove import_warning. | neil | 2001-07-29 | 1 | -3/+0 |
* | * cppexp.c (parse_defined): Always record the macro name. | neil | 2001-07-29 | 1 | -7/+1 |
* | * cpphash.h (struct_lexer_state): Delete was_skipping. | neil | 2001-07-26 | 1 | -6/+3 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -1/+1 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -21/+18 |
* | * cpperror.c (print_location): Don't special case <stdin>. | neil | 2001-04-08 | 1 | -1/+1 |
* | * cpp.texi: Update documentation for -include and -imacros. | neil | 2001-03-15 | 1 | -7/+10 |
* | * cppfiles.c (stack_include_file): Only increase the include | neil | 2001-03-14 | 1 | -1/+1 |
* | * cppfiles.c (_cpp_execute_include): Don't make a null-terminated | neil | 2001-03-04 | 1 | -5/+0 |
* | * cppfiles.c (struct include_file): Update. | neil | 2001-03-02 | 1 | -19/+21 |
* | * cpphash.h (struct cpp_reader): Add print_version field. | zack | 2001-03-02 | 1 | -0/+4 |
* | * cpphash.h (struct spec_nodes): Add n_true and n_false. | zack | 2001-02-07 | 1 | -0/+2 |
* | * cpphash.h: Rename _ALIGN POOL_ALIGN. | neil | 2001-02-03 | 1 | -2/+3 |
* | * cpphash.h: Rename ALIGN _ALIGN. | neil | 2001-02-03 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. | neil | 2001-02-01 | 1 | -3/+3 |
* | * cpphash.h (struct cpp_reader): New saved_flags. | neil | 2001-01-31 | 1 | -0/+3 |
* | * cppfiles.c (_cpp_fake_include): New function. | neil | 2001-01-13 | 1 | -1/+2 |
* | * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro, | neil | 2001-01-13 | 1 | -0/+266 |
* | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -0/+2 |
* | * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. | neil | 2000-12-17 | 1 | -2/+0 |
* | * cpperror.c (print_location): New function. | neil | 2000-12-11 | 1 | -0/+7 |
* | * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h. | neil | 2000-12-09 | 1 | -15/+2 |
* | include: | zack | 2000-12-08 | 1 | -19/+10 |
* | * cppfiles.c (struct include_file): Move from cpphash.h. | neil | 2000-12-07 | 1 | -22/+6 |
* | * c-common.c (parse_in): Make a cpp_reader *. | neil | 2000-12-07 | 1 | -1/+0 |
* | * cppfiles.c (cpp_make_system_header): Take 2 booleans, | neil | 2000-12-04 | 1 | -0/+1 |
* | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -0/+54 |
* | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -1/+2 |
* | * cppexp.c (parse_defined): Call cpp_get_token not | neil | 2000-11-14 | 1 | -1/+0 |
* | * cppexp.c: Don't worry about pfile->skipping. | neil | 2000-11-12 | 1 | -0/+1 |
* | * cppfiles.c (stack_include_file): Check for stacked contexts | neil | 2000-10-30 | 1 | -0/+1 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -182/+57 |
* | 2000-09-25 Branko Cibej <branko.cibej@hermes.si> | bkoz | 2000-09-25 | 1 | -2/+2 |
* | * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive, | neil | 2000-09-25 | 1 | -0/+4 |
* | * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q, | neil | 2000-09-23 | 1 | -20/+0 |
* | * cpphash.h (HASHSTEP): Take character rather than pointer | neil | 2000-09-18 | 1 | -3/+3 |