summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-1540/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-13/+15
* c-incpath.c, [...]: Update copyright.Kazu Hirata2004-03-151-1/+1
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2004-02-111-1/+2
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-29/+32
* * cppexp.c (parse_defined): Warn only if -pedantic.Neil Booth2003-08-031-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+1
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-2/+0
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-115/+58
* c-lex.c (c_lex): Handle CPP_OTHER differently.Neil Booth2003-04-221-6/+0
* cppexp.c (eval_token): Permit true and false even if pedantic.Neil Booth2003-04-191-8/+0
* cppexp.c (cpp_classify_number): Accept '.' after "0x".Michael Matz2003-03-311-1/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* cpplib.c (_cpp_test_assertion): Default *value to 0.Hans-Peter Nilsson2002-11-291-0/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-2/+2
* c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg2002-08-021-7/+12
* cppexp.c (parse_defined): Mark macro used.Neil Booth2002-07-231-0/+2
* cppexp.c (struct op): Add token pointer.Neil Booth2002-07-201-28/+59
* cppexp.c (ALWAYS_EVAL): Remove.Neil Booth2002-07-191-108/+105
* cppexp.c (cpp_num_mul): Remove unused parameter.Neil Booth2002-07-181-105/+139
* cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth2002-07-171-8/+8
* cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth2002-07-091-2/+4
* cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth2002-06-201-3/+6
* cppexp.c (num_equality_op): Use a temporary variable to work around gcc 3.0.4...Jason Merrill2002-06-071-2/+4
* c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth2002-06-021-0/+27
* cppexp.c (cpp_classify_number): Cast precission to int for correct printf for...Andreas Jaeger2002-06-011-4/+4
* cppexp.c (cpp_num): Move to cpplib.h.Neil Booth2002-05-291-181/+332
* cppexp.c (interpret_number): Optimize for single-digit and less-than-half-pre...Neil Booth2002-05-281-21/+51
* cppexp.c (num_trim): Use 1UL instead of 1 for long int.H.J. Lu2002-05-271-8/+8
* c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth2002-05-271-1/+0
* cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth2002-05-261-319/+805
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-4/+4
* * cppexp.c (_cpp_expand_op_stack): Set op_limit.Neil Booth2002-05-091-3/+5
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-1/+10
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-4/+4
* cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth2002-04-281-99/+54
* cppexp.c (lex): Update to use state.skip_eval.Neil Booth2002-04-281-331/+306
* cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth2002-04-261-78/+75
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-6/+6
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-24/+33
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-4/+3
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-1/+1
* cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth2002-02-241-2/+4
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-8/+12
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-11-101-8/+3
* cppexp.c (lex, [...]): Update warning about defined.Neil Booth2001-11-051-6/+5
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1