| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * cpplib.c (do_elif): Skip the rest of the line if we're | zack | 2000-04-07 | 1 | -11/+17 |
| * | * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete. | zack | 2000-04-06 | 1 | -273/+312 |
| * | 2000-04-04 Philippe De Muyter <phdm@macqel.be> | zack | 2000-04-05 | 1 | -1/+1 |
| * | 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | zack | 2000-04-04 | 1 | -2/+4 |
| * | * cppinit.c (cpp_start_read): Turn off -Wtraditional if | zack | 2000-04-02 | 1 | -3/+6 |
| * | * cpplib.c: Include symcat.h. Add 'origin' field to struct | zack | 2000-04-01 | 1 | -54/+64 |
| * | * cpplib.h: Merge struct cpp_options into struct cpp_reader. | zack | 2000-03-31 | 1 | -22/+22 |
| * | 2000-03-28 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-03-28 | 1 | -1/+6 |
| * | * cppfiles.c: Include mkdeps.h. | zack | 2000-03-14 | 1 | -394/+299 |
| * | * Makefile.in (LIBCPP_OBJS): Add cpplex.o. | zack | 2000-03-13 | 1 | -1476/+193 |
| * | * cpplib.c (do_pragma_implementation): Fix off-by-one error | zack | 2000-03-13 | 1 | -2/+3 |
| * | Convert cpplib to use libiberty/hashtab.c. | zack | 2000-03-12 | 1 | -45/+63 |
| * | * cppfiles.c (file_cleanup, _cpp_find_include_file, | neil | 2000-03-11 | 1 | -25/+25 |
| * | * Makefile.in (LIBCPP_DEPS): New macro. | zack | 2000-03-08 | 1 | -25/+31 |
| * | * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete. | zack | 2000-03-08 | 1 | -66/+31 |
| * | 2000-03-07 Neil Booth <NeilB@earthling.net> | zack | 2000-03-07 | 1 | -12/+12 |
| * | * cppfiles.c (_cpp_find_include_file): Make sure ih->name is | zack | 2000-03-07 | 1 | -36/+31 |
| * | * mkdeps.c, mkdeps.h: New files. | zack | 2000-03-04 | 1 | -3/+4 |
| * | * cpplib.h (_dollar_ok): New macro. | zack | 2000-03-04 | 1 | -2/+2 |
| * | * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set | jason | 2000-03-03 | 1 | -8/+6 |
| * | * cppfiles.c (cpp_read_file): New function. | zack | 2000-03-02 | 1 | -14/+11 |
| * | * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New | zack | 2000-03-01 | 1 | -183/+157 |
| * | * cpplib.h (enum file_change_code): Added rename_file. | aoliva | 2000-02-27 | 1 | -1/+3 |
| * | * cpplib.c (do_pragma): Accept #pragma without consecutive token. | aoliva | 2000-02-27 | 1 | -2/+10 |
| * | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
| * | * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | aoliva | 2000-02-23 | 1 | -2/+3 |
| * | * cpplib.c (do_line): Pedwarn for #line > 32767. | aoliva | 2000-02-16 | 1 | -1/+1 |
| * | * cpplib.c (do_define): Only free the old definition if it | zack | 2000-02-14 | 1 | -1/+2 |
| * | * cpphash.c: Fix formatting, update commentary. | zack | 2000-02-11 | 1 | -149/+203 |