summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-2/+3
* c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth2001-05-111-201/+9
* cpp.texi: Update.Neil Booth2001-03-031-1/+1
* cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin2001-03-021-1/+2
* c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth2001-02-141-1/+3
* cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2001-02-071-10/+28
* cppexp.c (parse_defined): Improve diagnostics for invalid syntax.Neil Booth2001-02-061-1/+14
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* cppexp.c (parse_charconst): Change `mask' type to agree with parse_escape.Alan Modra2001-01-221-2/+3
* osf.h: Standarize copyright statement.Rodney Brown2000-12-061-1/+2
* * cppexp.c (parse_number): Update diagnostic test.Neil Booth2000-12-021-2/+3
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-3/+1
* c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth2000-11-201-1/+3
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-4/+5
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-5/+0
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-4/+0
* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth2000-11-061-3/+3
* New macro expander.Neil Booth2000-10-281-70/+111
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-16/+1
* c-lex.c (parse_float, yylex): For -Wtraditional, issue a warning about non-tr...Kaveh R. Ghazi2000-08-101-0/+2
* cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg2000-08-021-1/+1
* cppexp.c: Warn about unary + if -Wtraditional.Zack Weinberg2000-07-241-0/+4
* cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg2000-07-191-9/+17
* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg2000-07-181-8/+7
* cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg2000-07-131-1/+1
* cppexp.c (LOGICAL): Delete macro.Zack Weinberg2000-07-121-7/+16
* [multiple changes]Zack Weinberg2000-07-111-1/+1
* * cppexp.c (_cpp_parse_expr): Don't use unary plus.Zack Weinberg2000-07-091-1/+1
* cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg2000-07-081-11/+12
* cppexp.c: Update all code for new lexer interface.Zack Weinberg2000-07-081-446/+327
* cpplex.c: Don't include sys/mman.h.Zack Weinberg2000-07-051-1/+1
* top level:Zack Weinberg2000-07-041-75/+31
* cpplib.c (do_if): Don't save and restore only_seen_white here.Zack Weinberg2000-05-301-0/+8
* cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg2000-05-281-2/+2
* cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth2000-05-271-1/+1
* cppexp.c (parse_assertion): New.Zack Weinberg2000-05-181-21/+87
* cppexp.c (lex): Use %.*s to print non-NUL-terminated string.Zack Weinberg2000-05-101-2/+2
* cpphash.h (U): New define, to correct type of string constants.Zack Weinberg2000-05-041-2/+2
* cppexp.c (op_t): Make an int.Jason Merrill2000-05-031-1/+1
* cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg2000-05-011-1/+0
* cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg2000-04-201-2/+2
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-7/+3
* cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg2000-04-181-1/+1
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-2/+2
* cppexp.c (parse_charconst): Null does not end character constants.Neil Booth2000-04-081-1/+1
* cppexp.c: wrap long lines.Neil Booth2000-04-031-78/+73
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg2000-04-021-0/+5
* cppexp.c: New typedef op_t.Neil Booth2000-04-021-14/+36
* cppexp.c: New FINISHED dummy token.Neil Booth2000-04-021-186/+190
* cppexp.c: Redefine priority constants.Neil Booth2000-04-011-64/+77