summaryrefslogtreecommitdiffstats
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-11/+12
* * cppexp.c: Update all code for new lexer interface.zack2000-07-081-446/+327
* toplevel:zack2000-07-051-1/+1
* top level:zack2000-07-041-75/+31
* * cpplib.c (do_if): Don't save and restore only_seen_white here.zack2000-05-301-0/+8
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-2/+2
* * cppexp.c (parse_assertion): Supply extra argument toneil2000-05-271-1/+1
* * cppexp.c (parse_assertion): New.zack2000-05-181-21/+87
* * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.zack2000-05-101-2/+2
* gcc:zack2000-05-041-2/+2
* * cppexp.c (op_t): Make an int.jason2000-05-031-1/+1
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-1/+0
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-2/+2
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-7/+3
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-1/+1
* * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack2000-04-111-2/+2
* * cppexp.c (parse_charconst): Null does not end characterneil2000-04-081-1/+1
* * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERRORneil2000-04-031-78/+73
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-0/+5
* * cppexp.c: New typedef op_t. struct operation and structneil2000-04-021-14/+36
* * cppexp.c: New FINISHED dummy token. Combine operator initialneil2000-04-021-186/+190
* * cppexp.c: Redefine priority constants.neil2000-04-011-64/+77
OpenPOWER on IntegriCloud