summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-16/+1
* * c-lex.c (parse_float, yylex): For -Wtraditional, issue aghazi2000-08-101-0/+2
* * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack2000-08-021-1/+1
* * cppexp.c: Warn about unary + if -Wtraditional.zack2000-07-241-0/+4
* * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack2000-07-191-9/+17
* * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack2000-07-181-8/+7
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-1/+1
* * cppexp.c (LOGICAL): Delete macro.zack2000-07-121-7/+16
* 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-111-1/+1
* * cppexp.c (_cpp_parse_expr): Don't use unary plus.zack2000-07-091-1/+1