aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-23/+6
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-181/+77
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth1-0/+2
2001-09-05* cppmacro.c (funlike_invocation_p): No need to restore context.Neil Booth1-6/+1
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-4/+4
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-9/+5
2001-08-11cppmacro.c (enter_macro_context): Push macro expansions even if empty.Neil Booth1-9/+5
2001-08-11c-lex.c (map): Make const.Neil Booth1-1/+1
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-17/+15
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-7/+3
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-01cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth1-1/+8
2001-07-29cppexp.c (parse_defined): Always record the macro name.Neil Booth1-1/+1
2001-06-23cppmacro.c (make_string_token): Avoid warning.Neil Booth1-7/+13
2001-06-21re PR preprocessor/3260 (#include __FILE__ broken)Neil Booth1-1/+2
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-1/+2