| Commit message (Expand) | Author | Age | Files | Lines |
* | * cppfiles.c: Read files in, using mmap if possible, then | zack | 2000-05-28 | 1 | -29/+29 |
* | * cpphash.c (funlike_macroexpand): Make sure not to walk p1 | zack | 2000-05-19 | 1 | -3/+3 |
* | * cppexp.c (parse_assertion): New. | zack | 2000-05-18 | 1 | -21/+6 |
* | * cpphash.c (trad_stringify, warn_trad_stringify, | neil | 2000-05-14 | 1 | -8/+11 |
* | * cpphash.c (collect_funlike_expansion): Make "# is not | zack | 2000-05-11 | 1 | -1/+16 |
* | * cpphash.h (struct hashnode): Use struct hack for name | zack | 2000-05-10 | 1 | -11/+21 |
* | gcc: | zack | 2000-05-04 | 1 | -28/+33 |
* | * cpplib.h: Add accessor macros for token lists. | zack | 2000-05-03 | 1 | -38/+34 |
* | * cpphash.c (collect_params): Fix off-by-one error. | zack | 2000-05-02 | 1 | -2/+3 |
* | * cpphash.c (trad_stringify): Adjust p after stringification as | jakub | 2000-05-02 | 1 | -0/+1 |
* | * cpplib.h (CPP_POP, parse_cleanup_t): Delete. | zack | 2000-05-02 | 1 | -28/+6 |
* | * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now | zack | 2000-05-01 | 1 | -29/+17 |
* | * cppfiles.c (redundant_include_p): Provide length of token to | zack | 2000-04-30 | 1 | -27/+5 |
* | * cpphash.h (enum node_type: Take out T_MCONST. | zack | 2000-04-30 | 1 | -122/+168 |
* | * cpphash.h: Move struct reflist, struct definition, and the | zack | 2000-04-29 | 1 | -21/+69 |
* | 2000-04-25 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-04-25 | 1 | -6/+7 |
* | * Revert previous patch until build failure cause determined. | neil | 2000-04-25 | 1 | -6/+5 |
* | * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | neil | 2000-04-24 | 1 | -5/+6 |
* | * cpphash.c (collect_objlike_expansion): Add sanity check. | zack | 2000-04-23 | 1 | -23/+19 |
* | * cpphash.h (struct definition): Move file, line, col members... | zack | 2000-04-23 | 1 | -507/+719 |
* | * cpphash.c (trad_stringify, add_pat): New functions. | zack | 2000-04-22 | 1 | -37/+147 |
* | * cpphash.c (struct arg, struct arglist): Const-ify strings. | zack | 2000-04-21 | 1 | -405/+266 |
* | * cpplib.h (enum cpp_ttype): Add token types for all | zack | 2000-04-20 | 1 | -11/+11 |
* | * cpphash.c (special_symbol): Represent an empty macro with | zack | 2000-04-19 | 1 | -14/+17 |
* | * gcc/conflict.c (conflict_graph_add): Pass enum type to | kenner | 2000-04-18 | 1 | -4/+8 |
* | * cppexp.c (lex): Don't assume tokens are NUL terminated. | zack | 2000-04-18 | 1 | -21/+29 |
* | * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public | zack | 2000-04-14 | 1 | -14/+6 |
* | * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, | zack | 2000-04-11 | 1 | -19/+19 |
* | * cpphash.c (timestamp): Delete. | zack | 2000-04-10 | 1 | -61/+47 |
* | * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete. | zack | 2000-04-06 | 1 | -69/+44 |
* | 2000-04-04 Philippe De Muyter <phdm@macqel.be> | zack | 2000-04-05 | 1 | -1/+1 |
* | * cpplib.c: Include symcat.h. Add 'origin' field to struct | zack | 2000-04-01 | 1 | -2/+2 |
* | * cpplib.h: Merge struct cpp_options into struct cpp_reader. | zack | 2000-03-31 | 1 | -15/+15 |
* | 2000-03-28 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-03-28 | 1 | -19/+35 |
* | * cpphash.c (dump_hash_helper): Take the slot, not the element. | jason | 2000-03-15 | 1 | -3/+3 |
* | * cpphash.c (collect_formal_parameters): Do not complain about | aoliva | 2000-03-15 | 1 | -1/+2 |
* | * cpphash.c (dump_hash_helper): Only dump nodes of type | zack | 2000-03-14 | 1 | -1/+5 |
* | * Makefile.in (LIBCPP_OBJS): Add cpplex.o. | zack | 2000-03-13 | 1 | -6/+43 |
* | * cpphash.c: Don't include version.h. | zack | 2000-03-13 | 1 | -3/+2 |
* | Convert cpplib to use libiberty/hashtab.c. | zack | 2000-03-12 | 1 | -105/+135 |
* | * cppfiles.c (file_cleanup, _cpp_find_include_file, | neil | 2000-03-11 | 1 | -8/+9 |
* | * cpphash.c (collect_formal_parameters): strncmp returns 0 for | zack | 2000-03-09 | 1 | -2/+2 |
* | * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete. | zack | 2000-03-08 | 1 | -44/+40 |
* | * cpphash.c (special_symbol): Fix thinko in previous commit. | zack | 2000-03-08 | 1 | -1/+1 |
* | * cppfiles.c (_cpp_find_include_file): Make sure ih->name is | zack | 2000-03-07 | 1 | -9/+9 |
* | * cpphash.c (collect_expansion): Also catch ## at start of macro. | jason | 2000-03-07 | 1 | -0/+2 |
* | * builtins.c (built_in_class_names, built_in_names): Constify a | ghazi | 2000-03-06 | 1 | -1/+1 |
* | * cpplib.h (_dollar_ok): New macro. | zack | 2000-03-04 | 1 | -5/+11 |
* | * cppfiles.c (cpp_read_file): New function. | zack | 2000-03-02 | 1 | -16/+35 |
* | * cpphash.c (collect_expansion): Trim trailing white space | zack | 2000-03-01 | 1 | -0/+6 |