aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpptrad.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-1110/+0
2004-04-22line-map.h (struct line_maps): New field highest_line.Per Bothner1-4/+3
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-11/+12
2004-01-22cpperror.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-12PR preprocessor/12935 preprocessor/12952 preprocessor/13046Neil Booth1-3/+9
2003-11-19cpptrad.c (_cpp_scan_out_logical_line): Improve test for whether directive be...Nathanael Nerode1-1/+5
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin1-3/+3
2003-10-02cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...Per Bothner1-3/+2
2003-08-28Fix (hopefully temporary) for breakage caused by my 08-21 patch.Per Bothner1-1/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-6/+4
2003-06-28cpptrad.c (skip_macro_block_comment): New.Neil Booth1-1/+24
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-80/+35
2003-04-22cpptrad.c (_cpp_replacement_text_len): Add check for macro parameter count.Devang Patel1-2/+2
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-173/+80
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+5
2002-11-08re PR preprocessor/8497 (traditional preprocessor #if/#endif bug)Neil Booth1-2/+6
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-0/+2
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth1-1/+1
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth1-6/+7
2002-07-02cpptrad.c: Update comment.Neil Booth1-1/+2
2002-07-01cpptrad.c (skip_whitespace): Pass pointer to prior char.Neil Booth1-1/+1
2002-06-28re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth1-2/+3
2002-06-27cpphash.h (_cpp_set_trad_context): Remove.Neil Booth1-46/+32
2002-06-25cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth1-2/+10
2002-06-24cpptrad.c (scan_out_logical_line): Check recursing only when we know we have ...Neil Booth1-13/+45
2002-06-22cpptrad.c (struct fun_macro): Add line number.Neil Booth1-3/+7
2002-06-21cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth1-2/+2
2002-06-20cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth1-2/+3
2002-06-19* cpptrad.c (_cpp_replacement_text_len): initialize len.Andrew Pinski1-0/+1
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth1-29/+103
2002-06-18cpplib.c (dtable): Update.Neil Booth1-37/+110
2002-06-14cpphash.h (struct cpp_buffer): Remove saved_line_base.Neil Booth1-66/+96
2002-06-13cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth1-47/+69
2002-06-13cpplib.c (end_directive): Handle line skipping.Neil Booth1-24/+70
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-58/+63
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-10/+17
2002-06-10cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth1-14/+100
2002-06-09cpphash.h (_cpp_push_text_context): Update.Neil Booth1-53/+243
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth1-33/+206
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth1-8/+156
2002-06-04cpphash.h (FIRST, [...]): New.Neil Booth1-16/+20
2002-05-18cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth1-19/+21
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-0/+315