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