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