Age | Commit message (Expand) | Author | Files | Lines |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 1 | -16/+1 |
2000-08-10 | c-lex.c (parse_float, yylex): For -Wtraditional, issue a warning about non-tr... | Kaveh R. Ghazi | 1 | -0/+2 |
2000-08-02 | cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. | Zack Weinberg | 1 | -1/+1 |
2000-07-24 | cppexp.c: Warn about unary + if -Wtraditional. | Zack Weinberg | 1 | -0/+4 |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -9/+17 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -8/+7 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -1/+1 |
2000-07-12 | cppexp.c (LOGICAL): Delete macro. | Zack Weinberg | 1 | -7/+16 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -1/+1 |
2000-07-09 | * cppexp.c (_cpp_parse_expr): Don't use unary plus. | Zack Weinberg | 1 | -1/+1 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -11/+12 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -446/+327 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -1/+1 |
2000-07-04 | top level: | Zack Weinberg | 1 | -75/+31 |
2000-05-30 | cpplib.c (do_if): Don't save and restore only_seen_white here. | Zack Weinberg | 1 | -0/+8 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -2/+2 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -1/+1 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -21/+87 |
2000-05-10 | cppexp.c (lex): Use %.*s to print non-NUL-terminated string. | Zack Weinberg | 1 | -2/+2 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -2/+2 |
2000-05-03 | cppexp.c (op_t): Make an int. | Jason Merrill | 1 | -1/+1 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -1/+0 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -2/+2 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -7/+3 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -1/+1 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -2/+2 |
2000-04-08 | cppexp.c (parse_charconst): Null does not end character constants. | Neil Booth | 1 | -1/+1 |
2000-04-03 | cppexp.c: wrap long lines. | Neil Booth | 1 | -78/+73 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -0/+5 |
2000-04-02 | cppexp.c: New typedef op_t. | Neil Booth | 1 | -14/+36 |
2000-04-02 | cppexp.c: New FINISHED dummy token. | Neil Booth | 1 | -186/+190 |
2000-04-01 | cppexp.c: Redefine priority constants. | Neil Booth | 1 | -64/+77 |
2000-04-01 | cppexp.c: (_cpp_parse_expr): Numerical constants are pushed within the switch... | Neil Booth | 1 | -62/+68 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -3/+3 |
2000-03-31 | cppexp.c: Delete SKIP_OPERAND. | Neil Booth | 1 | -13/+19 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -8/+15 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -8/+5 |
2000-03-07 | [multiple changes] | Zack Weinberg | 1 | -11/+13 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -39/+29 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -2/+2 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -47/+59 |
2000-02-23 | cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | Alexandre Oliva | 1 | -1/+4 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -69/+42 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -2/+2 |
2000-02-06 | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 1 | -2/+2 |
1999-10-29 | cpplib.h (struct cpp_buffer: fname, [...]): Mark const. | Zack Weinberg | 1 | -7/+7 |
1999-10-15 | cppexp.c (cpp_parse_escape): Make static. | Zack Weinberg | 1 | -3/+4 |
1999-09-09 | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1 | -3/+10 |
1999-09-07 | Linas Vepstas <linas@linas.org> | Linas Vepstas | 1 | -1/+1 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+6 |