aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
AgeCommit message (Expand)Author
2003-06-19re PR preprocessor/11022 (no warning for non-compatible macro redefine)Neil Booth
2003-02-21cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg
2002-10-09cppmacro.c (paste_tokens): Only allow / to paste with =.Neil Booth
2002-09-28re PR preprocessor/8055 (PATCH: cpp0 dies with SIG11 when building FreeBSD ke...Zack Weinberg
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-20cppmacro.c: Don't warn about function-like macros without '(' during pre-expa...Neil Booth
2002-08-07* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.Neil Booth
2002-08-06cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth
2002-08-02c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg
2002-07-26cppmacro.c (_cpp_create_definition): Don't attempt redefinition warnings on a...Neil Booth
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth
2002-07-01* cppmacro.c: Forgotten commit.Neil Booth
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth
2002-06-13cpplib.c (end_directive): Handle line skipping.Neil Booth
2002-06-10cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth
2002-06-09cpphash.h (_cpp_push_text_context): Update.Neil Booth
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth
2002-06-04cpphash.h (FIRST, [...]): New.Neil Booth
2002-05-29re PR preprocessor/6844 (Seg fault when trying to preprocess a file with lots...Neil Booth
2002-05-24re PR preprocessor/6780 (Incorrect diagnosis of token pasting)Neil Booth
2002-05-22cpperror.c: Fix formatting.Kazu Hirata
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg
2002-05-16cpphash.h (cpp_macro): Move here, and make expansion a union.Neil Booth
2002-05-09cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.Neil Booth
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth
2002-04-21cppmacro.c (funlike_invocation_p): Don't step back over CPP_EOF.Neil Booth
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe
2002-04-05cppmacro.c (cpp_macro_definition): Do not emit spaces after macro formal para...Jim Blandy
2002-03-19cppmacro.c (cpp_macro_definition): Emit a space after the macro name...Jim Blandy
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg
2002-02-27cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth
2002-01-03cpperror.c: Update comments and copyright.Neil Booth
2002-01-03cppmacro.c: Don't include intl.h.Neil Booth
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth
2001-11-23cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.Neil Booth
2001-11-19cppmacro.c (_cpp_backup_tokens): Revert previous check-in.Neil Booth
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth
2001-10-10calls.c: Fix formatting.Kazu Hirata
2001-10-08cppmacro.c (_cpp_create_definition): Leave comments off.Neil Booth
2001-10-08cppmacro.c (funlike_invocation_p): Move some logic to caller in enter_macro_c...Neil Booth