Age | Commit message (Expand) | Author | Files | Lines |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -145/+68 |
2003-06-01 | cppmacro.c (warn_of_redefinition): Handle cases where the two definitions hav... | DJ Delorie | 1 | -4/+6 |
2003-04-24 | cpplex.c (cpp_token_len): Tighten up. | Neil Booth | 1 | -1/+1 |
2003-04-23 | Makefile.in (c-lex.o, [...]): Update. | Neil Booth | 1 | -12/+13 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -1/+1 |
2003-04-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -14/+10 |
2003-03-14 | /home/neil/diffs/include.log | Neil Booth | 1 | -4/+2 |
2003-02-21 | cpphash.h (struct lexer_state): Add directive_wants_padding. | Zack Weinberg | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -5/+23 |
2002-10-09 | cppmacro.c (paste_tokens): Only allow / to paste with =. | Neil Booth | 1 | -2/+1 |
2002-09-28 | re PR preprocessor/8055 (PATCH: cpp0 dies with SIG11 when building FreeBSD ke... | Zack Weinberg | 1 | -0/+6 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-09-20 | cppmacro.c: Don't warn about function-like macros without '(' during pre-expa... | Neil Booth | 1 | -0/+7 |
2002-08-07 | * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable. | Neil Booth | 1 | -1/+0 |
2002-08-06 | cppinit.c (struct lang_flags): Rename trigraphs std. | Neil Booth | 1 | -8/+18 |
2002-08-02 | c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | Zack Weinberg | 1 | -11/+31 |
2002-07-26 | cppmacro.c (_cpp_create_definition): Don't attempt redefinition warnings on a... | Neil Booth | 1 | -2/+4 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 1 | -0/+29 |
2002-07-17 | cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va... | Neil Booth | 1 | -12/+13 |
2002-07-01 | * cppmacro.c: Forgotten commit. | Neil Booth | 1 | -2/+6 |
2002-06-19 | cpphash.h (struct cpp_reader): Make date and time strings. | Neil Booth | 1 | -64/+87 |
2002-06-13 | cpplib.c (end_directive): Handle line skipping. | Neil Booth | 1 | -0/+1 |
2002-06-10 | cpphash.h (struct cpp_macro): Put comments on their own lines. | Neil Booth | 1 | -7/+8 |
2002-06-09 | cpphash.h (_cpp_push_text_context): Update. | Neil Booth | 1 | -41/+57 |
2002-06-07 | cpptrad.c (struct block, [...]): New. | Neil Booth | 1 | -5/+5 |
2002-06-05 | cpphash.h (_cpp_create_definition): Update prototype. | Neil Booth | 1 | -59/+93 |
2002-06-04 | cpphash.h (FIRST, [...]): New. | Neil Booth | 1 | -11/+11 |
2002-05-29 | re PR preprocessor/6844 (Seg fault when trying to preprocess a file with lots... | Neil Booth | 1 | -1/+1 |
2002-05-24 | re PR preprocessor/6780 (Incorrect diagnosis of token pasting) | Neil Booth | 1 | -0/+2 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -6/+6 |
2002-05-21 | c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char. | Zack Weinberg | 1 | -3/+6 |
2002-05-16 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here. | Zack Weinberg | 1 | -2/+12 |
2002-05-16 | cpphash.h (cpp_macro): Move here, and make expansion a union. | Neil Booth | 1 | -27/+15 |
2002-05-09 | cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. | Neil Booth | 1 | -2/+2 |
2002-04-22 | cppfiles.c (_cpp_pop_file_buffer): Return void. | Neil Booth | 1 | -2/+6 |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -10/+10 |
2002-04-21 | cppmacro.c (funlike_invocation_p): Don't step back over CPP_EOF. | Neil Booth | 1 | -6/+11 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -28/+39 |
2002-04-07 | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 1 | -0/+9 |
2002-04-05 | cppmacro.c (cpp_macro_definition): Do not emit spaces after macro formal para... | Jim Blandy | 1 | -4/+7 |
2002-03-19 | cppmacro.c (cpp_macro_definition): Emit a space after the macro name... | Jim Blandy | 1 | -1/+4 |
2002-03-14 | cpphash.h (struct lexer_state): Remove line_extension member. | Zack Weinberg | 1 | -8/+6 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -1/+1 |
2002-02-27 | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 1 | -28/+9 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -1/+1 |
2002-01-03 | cppmacro.c: Don't include intl.h. | Neil Booth | 1 | -38/+54 |
2001-12-15 | c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages. | Joseph Myers | 1 | -1/+1 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -4/+4 |
2001-11-23 | cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic. | Neil Booth | 1 | -3/+0 |