| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -7/+6 |
* | * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | zack | 2003-07-13 | 1 | -2/+0 |
* | * cppfiles.c: Clarify comments. | neil | 2003-06-25 | 1 | -2/+2 |
* | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | zack | 2003-06-17 | 1 | -145/+68 |
* | * cppmacro.c (warn_of_redefinition): Handle cases where the two | dj | 2003-06-01 | 1 | -4/+6 |
* | * 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 | -12/+13 |
* | * c-lex.c (c_lex): Handle CPP_OTHER differently. | neil | 2003-04-22 | 1 | -1/+1 |
* | * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD, | neil | 2003-04-19 | 1 | -14/+10 |
* | /home/neil/diffs/include.log | neil | 2003-03-14 | 1 | -4/+2 |
* | * cpphash.h (struct lexer_state): Add directive_wants_padding. | zack | 2003-02-21 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -5/+23 |
* | * cppmacro.c (paste_tokens): Only allow / to paste with =. | neil | 2002-10-09 | 1 | -2/+1 |
* | 2002-09-27 Alexander N. Kabaev <ak03@gte.com> | zack | 2002-09-28 | 1 | -0/+6 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -4/+4 |
* | * cppmacro.c: Don't warn about function-like macros without | neil | 2002-09-20 | 1 | -0/+7 |
* | * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable. | neil | 2002-08-07 | 1 | -1/+0 |
* | * cppinit.c (struct lang_flags): Rename trigraphs std. | neil | 2002-08-06 | 1 | -8/+18 |
* | * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | zack | 2002-08-02 | 1 | -11/+31 |
* | * cppmacro.c (_cpp_create_definition): Don't attempt redefinition | neil | 2002-07-26 | 1 | -2/+4 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 1 | -0/+29 |
* | * cppexp.c (cpp_interpret_integer, append_digit, parse_defined, | neil | 2002-07-17 | 1 | -12/+13 |
* | * cppmacro.c: Forgotten commit. | neil | 2002-07-01 | 1 | -2/+6 |
* | * cpphash.h (struct cpp_reader): Make date and time strings. | neil | 2002-06-19 | 1 | -64/+87 |
* | * cpplib.c (end_directive): Handle line skipping. Only remove | neil | 2002-06-13 | 1 | -0/+1 |
* | * cpphash.h (struct cpp_macro): Put comments on their own lines. | neil | 2002-06-10 | 1 | -7/+8 |
* | * cpphash.h (_cpp_push_text_context): Update. | neil | 2002-06-09 | 1 | -41/+57 |
* | * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN, | neil | 2002-06-07 | 1 | -5/+5 |
* | * cpphash.h (_cpp_create_definition): Update prototype. | neil | 2002-06-05 | 1 | -59/+93 |
* | * cpphash.h (FIRST, LAST, CUR, RLIMIT): New. | neil | 2002-06-04 | 1 | -11/+11 |
* | PR preprocessor/6844 | neil | 2002-05-29 | 1 | -1/+1 |
* | PR preprocessor/6780 | neil | 2002-05-24 | 1 | -0/+2 |
* | * cpperror.c: Fix formatting. | kazu | 2002-05-22 | 1 | -6/+6 |
* | * c-common.c (c_common_init): Set options->unsigned_char from | zack | 2002-05-21 | 1 | -3/+6 |
* | * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX): | zack | 2002-05-16 | 1 | -2/+12 |
* | * cpphash.h (cpp_macro): Move here, and make expansion a union. | neil | 2002-05-16 | 1 | -27/+15 |
* | * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. | neil | 2002-05-09 | 1 | -2/+2 |
* | * cppfiles.c (_cpp_pop_file_buffer): Return void. Move | neil | 2002-04-22 | 1 | -2/+6 |
* | * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar. | neil | 2002-04-21 | 1 | -10/+10 |
* | * cppmacro.c (funlike_invocation_p): Don't step back over CPP_EOF. | neil | 2002-04-21 | 1 | -6/+11 |
* | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -28/+39 |
* | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 1 | -0/+9 |
* | * cppmacro.c (cpp_macro_definition): Do not emit spaces after | jimb | 2002-04-05 | 1 | -4/+7 |
* | * cppmacro.c (cpp_macro_definition): Emit a space after the macro | jimb | 2002-03-19 | 1 | -1/+4 |
* | * cpphash.h (struct lexer_state): Remove line_extension member. | zack | 2002-03-14 | 1 | -8/+6 |
* | * 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 | -28/+9 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -1/+1 |
* | * cppmacro.c: Don't include intl.h. Update comments. | neil | 2002-01-03 | 1 | -38/+54 |
* | * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h, | jsm28 | 2001-12-15 | 1 | -1/+1 |