| Commit message (Expand) | Author | Age | Files | Lines |
* | * gcc.dg/cpp/_Pragma4.c: Fix typo. | neil | 2002-09-06 | 1 | -1/+1 |
* | Debian BTS Bug # | neil | 2002-09-03 | 1 | -0/+12 |
* | PR preprocessor/7526 | neil | 2002-08-14 | 1 | -0/+11 |
* | * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update. | neil | 2002-08-07 | 3 | -1/+1 |
* | * cppinit.c (struct lang_flags): Rename trigraphs std. | neil | 2002-08-06 | 2 | -0/+31 |
* | * doc/cppopts.texi: Update. | neil | 2002-07-26 | 2 | -1/+12 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 4 | -0/+65 |
* | * cppexp.c (struct op): Add token pointer. | neil | 2002-07-20 | 1 | -0/+26 |
* | * cppexp.c (ALWAYS_EVAL): Remove. | neil | 2002-07-19 | 1 | -0/+17 |
* | gcc: | ghazi | 2002-07-03 | 1 | -1/+1 |
* | * cpptrad.c: Update comment. | neil | 2002-07-02 | 3 | -0/+23 |
* | * cppinit.c (cpp_handle_option): Suppress warnings with an | neil | 2002-07-02 | 1 | -0/+8 |
* | * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c, | neil | 2002-07-01 | 3 | -0/+27 |
* | * cpptrad.c (skip_whitespace): Pass pointer to prior char. | neil | 2002-07-01 | 1 | -0/+10 |
* | * cpplib.c (do_include_common): Revert to correct line number | neil | 2002-06-25 | 35 | -0/+508 |
* | * cpptrad.c (scan_out_logical_line): Check recursing only when | neil | 2002-06-24 | 8 | -0/+122 |
* | * cpptrad.c (struct fun_macro): Add line number. | neil | 2002-06-22 | 8 | -0/+137 |
* | * cpperror.c (cpp_error): For traditional CPP, default to | neil | 2002-06-21 | 17 | -0/+369 |
* | * cppexp.c (cpp_interpret_integer): Don't force traditional | neil | 2002-06-20 | 10 | -230/+0 |
* | * c-common.c (c_common_init): Override cpplib's default | neil | 2002-06-02 | 2 | -2/+2 |
* | 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk> | neil | 2002-05-29 | 5 | -6/+6 |
* | * testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99. | neil | 2002-05-27 | 1 | -1/+1 |
* | * c-common.c (c_common_init): Always use intmax_t. | neil | 2002-05-27 | 2 | -448/+1 |
* | * testsuite/gcc.dg/cpp/if-3.c: Forgot to remove. | neil | 2002-05-27 | 1 | -25/+0 |
* | * c-common.c (c_common_init): Set CPP arithmetic precision. | neil | 2002-05-27 | 2 | -0/+894 |
* | * cppexp.c (possible_sum_sign, integer_overflow, left_shift, | neil | 2002-05-26 | 2 | -1/+258 |
* | PR preprocessor/6780 | neil | 2002-05-24 | 1 | -0/+8 |
* | testsuite: | neil | 2002-05-23 | 1 | -11/+0 |
* | * cppinit.c (mark_named_operators): Split out from init_builtins. | neil | 2002-05-23 | 1 | -0/+11 |
* | * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. | neil | 2002-05-09 | 3 | -42/+6 |
* | * cpplex.c (cpp_interpret_charconst): Truncate as well as | neil | 2002-05-08 | 1 | -0/+50 |
* | * c-common.c (warn_multichar): New. | neil | 2002-05-06 | 1 | -4/+12 |
* | * gcc.dg/cpp/charconst-3.c: Run, don't compile. | neil | 2002-05-06 | 1 | -1/+1 |
* | doc: | neil | 2002-05-05 | 1 | -0/+40 |
* | * c-common.c (c_common_init): Set up CPP arithmetic. | neil | 2002-05-05 | 1 | -6/+9 |
* | * gcc.dg/cpp/cmdlne-dM-M.c: New test. | jakub | 2002-05-03 | 7 | -0/+103 |
* | * cppexp.c (lex): Move some code to _cpp_parse_expr, but | neil | 2002-04-28 | 1 | -1/+2 |
* | * cppexp.c (lex): Update to use state.skip_eval. | neil | 2002-04-28 | 3 | -2/+5 |
* | * cppmacro.c (funlike_invocation_p): Don't step back over CPP_EOF. | neil | 2002-04-21 | 2 | -0/+15 |
* | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 6 | -0/+116 |
* | * gcc.dg/cpp/ucs.c: Improved long UCS test. | neil | 2002-04-03 | 1 | -4/+34 |
* | 2002-03-26 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-26 | 2 | -0/+34 |
* | * cpphash.h (struct cpp_reader): Remove mls_line and mls_col. | neil | 2002-03-22 | 1 | -2/+8 |
* | 2002-03-22 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-22 | 1 | -0/+22 |
* | * gcc.dg/cpp/wchar-1.c: Update. | neil | 2002-03-17 | 1 | -0/+1 |
* | * gcc.dg/cpp/wchar-1.c: Revert previous change. | neil | 2002-03-17 | 1 | -1/+1 |
* | * gcc.dg/cpp/wchar-1.c: Update. | neil | 2002-03-17 | 1 | -1/+1 |
* | * cpplex.c (_cpp_lex_token): Handle directives in macro | neil | 2002-02-27 | 4 | -20/+51 |
* | * cpplex.c (cpp_interpret_charconst): Get signedness or | neil | 2002-02-24 | 1 | -0/+23 |
* | * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option. | uweigand | 2002-02-07 | 1 | -0/+1 |