Age | Commit message (Expand) | Author | Files | Lines |
2004-04-22 | line-map.h (struct line_maps): New field highest_line. | Per Bothner | 1 | -9/+4 |
2004-02-18 | re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c") | Per Bothner | 1 | -3/+4 |
2004-02-16 | c-decl.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-02-12 | cppcharset.c (_cpp_interpret_string_notranslate): Rename and duplicate argume... | Eric Christopher | 1 | -3/+0 |
2004-02-11 | Represent column numbers using line-map's source_location. | Per Bothner | 1 | -8/+24 |
2004-02-02 | [multiple changes] | Eric Christopher | 1 | -4/+5 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-19 | Move cpp_reader's line_maps field to a shared global. | Per Bothner | 1 | -1/+1 |
2004-01-17 | [multiple changes] | Geoffrey Keating | 1 | -0/+2 |
2004-01-16 | cppcharset.c (one_iso88591_to_utf8): New function. | Eric Christopher | 1 | -1/+8 |
2003-12-03 | aclocal.m4 (AM_ICONV): Add explicit check for iconv.h. | Zack Weinberg | 1 | -1/+1 |
2003-10-02 | cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta... | Per Bothner | 1 | -6/+7 |
2003-09-26 | cppcharset.c, cpphash.h: Rename 'struct strbuf' to 'struct _cpp_strbuf'. | Nathanael Nerode | 1 | -2/+2 |
2003-09-18 | c-ppoutput.c (print): Use fileline typedef for field 'line'. | Mike Stump | 1 | -1/+1 |
2003-09-14 | alias.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-08-26 | Copy over from cs branch: | Per Bothner | 1 | -4/+4 |
2003-08-02 | cppfiles.c (struct _cpp_file): Rename once_only_next to next_file. | Neil Booth | 1 | -5/+6 |
2003-08-01 | Makefile.in: Refine dependencies. | Neil Booth | 1 | -3/+1 |
2003-07-29 | Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. | Neil Booth | 1 | -25/+32 |
2003-07-13 | Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | Zack Weinberg | 1 | -1/+1 |
2003-07-10 | cppcharset.c (one_utf8_to_cppchar, [...]): New functions. | Zack Weinberg | 1 | -9/+20 |
2003-07-05 | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 1 | -1/+18 |
2003-06-25 | cppfiles.c: Clarify comments. | Martin Schaffner | 1 | -1/+1 |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -97/+75 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-12 | Don't warn on dollars in builtin macro definitions, | Hans-Peter Nilsson | 1 | -4/+0 |
2003-05-17 | c-common.c, c-common.h (dollars_in_ident): Remove. | Neil Booth | 1 | -3/+3 |
2003-04-21 | c-ppoutput.c (cb_include): Don't take a cpp_token. | Neil Booth | 1 | -5/+4 |
2003-04-20 | cpphash.h (NOTE_ESC_NL, [...]): Remove. | Neil Booth | 1 | -5/+4 |
2003-04-20 | Makefile.in (LIBCPP_OBJS): Add cppcharset.o. | Neil Booth | 1 | -0/+4 |
2003-04-19 | cpphash.h (struct cpp_buffer): Remove backup_to. | Neil Booth | 1 | -2/+0 |
2003-04-19 | cpphash.h (struct cpp_reader): New member warned_dollar. | Neil Booth | 1 | -0/+4 |
2003-04-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -19/+33 |
2003-03-14 | /home/neil/diffs/include.log | Neil Booth | 1 | -8/+0 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -0/+1 |
2003-03-04 | Makefile.in: Update. | Neil Booth | 1 | -15/+0 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -23/+10 |
2003-02-21 | cpphash.h (struct lexer_state): Add directive_wants_padding. | Zack Weinberg | 1 | -0/+5 |
2003-01-21 | configure.in: Check for system-provided 'uchar' type. | Zack Weinberg | 1 | -0/+2 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -0/+6 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-03 | Debian BTS Bug # | Neil Booth | 1 | -4/+4 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -2/+1 |
2002-08-12 | cpphash.h (struct printer): New from cppmain.c. | Neil Booth | 1 | -0/+15 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 1 | -0/+12 |
2002-06-27 | cpphash.h (_cpp_set_trad_context): Remove. | Neil Booth | 1 | -1/+0 |
2002-06-19 | cpphash.h (struct cpp_reader): Make date and time strings. | Neil Booth | 1 | -4/+7 |
2002-06-18 | cpplib.c (dtable): Update. | Neil Booth | 1 | -0/+6 |
2002-06-14 | cpphash.h (struct cpp_buffer): Remove saved_line_base. | Neil Booth | 1 | -1/+1 |