| Commit message (Expand) | Author | Age | Files | Lines |
| * | * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block | zack | 2000-07-19 | 1 | -22/+22 |
| * | * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry | zack | 2000-07-18 | 1 | -1/+1 |
| * | 2000-02-17 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-18 | 1 | -56/+34 |
| * | * cpphash.c (save_expansion): Clear PREV_WHITE on tokens | zack | 2000-07-15 | 1 | -1/+0 |
| * | * cpplib.c (do_pragma_dependency): Tidy warning messages. | nathan | 2000-07-14 | 1 | -2/+5 |
| * | * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c, | zack | 2000-07-13 | 1 | -49/+11 |
| * | 2000-07-11 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-11 | 1 | -19/+24 |
| * | * cpplib.h (struct cpp_name): Now struct cpp_string. | zack | 2000-07-08 | 1 | -62/+64 |
| * | * cppexp.c: Update all code for new lexer interface. | zack | 2000-07-08 | 1 | -2/+2 |
| * | * cpplib.c: (_cpp_parse_assertion): Perform hash lookups | neil | 2000-07-06 | 1 | -1/+1 |
| * | * cpplib.c (_cpp_parse_assertion): Fix buffer overrun. | zack | 2000-07-05 | 1 | -2/+2 |
| * | toplevel: | zack | 2000-07-05 | 1 | -17/+115 |
| * | top level: | zack | 2000-07-04 | 1 | -884/+677 |
| * | * cpp.texi: Document #pragma GCC dependency | nathan | 2000-06-30 | 1 | -7/+47 |
| * | * cpplib.c (struct pragma_entry): New structure. | nathan | 2000-06-23 | 1 | -12/+63 |
| * | * cppfiles.c (cpp_make_system_header): New function. | zack | 2000-06-21 | 1 | -5/+5 |
| * | * cppfiles.c: Include splay-tree.h, not hashtab.h. | zack | 2000-06-21 | 1 | -14/+14 |
| * | * cpplib.c (handle_directive): Print non-NUL-terminated string | zack | 2000-06-13 | 1 | -1/+2 |
| * | 2000-06-06 Jakub Jelinek <jakub@redhat.com> | zack | 2000-06-07 | 1 | -9/+14 |
| * | 2000-06-01 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-06-01 | 1 | -21/+1 |
| * | * cpplib.c (do_if): Don't save and restore only_seen_white here. | zack | 2000-05-30 | 1 | -4/+0 |
| * | * cpplib.h (cpp_reader): Remove if_stack. Change | zack | 2000-05-29 | 1 | -328/+173 |
| * | * cppfiles.c: Read files in, using mmap if possible, then | zack | 2000-05-28 | 1 | -11/+11 |
| * | * cppexp.c (parse_assertion): Supply extra argument to | neil | 2000-05-27 | 1 | -2/+2 |
| * | * cpplex.c (_cpp_scan_until): Clear AUX field of tokens. | zack | 2000-05-19 | 1 | -11/+9 |
| * | * cppexp.c (parse_assertion): New. | zack | 2000-05-18 | 1 | -93/+152 |
| * | * cpplib.c: New feature, #pragma system_header. | zack | 2000-05-17 | 1 | -0/+22 |
| * | * cpplex.c (parse_string2): Update comment. | neil | 2000-05-15 | 1 | -2/+2 |
| * | * cpphash.c (trad_stringify, warn_trad_stringify, | neil | 2000-05-14 | 1 | -2/+2 |
| * | gcc: | zack | 2000-05-04 | 1 | -34/+36 |
| * | * cpplib.h: Add accessor macros for token lists. | zack | 2000-05-03 | 1 | -5/+5 |
| * | * cpplib.h (CPP_POP, parse_cleanup_t): Delete. | zack | 2000-05-02 | 1 | -13/+18 |
| * | * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now | zack | 2000-05-01 | 1 | -94/+63 |
| * | * cppfiles.c (redundant_include_p): Provide length of token to | zack | 2000-04-30 | 1 | -8/+14 |
| * | * cpphash.h (enum node_type: Take out T_MCONST. | zack | 2000-04-30 | 1 | -1/+0 |
| * | * cpphash.h: Move struct reflist, struct definition, and the | zack | 2000-04-29 | 1 | -3/+1 |
| * | 2000-04-25 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-04-25 | 1 | -0/+23 |
| * | * Revert previous patch until build failure cause determined. | neil | 2000-04-25 | 1 | -23/+0 |
| * | * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | neil | 2000-04-24 | 1 | -0/+23 |
| * | * cpphash.h (struct definition): Move file, line, col members... | zack | 2000-04-23 | 1 | -77/+13 |
| * | * cpphash.c (trad_stringify, add_pat): New functions. | zack | 2000-04-22 | 1 | -3/+4 |
| * | * cpphash.c (struct arg, struct arglist): Const-ify strings. | zack | 2000-04-21 | 1 | -57/+39 |
| * | * cpplib.h (enum cpp_ttype): Add token types for all | zack | 2000-04-20 | 1 | -3/+5 |
| * | * cpplib.c (do_pragma_poison): Strings in the token buffer are | zack | 2000-04-19 | 1 | -2/+2 |
| * | * gcc/conflict.c (conflict_graph_add): Pass enum type to | kenner | 2000-04-18 | 1 | -5/+6 |
| * | * cppexp.c (lex): Don't assume tokens are NUL terminated. | zack | 2000-04-18 | 1 | -64/+67 |
| * | * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole | rth | 2000-04-17 | 1 | -3/+3 |
| * | * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new. | neil | 2000-04-16 | 1 | -35/+40 |
| * | * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public | zack | 2000-04-14 | 1 | -133/+13 |
| * | * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, | zack | 2000-04-11 | 1 | -15/+15 |