Age | Commit message (Expand) | Author | Files | Lines |
2003-10-02 | c-lex.c (fe_file_change): Handle a NULL new_map. | Per Bothner | 1 | -0/+6 |
2003-10-01 | c-lex.c (src_line): Remove unneeded static variable. | Per Bothner | 1 | -9/+1 |
2003-09-14 | c-ppoutput.c (cb_line_change): Revert 2003-08-04's change. | Alexandre Oliva | 1 | -1/+4 |
2003-09-11 | * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE. | Mike Stump | 1 | -4/+2 |
2003-08-05 | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 1 | -0/+9 |
2003-07-29 | c-common.c (allow_pch): Remove. | Geoffrey Keating | 1 | -0/+7 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-09 | * c-lex.c (cb_ident): Cast cstr.text to const char *. | Rainer Orth | 1 | -1/+1 |
2003-07-05 | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 1 | -63/+132 |
2003-06-30 | c-common.c (enum c_language_kind, flag_objc): Remove. | Neil Booth | 1 | -1/+1 |
2003-06-22 | c-lex.c: Convert to ISO C90. | Andreas Jaeger | 1 | -69/+40 |
2003-06-19 | c-tree.h: Remove declaration of poplevel. | Andreas Jaeger | 1 | -3/+0 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -4/+4 |
2003-04-23 | Makefile.in (c-lex.o, [...]): Update. | Neil Booth | 1 | -56/+27 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -5/+2 |
2003-04-20 | Makefile.in (LIBCPP_OBJS): Add cppcharset.o. | Neil Booth | 1 | -309/+0 |
2003-03-15 | Makefile.in: Update. | Neil Booth | 1 | -1/+0 |
2003-03-14 | /home/neil/diffs/include.log | Neil Booth | 1 | -29/+2 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -6/+1 |
2003-03-04 | Makefile.in: Update. | Neil Booth | 1 | -8/+2 |
2003-03-02 | c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c. | Neil Booth | 1 | -2/+0 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -1/+3 |
2003-01-13 | re PR c++/9264 ([parser] ICE on invalid octal constant) | Mark Mitchell | 1 | -0/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -0/+4 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+3 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -7/+2 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-08-12 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c. | Neil Booth | 1 | -3/+0 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -2/+1 |
2002-07-21 | c-lex.c (GET_ENVIRONMENT): Remove. | Neil Booth | 1 | -3/+0 |
2002-07-21 | c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. | Gabriel Dos Reis | 1 | -2/+2 |
2002-06-27 | re PR preprocessor/7070 (internal error with -Wunknown-pragmas && empty #pragma) | Neil Booth | 1 | -9/+10 |
2002-06-02 | * c-lex.c: Update copyright and file description. | Neil Booth | 1 | -2/+2 |
2002-06-02 | c-common.c (c_common_init): Override cpplib's default warn_long_long setting. | Neil Booth | 1 | -455/+199 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 1 | -1/+0 |
2002-05-23 | c-lex.c (indent_level): Remove. | Neil Booth | 1 | -15/+0 |
2002-05-09 | Makefile.in: Update. | Neil Booth | 1 | -22/+0 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -1/+1 |
2002-05-04 | Makefile.in (c-lex.o): Update. | Neil Booth | 1 | -0/+19 |
2002-05-04 | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 1 | -45/+21 |
2002-04-26 | c-parse.in (malloced_yyss, [...]): New. | Richard Henderson | 1 | -0/+1 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -4/+8 |
2002-04-24 | cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. | Matthew Hiller | 1 | -9/+12 |
2002-04-22 | re PR c/6300 (sparc-sun-solaris2.7 gcc-3.1 C testsuite failure in gcc.dg/cpp/... | Zack Weinberg | 1 | -5/+19 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -90/+36 |
2002-03-20 | c-lex.c (cb_file_change): Pass the #inclusion's line number to the start_sour... | Jim Blandy | 1 | -2/+4 |
2002-03-17 | c-common.h (yyparse, [...]): New. | Neil Booth | 1 | -3/+4 |
2002-03-12 | c-lex.c (cb_ident, c_lex): Remove unnecessary cast. | Jakub Jelinek | 1 | -9/+9 |