aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-02cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even w...Per Bothner1-6/+3
2003-09-24cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that c...Alexandre Oliva1-2/+12
2003-09-16* cpplib.c (do_pragma): Remove unnecessary cb_line_change.Alexandre Oliva1-8/+0
2003-08-02cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth1-1/+1
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth1-16/+5
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-4/+1
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-11Index: ChangeLogGeoffrey Keating1-0/+40
2003-07-10cppcharset.c (one_utf8_to_cppchar, [...]): New functions.Zack Weinberg1-17/+2
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-28/+22
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