Age | Commit message (Expand) | Author | Files | Lines |
2000-09-18 | cpphash.h (HASHSTEP): Take character rather than pointer to character. | Neil Booth | 1 | -1/+1 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -641/+173 |
2000-07-15 | cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ... | Zack Weinberg | 1 | -0/+7 |
2000-07-13 | cpphash.c (struct macro_info): Add new members. | Neil Booth | 1 | -153/+146 |
2000-07-13 | * cpphash.c (macro_info): Don't use the `signed' keyword. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -24/+18 |
2000-07-12 | cppexp.c (LOGICAL): Delete macro. | Zack Weinberg | 1 | -5/+7 |
2000-07-12 | cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c. | Neil Booth | 1 | -89/+151 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -1/+1 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -34/+24 |
2000-07-08 | cpphash.c (is__va_args__): New function. | Neil Booth | 1 | -29/+56 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -44/+31 |
2000-07-04 | top level: | Zack Weinberg | 1 | -1638/+360 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -1/+1 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -29/+29 |
2000-05-19 | cpphash.c (funlike_macroexpand): Make sure not to walk p1 past l1 when deleti... | Zack Weinberg | 1 | -3/+3 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -21/+6 |
2000-05-14 | cpphash.c (trad_stringify, [...]): Make some pointers pointers to const. | Neil Booth | 1 | -8/+11 |
2000-05-11 | cpphash.c (collect_funlike_expansion): Make "# is not followed by a macro arg... | Zack Weinberg | 1 | -1/+16 |
2000-05-10 | cpphash.h (struct hashnode): Use struct hack for name member. | Zack Weinberg | 1 | -11/+21 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -28/+33 |
2000-05-03 | cpplib.h: Add accessor macros for token lists. | Zack Weinberg | 1 | -38/+34 |
2000-05-02 | cpphash.c (collect_params): Fix off-by-one error. | Zack Weinberg | 1 | -2/+3 |
2000-05-02 | cpphash.c (trad_stringify): Adjust p after stringification as well. | Jakub Jelinek | 1 | -0/+1 |
2000-05-02 | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 1 | -28/+6 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -29/+17 |
2000-04-30 | cppfiles.c (redundant_include_p): Provide length of token to cpp_defined. | Zack Weinberg | 1 | -27/+5 |
2000-04-30 | cpphash.h (enum node_type): Take out T_MCONST. | Zack Weinberg | 1 | -122/+168 |
2000-04-29 | cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef... | Zack Weinberg | 1 | -21/+69 |
2000-04-25 | [multiple changes] | Zack Weinberg | 1 | -6/+7 |
2000-04-25 | * Revert previous patch until build failure cause determined. | Neil Booth | 1 | -6/+5 |
2000-04-24 | cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | Neil Booth | 1 | -5/+6 |
2000-04-23 | cpphash.c (collect_objlike_expansion): Add sanity check. | Zack Weinberg | 1 | -23/+19 |
2000-04-23 | cpphash.h (struct definition): Move file, line, col members... | Zack Weinberg | 1 | -507/+719 |
2000-04-22 | cpphash.c (trad_stringify, add_pat): New functions. | Zack Weinberg | 1 | -37/+147 |
2000-04-21 | cpphash.c (struct arg, [...]): Const-ify strings. | Zack Weinberg | 1 | -405/+266 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -11/+11 |
2000-04-19 | cpphash.c (special_symbol): Represent an empty macro with "\r \r " not just "... | Zack Weinberg | 1 | -14/+17 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -4/+8 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -21/+29 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -14/+6 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -19/+19 |
2000-04-10 | cpphash.c (timestamp): Delete. | Zack Weinberg | 1 | -61/+47 |
2000-04-06 | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 1 | -69/+44 |
2000-04-05 | cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0, before freei... | Philippe De Muyter | 1 | -1/+1 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -2/+2 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -15/+15 |
2000-03-28 | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 1 | -19/+35 |
2000-03-15 | * cpphash.c (dump_hash_helper): Take the slot, not the element. | Jason Merrill | 1 | -3/+3 |
2000-03-15 | cpphash.c (collect_formal_parameters): Do not complain about parameter names ... | Alexandre Oliva | 1 | -1/+2 |