| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * cpplib.c (dtable): Update. | neil | 2002-06-18 | 1 | -6/+13 |
* | * cpphash.h (_cpp_lex_identifier_trad): Remove. | neil | 2002-06-13 | 1 | -9/+8 |
* | * cpplib.c (end_directive): Handle line skipping. Only remove | neil | 2002-06-13 | 1 | -1/+4 |
* | * Makefile.in: Update cppmain.o. | neil | 2002-06-11 | 1 | -36/+64 |
* | * cpphash.h (_cpp_create_definition): Update prototype. | neil | 2002-06-05 | 1 | -28/+38 |
* | * cppexp.c (possible_sum_sign, integer_overflow, left_shift, | neil | 2002-05-26 | 1 | -0/+2 |
* | * cpperror.c (_cpp_begin_message): No special casing | neil | 2002-05-23 | 1 | -1/+1 |
* | * cpperror.c: Fix formatting. | kazu | 2002-05-22 | 1 | -11/+11 |
* | * cppinit.c (cpp_post_options): If preprocessed, turn off | neil | 2002-05-18 | 1 | -1/+1 |
* | * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. | neil | 2002-05-09 | 1 | -3/+2 |
* | * c-lex.c (lex_string): Let cpp_parse_escape handles truncation | neil | 2002-05-04 | 1 | -10/+2 |
* | * cppexp.c (lex): Move some code to _cpp_parse_expr, but | neil | 2002-04-28 | 1 | -1/+1 |
* | * cppexp.c (lex): Update to use state.skip_eval. | neil | 2002-04-28 | 1 | -1/+1 |
* | * cppfiles.c (_cpp_pop_file_buffer): Return void. Move | neil | 2002-04-22 | 1 | -9/+22 |
* | * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar. | neil | 2002-04-21 | 1 | -14/+14 |
* | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -64/+75 |
* | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 1 | -1/+17 |
* | 2002-03-22 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-22 | 1 | -2/+2 |
* | * cpphash.h (struct lexer_state): Remove line_extension member. | zack | 2002-03-14 | 1 | -84/+154 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -1/+1 |
* | * cpplex.c (_cpp_lex_token): Handle directives in macro | neil | 2002-02-27 | 1 | -0/+16 |
* | * cpplib.c (glue_header_name): Use local buffer to build up | neil | 2002-02-23 | 1 | -16/+16 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -34/+25 |
* | * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool | schwab | 2002-01-03 | 1 | -2/+4 |