aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-01cppexp.c: (_cpp_parse_expr): Numerical constants are pushed within the switch...Neil Booth1-62/+68
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-3/+3
2000-03-31cppexp.c: Delete SKIP_OPERAND.Neil Booth1-13/+19
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-8/+15
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-8/+5
2000-03-07[multiple changes]Zack Weinberg1-11/+13
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-39/+29
2000-03-04cpplib.h (_dollar_ok): New macro.Zack Weinberg1-2/+2
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-47/+59
2000-02-23cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.Alexandre Oliva1-1/+4
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-69/+42
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-2/+2
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-2/+2
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-7/+7
1999-10-15cppexp.c (cpp_parse_escape): Make static.Zack Weinberg1-3/+4
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-3/+10
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-1/+1