summaryrefslogtreecommitdiff
path: root/gcc/cpptrad.c
Commit message (Expand)AuthorAgeFilesLines
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-11/+12
* cpperror.c, [...]: Update copyright.Kazu Hirata2004-01-221-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* PR preprocessor/12935 preprocessor/12952 preprocessor/13046Neil Booth2003-12-121-3/+9
* cpptrad.c (_cpp_scan_out_logical_line): Improve test for whether directive be...Nathanael Nerode2003-11-191-1/+5
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-3/+3
* cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...Per Bothner2003-10-021-3/+2
* Fix (hopefully temporary) for breakage caused by my 08-21 patch.Per Bothner2003-08-281-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+1
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-6/+4
* cpptrad.c (skip_macro_block_comment): New.Neil Booth2003-06-281-1/+24
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-80/+35
* cpptrad.c (_cpp_replacement_text_len): Add check for macro parameter count.Devang Patel2003-04-221-2/+2
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-173/+80
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+5
* re PR preprocessor/8497 (traditional preprocessor #if/#endif bug)Neil Booth2002-11-081-2/+6
* cppexp.c (parse_defined): Mark macro used.Neil Booth2002-07-231-0/+2
* cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth2002-07-171-1/+1
* cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth2002-07-091-6/+7
* cpptrad.c: Update comment.Neil Booth2002-07-021-1/+2
* cpptrad.c (skip_whitespace): Pass pointer to prior char.Neil Booth2002-07-011-1/+1
* re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth2002-06-281-2/+3
* cpphash.h (_cpp_set_trad_context): Remove.Neil Booth2002-06-271-46/+32
* cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth2002-06-251-2/+10
* cpptrad.c (scan_out_logical_line): Check recursing only when we know we have ...Neil Booth2002-06-241-13/+45
* cpptrad.c (struct fun_macro): Add line number.Neil Booth2002-06-221-3/+7
* cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth2002-06-211-2/+2
* cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth2002-06-201-2/+3
* * cpptrad.c (_cpp_replacement_text_len): initialize len.Andrew Pinski2002-06-191-0/+1
* cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth2002-06-191-29/+103
* cpplib.c (dtable): Update.Neil Booth2002-06-181-37/+110
* cpphash.h (struct cpp_buffer): Remove saved_line_base.Neil Booth2002-06-141-66/+96
* cpphash.h (_cpp_lex_identifier_trad): Remove.Neil Booth2002-06-131-47/+69
* cpplib.c (end_directive): Handle line skipping.Neil Booth2002-06-131-24/+70
* Makefile.in: Update cppmain.o.Neil Booth2002-06-111-58/+63
* cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth2002-06-101-10/+17
* cpphash.h (struct cpp_macro): Put comments on their own lines.Neil Booth2002-06-101-14/+100
* cpphash.h (_cpp_push_text_context): Update.Neil Booth2002-06-091-53/+243
* cpptrad.c (struct block, [...]): New.Neil Booth2002-06-071-33/+206
* cpphash.h (_cpp_create_definition): Update prototype.Neil Booth2002-06-051-8/+156
* cpphash.h (FIRST, [...]): New.Neil Booth2002-06-041-16/+20
* cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth2002-05-181-19/+21
* Makefile.in: Update for cpptrad.c.Neil Booth2002-05-171-0/+315