Age | Commit message (Expand) | Author | Files | Lines |
2004-04-22 | line-map.h (struct line_maps): New field highest_line. | Per Bothner | 1 | -14/+14 |
2004-02-18 | re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c") | Per Bothner | 1 | -2/+5 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-11 | Represent column numbers using line-map's source_location. | Per Bothner | 1 | -11/+17 |
2003-11-01 | re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) | John David Anglin | 1 | -17/+19 |
2003-10-13 | cpplex.c (_cpp_clean_line): In the common case of a line with no trigraphs an... | Zack Weinberg | 1 | -13/+70 |
2003-10-02 | cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change... | Per Bothner | 1 | -11/+4 |
2003-08-28 | Fix (hopefully temporary) for breakage caused by my 08-21 patch. | Per Bothner | 1 | -2/+6 |
2003-08-21 | cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_b... | Per Bothner | 1 | -3/+0 |
2003-07-22 | cpplex.c (_cpp_process_line_notes): Mention option name in trigraphs warning. | Geoffrey Keating | 1 | -3/+6 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-07-13 | Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | Zack Weinberg | 1 | -2/+0 |
2003-07-07 | genextract.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -2/+1 |
2003-07-05 | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 1 | -288/+1 |
2003-06-28 | builtins.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -144/+70 |
2003-06-16 | builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I... | Kaveh R. Ghazi | 1 | -1/+1 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2003-06-12 | Don't warn on dollars in builtin macro definitions, | Hans-Peter Nilsson | 1 | -3/+3 |
2003-05-17 | c-common.c, c-common.h (dollars_in_ident): Remove. | Neil Booth | 1 | -4/+2 |
2003-05-04 | cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s... | Neil Booth | 1 | -1/+34 |
2003-04-26 | Revert cpplex.c change | Neil Booth | 1 | -0/+6 |
2003-04-26 | * _cpp_lex_direct: Remove pointless code. | Neil Booth | 1 | -6/+0 |
2003-04-24 | cpplex.c (cpp_token_len): Tighten up. | Neil Booth | 1 | -7/+7 |
2003-04-23 | Makefile.in (c-lex.o, [...]): Update. | Neil Booth | 1 | -114/+71 |
2003-04-22 | * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof. | Neil Booth | 1 | -4/+4 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -15/+11 |
2003-04-20 | cpphash.h (NOTE_ESC_NL, [...]): Remove. | Neil Booth | 1 | -27/+24 |
2003-04-20 | cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens. | Nathan Sidwell | 1 | -0/+6 |
2003-04-20 | Makefile.in (LIBCPP_OBJS): Add cppcharset.o. | Neil Booth | 1 | -111/+82 |
2003-04-19 | cpphash.h (struct cpp_buffer): Remove backup_to. | Neil Booth | 1 | -160/+100 |
2003-04-19 | cpphash.h (struct cpp_reader): New member warned_dollar. | Neil Booth | 1 | -214/+101 |
2003-04-19 | * skip_whitespace: Rearrange to avoid stage1 ICE. | Neil Booth | 1 | -8/+5 |
2003-04-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -370/+222 |
2003-03-17 | c-opts.c: Default TARGET_EBCDIC to 0 if not defined. | Neil Booth | 1 | -18/+27 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -0/+10 |
2003-01-23 | * cpplex.c (cpp_interpret_charconst): Squelch warning with cast. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+3 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-07-21 | c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. | Gabriel Dos Reis | 1 | -1/+1 |
2002-06-11 | Makefile.in: Update cppmain.o. | Neil Booth | 1 | -1/+10 |
2002-06-10 | cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes. | Neil Booth | 1 | -1/+1 |
2002-06-07 | cpptrad.c (struct block, [...]): New. | Neil Booth | 1 | -14/+1 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -53/+53 |
2002-05-17 | Makefile.in: Update for cpptrad.c. | Neil Booth | 1 | -23/+46 |
2002-05-11 | cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline. | Neil Booth | 1 | -2/+2 |
2002-05-08 | cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend. | Neil Booth | 1 | -9/+11 |