Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-08-09 | cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro parameter. | Graham Stott | 1 | -2/+2 |
2001-07-29 | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 1 | -22/+20 |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 1 | -14/+15 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -2/+3 |
2001-05-11 | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 1 | -201/+9 |
2001-03-03 | cpp.texi: Update. | Neil Booth | 1 | -1/+1 |
2001-03-02 | cpplib.c (_cpp_init_stacks): Cast enum for comparison. | John David Anglin | 1 | -1/+2 |
2001-02-14 | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 1 | -1/+3 |
2001-02-07 | cpphash.h (struct spec_nodes): Add n_true and n_false. | Zack Weinberg | 1 | -10/+28 |
2001-02-06 | cppexp.c (parse_defined): Improve diagnostics for invalid syntax. | Neil Booth | 1 | -1/+14 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-22 | cppexp.c (parse_charconst): Change `mask' type to agree with parse_escape. | Alan Modra | 1 | -2/+3 |
2000-12-06 | osf.h: Standarize copyright statement. | Rodney Brown | 1 | -1/+2 |
2000-12-02 | * cppexp.c (parse_number): Update diagnostic test. | Neil Booth | 1 | -2/+3 |
2000-11-26 | cpplib.h (struct cpp_reader): Remove lang_asm. | Neil Booth | 1 | -3/+1 |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+3 |
2000-11-14 | cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token. | Neil Booth | 1 | -4/+5 |
2000-11-12 | cppexp.c: Don't worry about pfile->skipping. | Neil Booth | 1 | -5/+0 |
2000-11-11 | Remove CPP_PLACEMARKERs | Neil Booth | 1 | -4/+0 |
2000-11-06 | c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr... | Neil Booth | 1 | -3/+3 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -70/+111 |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 1 | -16/+1 |
2000-08-10 | c-lex.c (parse_float, yylex): For -Wtraditional, issue a warning about non-tr... | Kaveh R. Ghazi | 1 | -0/+2 |