| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpperror.c (_cpp_begin_message): No special casing | neil | 2002-05-23 | 1 | -3/+3 |
* | * final.c: Fix formatting. | kazu | 2002-05-17 | 1 | -10/+10 |
* | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -1/+1 |
* | * collect2.c (is_ctor_dtor): Const-ify. | ghazi | 2001-12-27 | 1 | -8/+8 |
* | * fix-header.c (main): Move inf_buffer termination and inf_limit | kenner | 2001-11-24 | 1 | -3/+5 |
* | White-space change | kenner | 2001-11-15 | 1 | -1/+1 |
* | * fix-header.c (read_scan_file): Update. | neil | 2001-11-15 | 1 | -2/+4 |
* | * c-format.c (maybe_read_dollar_number): Use safe-ctype macros | ghazi | 2001-10-21 | 1 | -3/+3 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -5/+5 |
* | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -4/+3 |
* | * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | aj | 2001-08-27 | 1 | -12/+4 |
* | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -1/+1 |
* | * cpperror.c (print_location): Don't take a file name; use the | neil | 2001-08-17 | 1 | -1/+1 |
* | * fix-header.c (cb_file_change): Update prototype. | neil | 2001-08-12 | 1 | -4/+4 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -2/+1 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -1/+1 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -1/+1 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -2/+2 |
* | Add missing blanks | kenner | 2001-02-03 | 1 | -3/+3 |
* | * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry! | neil | 2001-01-13 | 1 | -1/+1 |
* | * fix-header.c (read_scan_file): Use cpp_get_callbacks and | neil | 2001-01-13 | 1 | -3/+8 |
* | * fix-header.c (read_scan_file): s/pfile/scan_in/. | neil | 2001-01-07 | 1 | -1/+1 |
* | * c-lang.c (c_post_options): Call cpp_post_options. | neil | 2001-01-07 | 1 | -0/+1 |
* | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -3/+3 |
* | * fix-header.c (read_scan_file): Macro expansion is not a file buffer. | neil | 2000-12-11 | 1 | -1/+1 |
* | * cpperror.c (print_location): New function. | neil | 2000-12-11 | 1 | -1/+2 |
* | * c-common.c (parse_in): Make a cpp_reader *. | neil | 2000-12-07 | 1 | -9/+4 |
* | * cppfiles.c (cpp_make_system_header): Take 2 booleans, | neil | 2000-12-04 | 1 | -1/+1 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -19/+18 |
* | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -8/+18 |
* | * c-lang.c (lang_init_options): Update call to | neil | 2000-11-20 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 2000-11-19 | 1 | -1/+1 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -6/+8 |
* | * fix-header.c (write_rbrac): Add putc and getc to list of | jason | 2000-09-01 | 1 | -0/+2 |
* | * fix-header.c (read_scan_file): Initialize cpplib. | neil | 2000-08-20 | 1 | -2/+2 |
* | * fix-header.c (main): Initialize cpplib. | neil | 2000-08-20 | 1 | -0/+2 |
* | * cpplib.h (struct cpp_name): Now struct cpp_string. | zack | 2000-07-08 | 1 | -6/+4 |
* | top level: | zack | 2000-07-04 | 1 | -45/+23 |
* | * cppfiles.c (cpp_make_system_header): New function. | zack | 2000-06-21 | 1 | -3/+3 |
* | * cpplib.h (CPP_POP, parse_cleanup_t): Delete. | zack | 2000-05-02 | 1 | -8/+5 |
* | * cpplex.c (cpp_idcmp): New function. | zack | 2000-04-30 | 1 | -5/+11 |
* | * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public | zack | 2000-04-14 | 1 | -2/+1 |
* | * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, | zack | 2000-04-11 | 1 | -1/+1 |
* | * cpplib.h: Merge struct cpp_options into struct cpp_reader. | zack | 2000-03-31 | 1 | -6/+3 |
* | * Makefile.in (LIBCPP_DEPS): New macro. | zack | 2000-03-08 | 1 | -1/+1 |
* | * fix-header.c (recognized_function): Also fix prototypes for | ghazi | 2000-02-27 | 1 | -1/+1 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * cppexp.c: Don't include cpphash.h. | zack | 2000-02-10 | 1 | -1/+5 |
* | * cpplib.h: Provide HASHNODE typedef and forward decl of | zack | 2000-02-10 | 1 | -1/+1 |
* | * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a. | zack | 2000-02-08 | 1 | -2/+1 |