Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-03-14 | cpphash.c (dump_hash_helper): Only dump nodes of type T_MACRO. | Zack Weinberg | 1 | -1/+5 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -6/+43 |
2000-03-13 | cpphash.c: Don't include version.h. | Zack Weinberg | 1 | -3/+2 |
2000-03-12 | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 1 | -105/+135 |
2000-03-11 | cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls. | Neil Booth | 1 | -8/+9 |
2000-03-09 | cpphash.c (collect_formal_parameters): strncmp returns 0 for match. | Zack Weinberg | 1 | -2/+2 |
2000-03-08 | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 1 | -44/+40 |
2000-03-08 | * cpphash.c (special_symbol): Fix thinko in previous commit. | Zack Weinberg | 1 | -1/+1 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -9/+9 |
2000-03-07 | cpphash.c (collect_expansion): Also catch ## at start of macro. | Jason Merrill | 1 | -0/+2 |
2000-03-06 | builtins.c (built_in_class_names, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -5/+11 |
2000-03-02 | cppfiles.c (cpp_read_file): New function. | Zack Weinberg | 1 | -16/+35 |
2000-03-01 | cpphash.c (collect_expansion): Trim trailing white space from macro definitio... | Zack Weinberg | 1 | -0/+6 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -453/+429 |