| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-02-11 Eric Christopher <echristo@redhat.com> | echristo | 2004-02-12 | 1 | -2/+4 |
* | Represent column numbers using line-map's source_location. | bothner | 2004-02-11 | 1 | -18/+15 |
* | 2004-02-02 Eric Christopher <echristo@redhat.com> | echristo | 2004-02-02 | 1 | -4/+0 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | Move cpp_reader's line_maps field to a shared global. | bothner | 2004-01-20 | 1 | -3/+3 |
* | 2004-01-16 Eric Christopher <echristo@redhat.com> | echristo | 2004-01-16 | 1 | -4/+9 |
* | PR preprocessor/12935 preprocessor/12952 preprocessor/13046 | neil | 2003-12-12 | 1 | -10/+17 |
* | PR preprocessor/12847 | danglin | 2003-11-01 | 1 | -51/+55 |
* | * cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change | bothner | 2003-10-02 | 1 | -6/+3 |
* | * cpplib.c (do_pragma): Reintroduce cb_line_change call in the | aoliva | 2003-09-24 | 1 | -2/+12 |
* | * cpplib.c (do_pragma): Remove unnecessary cb_line_change. | aoliva | 2003-09-16 | 1 | -8/+0 |
* | * cppfiles.c (struct _cpp_file): Rename once_only_next to | neil | 2003-08-02 | 1 | -1/+1 |
* | * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. | neil | 2003-07-29 | 1 | -16/+5 |
* | * alias.c: Fix comment formatting. | kazu | 2003-07-22 | 1 | -1/+1 |
* | * hashtable.c (approx_sqrt): Make static. | zack | 2003-07-22 | 1 | -2/+2 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -2/+2 |
* | * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | zack | 2003-07-13 | 1 | -4/+1 |
* | * c-format.c: Fix comment formatting. | kazu | 2003-07-12 | 1 | -1/+1 |
* | Index: ChangeLog | geoffk | 2003-07-11 | 1 | -0/+40 |
* | * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8, | zack | 2003-07-10 | 1 | -17/+2 |
* | * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types. | zack | 2003-07-05 | 1 | -28/+22 |
* | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | zack | 2003-06-17 | 1 | -261/+135 |
* | cp: | ghazi | 2003-06-16 | 1 | -2/+2 |
* | * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c, | ghazi | 2003-06-16 | 1 | -5/+3 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -1/+1 |
* | * cpplex.c (cpp_token_len): Tighten up. | neil | 2003-04-24 | 1 | -1/+1 |
* | * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update. | neil | 2003-04-23 | 1 | -9/+11 |
* | * c-ppoutput.c (cb_include): Don't take a cpp_token. | neil | 2003-04-21 | 1 | -72/+69 |
* | * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD, | neil | 2003-04-19 | 1 | -20/+31 |
* | /home/neil/diffs/include.log | neil | 2003-03-14 | 1 | -9/+2 |
* | * cpphash.h (struct lexer_state): Add directive_wants_padding. | zack | 2003-02-21 | 1 | -2/+3 |
* | * cpplib.c (do_include_common): Move warnings for | zack | 2003-02-12 | 1 | -30/+34 |
* | * cpplib.h (struct cpp_options): Add warn_deprecated field. | jason | 2003-01-28 | 1 | -1/+2 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -0/+84 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -3/+6 |
* | * cpplib.c (_cpp_test_assertion): Default *value to 0. | hp | 2002-11-29 | 1 | -1/+6 |
* | PR preprocessor/8524 | neil | 2002-11-18 | 1 | -22/+24 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -4/+4 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-15 | 1 | -2/+2 |
* | Debian BTS Bug # | neil | 2002-09-03 | 1 | -18/+39 |
* | PR preprocessor/7526 | neil | 2002-08-14 | 1 | -0/+5 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 1 | -7/+13 |
* | * cpplib.c (do_sccs): Handle #sccs on all systems. | neil | 2002-07-17 | 1 | -11/+2 |
* | * cpperror.c (cpp_error): Default to directive_line within | neil | 2002-07-09 | 1 | -7/+0 |
* | * cpplib.c (_cpp_handle_directive): Move #define-specific | neil | 2002-06-28 | 1 | -20/+7 |
* | PR preprocessor/7138 | neil | 2002-06-28 | 1 | -4/+4 |
* | * cpphash.h (_cpp_set_trad_context): Remove. | neil | 2002-06-27 | 1 | -9/+1 |
* | * cpplib.c (do_include_common): Revert to correct line number | neil | 2002-06-25 | 1 | -0/+3 |
* | * cpperror.c (cpp_error): For traditional CPP, default to | neil | 2002-06-21 | 1 | -2/+3 |
* | * cppexp.c (cpp_interpret_integer): Don't force traditional | neil | 2002-06-20 | 1 | -0/+2 |