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