| Commit message (Expand) | Author | Age | Files | Lines |
* | * cppfiles.c (_cpp_execute_include): Don't make a null-terminated | neil | 2001-03-04 | 1 | -1/+1 |
* | * cppfiles.c: Update comments. | neil | 2001-02-21 | 1 | -3/+0 |
* | * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. | neil | 2001-02-01 | 1 | -2/+1 |
* | * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) | neil | 2001-01-28 | 1 | -2/+2 |
* | * cppmain.c (general_init): Don't use ANSI prototype. | neil | 2001-01-16 | 1 | -1/+2 |
* | * c-parse.in (finish_parse): Add comment about cpp_destroy. | neil | 2001-01-14 | 1 | -3/+1 |
* | * cppmain.c (do_preprocessing): New function; most of the old | neil | 2001-01-14 | 1 | -51/+71 |
* | * cppfiles.c (_cpp_fake_include): New function. | neil | 2001-01-13 | 1 | -47/+2 |
* | * cppmain.c (struct printer): Remove no_line_dirs. | neil | 2001-01-13 | 1 | -41/+44 |
* | * cppinit.c (cpp_handle_option): help_only is now part of the | neil | 2001-01-13 | 1 | -1/+1 |
* | 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk> | neil | 2001-01-11 | 1 | -16/+10 |
* | * cppinit.c (OPT_g): Remove. | neil | 2001-01-10 | 1 | -5/+3 |
* | * c-lang.c (c_post_options): Call cpp_post_options. | neil | 2001-01-07 | 1 | -0/+1 |
* | * cpplib.h (struct cpp_reader): Add help_only field. | zack | 2001-01-05 | 1 | -0/+7 |
* | * cppmain.c: Update print.lineno with -P. | neil | 2000-12-18 | 1 | -1/+4 |
* | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -3/+3 |
* | * cppmain.c (check_multiline_token): New function. | neil | 2000-12-17 | 1 | -9/+22 |
* | 2000-12-14 Philipp Thomas <pthomas@suse.de> | pthomas | 2000-12-17 | 1 | -0/+7 |
* | * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. | neil | 2000-12-17 | 1 | -8/+14 |
* | * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean | neil | 2000-11-28 | 1 | -1/+1 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -43/+56 |
* | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -41/+26 |
* | * cpplib.h (struct cpp_reader): Remove lang_asm. | neil | 2000-11-26 | 1 | -1/+1 |
* | * c-lang.c (lang_init_options): Update call to | neil | 2000-11-20 | 1 | -1/+2 |
* | * cppmain.c (scan_buffer): Don't avoid paste for assembly. | rth | 2000-11-01 | 1 | -1/+3 |
* | * cpphash.c (cpp_forall_identifiers): Add context variable | geoffk | 2000-10-29 | 1 | -5/+6 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -105/+252 |
* | * cpperror.c (_cpp_begin_message): Do the test for suppression | neil | 2000-09-28 | 1 | -8/+13 |
* | 2000-08-20 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-08-20 | 1 | -1/+9 |
* | * cppinit.c (sort_options): Remove, put functionality in | neil | 2000-08-17 | 1 | -0/+1 |
* | * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE | zack | 2000-08-09 | 1 | -5/+21 |
* | 2000-08-04 Andreas Schwab <schwab@suse.de> | zack | 2000-08-05 | 1 | -1/+1 |
* | * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c, | zack | 2000-08-02 | 1 | -6/+10 |
* | * cpperror.c (v_message): Split into _cpp_begin_message and | zack | 2000-08-02 | 1 | -4/+178 |
* | 2000-02-17 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-18 | 1 | -1/+2 |
* | top level: | zack | 2000-07-04 | 1 | -0/+1 |
* | 2000-05-11 Mark Elbrecht <snowball3@bigfoot.com> | zack | 2000-05-11 | 1 | -1/+1 |
* | * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public | zack | 2000-04-14 | 1 | -57/+16 |
* | * 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 | -34/+40 |
* | * Makefile.in (STMP_FIXINC): New toggle. | zack | 2000-02-27 | 1 | -0/+2 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+1 |
* | * cpplib.c (my_strerror, cpp_error, cpp_error_with_line, | zack | 2000-02-06 | 1 | -3/+6 |
* | * cpperror.c: Remove #ifdef EMACS block. | zack | 2000-02-06 | 1 | -8/+1 |
* | 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-10-29 | 1 | -0/+2 |
* | * cpperror.c (cpp_file_line_for_message): Constify a char*. | ghazi | 1999-09-07 | 1 | -5/+6 |
* | Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-04 | 1 | -7/+17 |
* | 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.columbia.edu> | brolley | 1999-05-10 | 1 | -9/+19 |
* | 1999-04-26 19:16 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-26 | 1 | -0/+1 |
* | 1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-14 | 1 | -18/+0 |