Age | Commit message (Expand) | Author | Files | Lines |
2004-02-11 | re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1)) | Joseph Myers | 1 | -1/+2 |
2003-11-01 | re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) | John David Anglin | 1 | -29/+32 |
2003-08-03 | * cppexp.c (parse_defined): Warn only if -pedantic. | Neil Booth | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+1 |
2003-07-13 | Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | Zack Weinberg | 1 | -2/+0 |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -115/+58 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -6/+0 |
2003-04-19 | cppexp.c (eval_token): Permit true and false even if pedantic. | Neil Booth | 1 | -8/+0 |
2003-03-31 | cppexp.c (cpp_classify_number): Accept '.' after "0x". | Michael Matz | 1 | -1/+2 |
2002-12-19 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-29 | cpplib.c (_cpp_test_assertion): Default *value to 0. | Hans-Peter Nilsson | 1 | -0/+1 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-08-02 | c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | Zack Weinberg | 1 | -7/+12 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 1 | -0/+2 |
2002-07-20 | cppexp.c (struct op): Add token pointer. | Neil Booth | 1 | -28/+59 |
2002-07-19 | cppexp.c (ALWAYS_EVAL): Remove. | Neil Booth | 1 | -108/+105 |
2002-07-18 | cppexp.c (cpp_num_mul): Remove unused parameter. | Neil Booth | 1 | -105/+139 |
2002-07-17 | cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va... | Neil Booth | 1 | -8/+8 |
2002-07-09 | cpperror.c (cpp_error): Default to directive_line within directives here. | Neil Booth | 1 | -2/+4 |
2002-06-20 | cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig... | Neil Booth | 1 | -3/+6 |
2002-06-07 | cppexp.c (num_equality_op): Use a temporary variable to work around gcc 3.0.4... | Jason Merrill | 1 | -2/+4 |
2002-06-02 | c-common.c (c_common_init): Override cpplib's default warn_long_long setting. | Neil Booth | 1 | -0/+27 |
2002-06-01 | cppexp.c (cpp_classify_number): Cast precission to int for correct printf for... | Andreas Jaeger | 1 | -4/+4 |
2002-05-29 | cppexp.c (cpp_num): Move to cpplib.h. | Neil Booth | 1 | -181/+332 |
2002-05-28 | cppexp.c (interpret_number): Optimize for single-digit and less-than-half-pre... | Neil Booth | 1 | -21/+51 |
2002-05-27 | cppexp.c (num_trim): Use 1UL instead of 1 for long int. | H.J. Lu | 1 | -8/+8 |
2002-05-27 | c-common.c (c_common_init): Set CPP arithmetic precision. | Neil Booth | 1 | -1/+0 |
2002-05-26 | cppexp.c (possible_sum_sign, [...]): Remove. | Neil Booth | 1 | -319/+805 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2002-05-09 | * cppexp.c (_cpp_expand_op_stack): Set op_limit. | Neil Booth | 1 | -3/+5 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -1/+10 |
2002-05-04 | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 1 | -4/+4 |
2002-04-28 | cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun... | Neil Booth | 1 | -99/+54 |
2002-04-28 | cppexp.c (lex): Update to use state.skip_eval. | Neil Booth | 1 | -331/+306 |
2002-04-26 | cppexp.c (CPP_UMINUS, CPP_UPLUS): New. | Neil Booth | 1 | -78/+75 |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -6/+6 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -24/+33 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -4/+3 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -1/+1 |
2002-02-24 | cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara... | Neil Booth | 1 | -2/+4 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -8/+12 |
2001-11-10 | cppexp.c (parse_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 1 | -8/+3 |
2001-11-05 | cppexp.c (lex, [...]): Update warning about defined. | Neil Booth | 1 | -6/+5 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -1/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -1/+1 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -6/+6 |
2001-10-06 | cpplex.c (enum spell_type): Add SPELL_NUMBER. | Zack Weinberg | 1 | -2/+2 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -23/+16 |