aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
AgeCommit message (Expand)Author
2001-03-03 * cpp.texi: Update.neil
2001-03-01 * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin
2001-02-28 * cppinit.c (builtin_array): Update.neil
2001-02-07 * cpphash.h (struct spec_nodes): Add n_true and n_false.zack
2001-02-06 * cppexp.c (parse_defined): Improve diagnostics for invalidneil
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi
2001-01-22 * cppexp.c (parse_charconst): Change `mask' type to agreeneil
2000-12-07 * config/alpha/osf.h: Standarize copyright statement.law
2000-12-02 * cppexp.c (parse_number): Update diagnostic test.neil
2000-11-26 * cpplib.h (struct cpp_reader): Remove lang_asm.neil
2000-11-20 * c-lang.c (lang_init_options): Update call toneil
2000-11-14 * cppexp.c (parse_defined): Call cpp_get_token notneil
2000-11-12 * cppexp.c: Don't worry about pfile->skipping.neil
2000-11-11 Remove CPP_PLACEMARKERsneil
2000-11-06 * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>neil
2000-09-11 * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack
2000-08-10 * c-lex.c (parse_float, yylex): For -Wtraditional, issue aghazi
2000-08-02 * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack
2000-07-24 * cppexp.c: Warn about unary + if -Wtraditional.zack
2000-07-19 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack
2000-07-18 * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack
2000-07-13 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack
2000-07-12 * cppexp.c (LOGICAL): Delete macro.zack
2000-07-112000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack
2000-07-09 * cppexp.c (_cpp_parse_expr): Don't use unary plus.zack
2000-07-08 * cpplib.h (struct cpp_name): Now struct cpp_string.zack
2000-07-08 * cppexp.c: Update all code for new lexer interface.zack
2000-07-05toplevel:zack
2000-07-04top level:zack
2000-05-30 * cpplib.c (do_if): Don't save and restore only_seen_white here.zack
2000-05-28 * cppfiles.c: Read files in, using mmap if possible, thenzack
2000-05-27 * cppexp.c (parse_assertion): Supply extra argument toneil
2000-05-18 * cppexp.c (parse_assertion): New.zack
2000-05-10 * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.zack
2000-05-04gcc:zack
2000-05-03 * cppexp.c (op_t): Make an int.jason
2000-05-01 * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack
2000-04-20 * cpplib.h (enum cpp_ttype): Add token types for allzack
2000-04-18 * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner
2000-04-18 * cppexp.c (lex): Don't assume tokens are NUL terminated.zack
2000-04-11 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack
2000-04-08 * cppexp.c (parse_charconst): Null does not end characterneil
2000-04-03 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERRORneil
2000-04-02 * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack
2000-04-02 * cppexp.c: New typedef op_t. struct operation and structneil
2000-04-02 * cppexp.c: New FINISHED dummy token. Combine operator initialneil
2000-04-01 * cppexp.c: Redefine priority constants.neil
2000-04-01 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushedneil
2000-03-31 * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack