summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * cpplib.c (_cpp_test_assertion): Default *value to 0.hp2002-11-291-0/+1
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-1/+1
* * ABOUT-NLS: Follow spelling conventions.kazu2002-09-161-2/+2
* * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.zack2002-08-021-7/+12
* * cppexp.c (parse_defined): Mark macro used.neil2002-07-231-0/+2
* * cppexp.c (struct op): Add token pointer.neil2002-07-201-28/+59
* * cppexp.c (ALWAYS_EVAL): Remove.neil2002-07-191-108/+105
* * cppexp.c (cpp_num_mul): Remove unused parameter.neil2002-07-181-105/+139
* * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,neil2002-07-171-8/+8
* * cpperror.c (cpp_error): Default to directive_line withinneil2002-07-091-2/+4
* * cppexp.c (cpp_interpret_integer): Don't force traditionalneil2002-06-201-3/+6
* * cppexp.c (num_equality_op): Use a temporary variable to workjason2002-06-071-2/+4
* * c-common.c (c_common_init): Override cpplib's defaultneil2002-06-021-0/+27
* * cppexp.c (cpp_classify_number): Cast precission to int foraj2002-06-011-4/+4
* 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>neil2002-05-291-181/+332
* * cppexp.c (interpret_number): Optimize for single-digitneil2002-05-281-21/+51
* 2002-05-27 H.J. Lu (hjl@gnu.org)hjl2002-05-271-8/+8
* * c-common.c (c_common_init): Set CPP arithmetic precision.neil2002-05-271-1/+0
* * cppexp.c (possible_sum_sign, integer_overflow, left_shift,neil2002-05-261-319/+805
* * cpperror.c: Fix formatting.kazu2002-05-221-4/+4
* * cppexp.c (_cpp_expand_op_stack): Set op_limit.neil2002-05-091-3/+5
* * c-common.c (warn_multichar): New.neil2002-05-061-1/+10
* * c-lex.c (lex_string): Let cpp_parse_escape handles truncationneil2002-05-041-4/+4
* * cppexp.c (lex): Move some code to _cpp_parse_expr, butneil2002-04-281-99/+54
* * cppexp.c (lex): Update to use state.skip_eval.neil2002-04-281-331/+306
* * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.neil2002-04-261-78/+75
* * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.neil2002-04-211-6/+6
* * cpperror.c (print_location): Don't print include chainneil2002-04-141-24/+33
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-4/+3
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-1/+1
* * cpplex.c (cpp_interpret_charconst): Get signedness orneil2002-02-241-2/+4
* * cpperror.c: Update comments and copyright.neil2002-01-031-8/+12
* * cppexp.c (parse_number): Use ISXDIGIT/hex_value.ghazi2001-11-101-8/+3
* * cppexp.c (lex, parse_defined): Update warning about defined.neil2001-11-051-6/+5
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-1/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-1/+1
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-6/+6
* * cpplex.c (enum spell_type): Add SPELL_NUMBER.zack2001-10-061-2/+2
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-23/+16
* * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macrograhams2001-08-091-2/+2
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-22/+20
* * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.neil2001-07-191-14/+15
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-2/+3
* * c-lex.c (lex_charconst): Convert into a simple wrapperneil2001-05-111-201/+9
* * cpp.texi: Update.neil2001-03-031-1/+1
* * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin2001-03-021-1/+2
* * c-lex.c (lex_number): Only warn traditionally for U suffixneil2001-02-141-1/+3
* * cpphash.h (struct spec_nodes): Add n_true and n_false.zack2001-02-071-10/+28