aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-17cpplib.c (do_sccs): Handle #sccs on all systems.Neil Booth1-11/+2
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth1-7/+0
2002-06-28cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define h...Neil Booth1-20/+7
2002-06-28re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth1-4/+4
2002-06-27cpphash.h (_cpp_set_trad_context): Remove.Neil Booth1-9/+1
2002-06-25cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth1-0/+3
2002-06-21cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth1-2/+3
2002-06-20cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth1-0/+2
2002-06-18cpplib.c (dtable): Update.Neil Booth1-6/+13
2002-06-13cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth1-9/+8
2002-06-13cpplib.c (end_directive): Handle line skipping.Neil Booth1-1/+4
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-36/+64
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth1-28/+38
2002-05-26cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth1-0/+2
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth1-1/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-11/+11
2002-05-18cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth1-1/+1
2002-05-09cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.Neil Booth1-3/+2
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-10/+2
2002-04-28cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth1-1/+1
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-1/+1
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth1-9/+22
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-14/+14
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-64/+75
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-1/+17
2002-03-22cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards1-2/+2
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg1-84/+154
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-0/+16
2002-02-23cpplib.c (glue_header_name): Use local buffer to build up header name.Neil Booth1-16/+16
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-34/+25
2002-01-03cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab1-2/+4
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-4/+6
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth1-4/+0
2001-10-20cpplex.c (handle_newline, [...]): Update to do more stepping back.Neil Booth1-16/+11
2001-10-14cpplib.c (struct pragma_entry): Store the name as a hashnode.Neil Booth1-26/+20
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth1-98/+114
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-30cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth1-28/+32
2001-09-28cpphash.h (struct cpp_buff): Make unsigned.Neil Booth1-17/+16
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-84/+103
2001-09-16cpphash.h (_cpp_lex_token): Update prototype.Neil Booth1-41/+30
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth1-98/+108
2001-09-15cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth1-11/+18
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-7/+11
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-34/+29
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth1-0/+2
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-34/+19
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-3/+1