summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cppexp.c (parse_defined): Improve diagnostics for invalidneil2001-02-061-1/+14
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * cppexp.c (parse_charconst): Change `mask' type to agreeneil2001-01-221-2/+3
* * config/alpha/osf.h: Standarize copyright statement.law2000-12-071-1/+2
* * cppexp.c (parse_number): Update diagnostic test.neil2000-12-021-2/+3
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-3/+1
* * c-lang.c (lang_init_options): Update call toneil2000-11-201-1/+3
* * cppexp.c (parse_defined): Call cpp_get_token notneil2000-11-141-4/+5
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-5/+0
* Remove CPP_PLACEMARKERsneil2000-11-111-4/+0
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-3/+3
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-70/+111