| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) | neil | 2001-01-28 | 1 | -5/+1 |
* | * cpphash.c: Move cpp_defined here from cpplib.c. | neil | 2000-11-09 | 1 | -0/+13 |
* | * cpphash.c (cpp_forall_identifiers): Add context variable | geoffk | 2000-10-29 | 1 | -3/+4 |
* | 2000-10-28 Neil Booth <neilb@earthling.net> | neil | 2000-10-28 | 1 | -40/+44 |
* | * cpphash.h (HASHSTEP): Take character rather than pointer | neil | 2000-09-18 | 1 | -1/+1 |
* | 2000-02-17 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-18 | 1 | -641/+173 |
* | * cpphash.c (save_expansion): Clear PREV_WHITE on tokens | zack | 2000-07-15 | 1 | -0/+7 |
* | * cpphash.c (struct macro_info): Add new members. | neil | 2000-07-13 | 1 | -153/+146 |
* | * cpphash.c (macro_info): Don't use the `signed' keyword. | ghazi | 2000-07-13 | 1 | -1/+1 |
* | * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c, | zack | 2000-07-13 | 1 | -24/+18 |
* | * cppexp.c (LOGICAL): Delete macro. | zack | 2000-07-12 | 1 | -5/+7 |
* | * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c. | neil | 2000-07-12 | 1 | -89/+151 |
* | 2000-07-11 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-11 | 1 | -1/+1 |
* | * cpplib.h (struct cpp_name): Now struct cpp_string. | zack | 2000-07-08 | 1 | -34/+24 |
* | * cpphash.c (is__va_args__): New function. | neil | 2000-07-08 | 1 | -29/+56 |
* | toplevel: | zack | 2000-07-05 | 1 | -44/+31 |
* | top level: | zack | 2000-07-04 | 1 | -1638/+360 |
* | * cppfiles.c: Include splay-tree.h, not hashtab.h. | zack | 2000-06-21 | 1 | -1/+1 |
* | * 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 |