aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-261/+135
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-06-16builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi1-5/+3
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-04-24cpplex.c (cpp_token_len): Tighten up.Neil Booth1-1/+1
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-9/+11
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-72/+69
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-20/+31
2003-03-14/home/neil/diffs/include.logNeil Booth1-9/+2
2003-02-21cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg1-2/+3
2003-02-12cpplib.c (do_include_common): Move warnings for #include_next and #import out...Zack Weinberg1-30/+34
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-1/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+84
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+6
2002-11-29cpplib.c (_cpp_test_assertion): Default *value to 0.Hans-Peter Nilsson1-1/+6
2002-11-18re PR preprocessor/8524 (_Pragma within macros is improperly expanded)Neil Booth1-22/+24
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-03Debian BTS Bug #Neil Booth1-18/+39
2002-08-14re PR preprocessor/7526 (cpp0 core dump when _Pragma implies #pragma dependency)Neil Booth1-0/+5
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-7/+13
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