| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog: | bonzini | 2004-05-24 | 1 | -1540/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -13/+15 |
* | gcc/ | kazu | 2004-03-15 | 1 | -1/+1 |
* | PR c/456 | jsm28 | 2004-02-11 | 1 | -1/+2 |
* | PR preprocessor/12847 | danglin | 2003-11-01 | 1 | -29/+32 |
* | * cppexp.c (parse_defined): Warn only if -pedantic. | neil | 2003-08-03 | 1 | -1/+1 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -2/+1 |
* | * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | zack | 2003-07-13 | 1 | -2/+0 |
* | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | zack | 2003-06-17 | 1 | -115/+58 |
* | * c-lex.c (c_lex): Handle CPP_OTHER differently. | neil | 2003-04-22 | 1 | -6/+0 |
* | * cppexp.c (eval_token): Permit true and false even if pedantic. | neil | 2003-04-19 | 1 | -8/+0 |
* | * cppexp.c (cpp_classify_number): Accept '.' after "0x". | matz | 2003-03-31 | 1 | -1/+2 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-12-19 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * cpplib.c (_cpp_test_assertion): Default *value to 0. | hp | 2002-11-29 | 1 | -0/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -1/+1 |
* | * ABOUT-NLS: Follow spelling conventions. | kazu | 2002-09-16 | 1 | -2/+2 |
* | * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | zack | 2002-08-02 | 1 | -7/+12 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 1 | -0/+2 |
* | * cppexp.c (struct op): Add token pointer. | neil | 2002-07-20 | 1 | -28/+59 |
* | * cppexp.c (ALWAYS_EVAL): Remove. | neil | 2002-07-19 | 1 | -108/+105 |
* | * cppexp.c (cpp_num_mul): Remove unused parameter. | neil | 2002-07-18 | 1 | -105/+139 |
* | * cppexp.c (cpp_interpret_integer, append_digit, parse_defined, | neil | 2002-07-17 | 1 | -8/+8 |
* | * cpperror.c (cpp_error): Default to directive_line within | neil | 2002-07-09 | 1 | -2/+4 |
* | * cppexp.c (cpp_interpret_integer): Don't force traditional | neil | 2002-06-20 | 1 | -3/+6 |
* | * cppexp.c (num_equality_op): Use a temporary variable to work | jason | 2002-06-07 | 1 | -2/+4 |
* | * c-common.c (c_common_init): Override cpplib's default | neil | 2002-06-02 | 1 | -0/+27 |
* | * cppexp.c (cpp_classify_number): Cast precission to int for | aj | 2002-06-01 | 1 | -4/+4 |
* | 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk> | neil | 2002-05-29 | 1 | -181/+332 |
* | * cppexp.c (interpret_number): Optimize for single-digit | neil | 2002-05-28 | 1 | -21/+51 |
* | 2002-05-27 H.J. Lu (hjl@gnu.org) | hjl | 2002-05-27 | 1 | -8/+8 |
* | * c-common.c (c_common_init): Set CPP arithmetic precision. | neil | 2002-05-27 | 1 | -1/+0 |
* | * cppexp.c (possible_sum_sign, integer_overflow, left_shift, | neil | 2002-05-26 | 1 | -319/+805 |
* | * cpperror.c: Fix formatting. | kazu | 2002-05-22 | 1 | -4/+4 |
* | * cppexp.c (_cpp_expand_op_stack): Set op_limit. | neil | 2002-05-09 | 1 | -3/+5 |
* | * c-common.c (warn_multichar): New. | neil | 2002-05-06 | 1 | -1/+10 |
* | * c-lex.c (lex_string): Let cpp_parse_escape handles truncation | neil | 2002-05-04 | 1 | -4/+4 |
* | * cppexp.c (lex): Move some code to _cpp_parse_expr, but | neil | 2002-04-28 | 1 | -99/+54 |
* | * cppexp.c (lex): Update to use state.skip_eval. | neil | 2002-04-28 | 1 | -331/+306 |
* | * cppexp.c (CPP_UMINUS, CPP_UPLUS): New. | neil | 2002-04-26 | 1 | -78/+75 |
* | * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar. | neil | 2002-04-21 | 1 | -6/+6 |
* | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -24/+33 |
* | * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in | ghazi | 2002-03-03 | 1 | -4/+3 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -1/+1 |
* | * cpplex.c (cpp_interpret_charconst): Get signedness or | neil | 2002-02-24 | 1 | -2/+4 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -8/+12 |
* | * cppexp.c (parse_number): Use ISXDIGIT/hex_value. | ghazi | 2001-11-10 | 1 | -8/+3 |
* | * cppexp.c (lex, parse_defined): Update warning about defined. | neil | 2001-11-05 | 1 | -6/+5 |
* | * c-format.c (maybe_read_dollar_number): Use safe-ctype macros | ghazi | 2001-10-21 | 1 | -1/+1 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -1/+1 |