aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth1-2/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-08cppmacro.c (_cpp_create_definition): Leave comments off.Neil Booth1-1/+0
2001-10-08cppmacro.c (funlike_invocation_p): Move some logic to caller in enter_macro_c...Neil Booth1-32/+51
2001-10-02cpphash.h: Update comments.Neil Booth1-62/+85
2001-09-30cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth1-43/+30
2001-09-28cpphash.h (struct cpp_buff): Make unsigned.Neil Booth1-28/+29
2001-09-27cpphash.h: Update comment.Neil Booth1-76/+53
2001-09-26cpphash.h (struct cpp_pool): Remove locks and locked.Neil Booth1-42/+24
2001-09-26cpphash.h (struct _cpp_buff, [...]): New.Neil Booth1-113/+124
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-336/+387
2001-09-17cpphash.h (_cpp_lex_direct): New.Neil Booth1-20/+46
2001-09-16cpphash.h (_cpp_lex_token): Update prototype.Neil Booth1-9/+8
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth1-2/+6
2001-09-15cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth1-9/+2