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