summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* cpplex.c (cpp_token_len): Tighten up.Neil Booth2003-04-241-1/+1
* Makefile.in (c-lex.o, [...]): Update.Neil Booth2003-04-231-9/+11
* c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth2003-04-211-72/+69
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-20/+31
* /home/neil/diffs/include.logNeil Booth2003-03-141-9/+2
* cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg2003-02-211-2/+3
* cpplib.c (do_include_common): Move warnings for #include_next and #import out...Zack Weinberg2003-02-121-30/+34
* cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill2003-01-281-1/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+84
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+6
* cpplib.c (_cpp_test_assertion): Default *value to 0.Hans-Peter Nilsson2002-11-291-1/+6
* re PR preprocessor/8524 (_Pragma within macros is improperly expanded)Neil Booth2002-11-181-22/+24
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-2/+2
* Debian BTS Bug #Neil Booth2002-09-031-18/+39
* re PR preprocessor/7526 (cpp0 core dump when _Pragma implies #pragma dependency)Neil Booth2002-08-141-0/+5
* cppexp.c (parse_defined): Mark macro used.Neil Booth2002-07-231-7/+13
* cpplib.c (do_sccs): Handle #sccs on all systems.Neil Booth2002-07-171-11/+2
* cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth2002-07-091-7/+0
* cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define h...Neil Booth2002-06-281-20/+7
* re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth2002-06-281-4/+4
* cpphash.h (_cpp_set_trad_context): Remove.Neil Booth2002-06-271-9/+1
* cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth2002-06-251-0/+3
* cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth2002-06-211-2/+3
* cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth2002-06-201-0/+2
* cpplib.c (dtable): Update.Neil Booth2002-06-181-6/+13
* cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth2002-06-131-9/+8
* cpplib.c (end_directive): Handle line skipping.Neil Booth2002-06-131-1/+4
* Makefile.in: Update cppmain.o.Neil Booth2002-06-111-36/+64
* cpphash.h (_cpp_create_definition): Update prototype.Neil Booth2002-06-051-28/+38
* cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth2002-05-261-0/+2
* cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth2002-05-231-1/+1
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-11/+11
* cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth2002-05-181-1/+1
* cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.Neil Booth2002-05-091-3/+2
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-10/+2
* cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth2002-04-281-1/+1
* cppexp.c (lex): Update to use state.skip_eval.Neil Booth2002-04-281-1/+1
* cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth2002-04-221-9/+22
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-14/+14
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-64/+75
* cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe2002-04-071-1/+17
* cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards2002-03-221-2/+2
* cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg2002-03-141-84/+154
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-1/+1
* cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth2002-02-271-0/+16
* cpplib.c (glue_header_name): Use local buffer to build up header name.Neil Booth2002-02-231-16/+16
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-34/+25
* cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true...Andreas Schwab2002-01-031-2/+4
* cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth2001-11-261-4/+6