aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
AgeCommit message (Expand)Author
2004-03-02Merge to tree-ssa-20020619-merge-20040227.Richard Henderson
2004-02-09 * cppexp.c (append_digit): Rearrange unsignedp/overflow setting.Richard Henderson
2003-11-13Mainline merge as of 2003-11-11.Diego Novillo
2003-08-20Mainline merge as of 2003-08-17.Diego Novillo
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2002-12-27Mainline merge as of 2002-12-26.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-11b-i-b merge as of 2002-10-11.Diego Novillo
2002-09-20Merge with basic-improvements branch as of 2002-09-19.Diego Novillo
2002-08-05Mainline merge as of 2002-08-04.Diego Novillo
2002-07-31Mainline merge as of 2002-07-28.Diego Novillo
2002-07-24Mainline merge as of 2002-07-21.Diego Novillo
2002-06-24Merge mainline into branch as of 2002-06-23Diego Novillo
2002-06-07 * cppexp.c (num_equality_op): Use a temporary variable to workJason Merrill
2002-06-02 * c-common.c (c_common_init): Override cpplib's defaultNeil Booth
2002-06-01 * cppexp.c (cpp_classify_number): Cast precission to int forAndreas Jaeger
2002-05-292002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>Neil Booth
2002-05-28 * cppexp.c (interpret_number): Optimize for single-digitNeil Booth
2002-05-272002-05-27 H.J. Lu (hjl@gnu.org)H.J. Lu
2002-05-27 * c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth
2002-05-26 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,Neil Booth
2002-05-22 * cpperror.c: Fix formatting.Kazu Hirata
2002-05-09 * cppexp.c (_cpp_expand_op_stack): Set op_limit.Neil Booth
2002-05-06 * c-common.c (warn_multichar): New.Neil Booth
2002-05-04 * c-lex.c (lex_string): Let cpp_parse_escape handles truncationNeil Booth
2002-04-28 * cppexp.c (lex): Move some code to _cpp_parse_expr, butNeil Booth
2002-04-28 * cppexp.c (lex): Update to use state.skip_eval.Neil Booth
2002-04-26 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth
2002-04-21 * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.Neil Booth
2002-04-14 * cpperror.c (print_location): Don't print include chainNeil Booth
2002-03-03 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inKaveh Ghazi
2002-02-27 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,Zack Weinberg
2002-02-24 * cpplex.c (cpp_interpret_charconst): Get signedness orNeil Booth
2002-01-03 * cpperror.c: Update comments and copyright.Neil Booth
2001-11-10 * cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh Ghazi
2001-11-05 * cppexp.c (lex, parse_defined): Update warning about defined.Neil Booth
2001-10-21 * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosKaveh Ghazi
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-10-07 * builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh Ghazi
2001-10-06 * cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg
2001-09-24 * c-lex.c (cb_def_pragma): Update.Neil Booth
2001-08-09 * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macroGraham Stott
2001-07-29 * cppexp.c (parse_defined): Always record the macro name.Neil Booth
2001-07-19 * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth
2001-05-16 * cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth
2001-05-11 * c-lex.c (lex_charconst): Convert into a simple wrapperNeil Booth
2001-03-03 * cpp.texi: Update.Neil Booth