Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-02-25 | Fix copyrights. | Jeff Law | 1 | -2/+2 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -2/+1 |
2000-02-11 | cpphash.c: Fix formatting, update commentary. | Zack Weinberg | 1 | -9/+7 |
2000-02-11 | cpphash.c (special_symbol): Remove spurious argument to cpp_lookup. | Nathan Sidwell | 1 | -1/+1 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -21/+20 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -36/+29 |
2000-02-10 | cpphash.c (macarg): Hoist all the flag diddling out of the function... | Zack Weinberg | 1 | -24/+26 |
2000-02-06 | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 1 | -3/+3 |
2000-02-06 | cppfiles.c (read_and_prescan): Bump input pointer before possibly branching o... | Zack Weinberg | 1 | -8/+7 |
2000-02-06 | cpperror.c: Remove #ifdef EMACS block. | Zack Weinberg | 1 | -16/+2 |
2000-02-02 | cpplib.h (cpp_reader): Add new flag, no_directives. | Zack Weinberg | 1 | -0/+2 |
2000-01-22 | cpphash.c (change_newlines): Delete function. | Zack Weinberg | 1 | -73/+4 |
2000-01-11 | fix typos | Jason Merrill | 1 | -1/+1 |
2000-01-04 | builtins.c (expand_builtin_strlen): Initialize variable `icode'. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-10-29 | cpplib.h (struct cpp_buffer: fname, [...]): Mark const. | Zack Weinberg | 1 | -29/+29 |
1999-09-09 | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1 | -0/+7 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -4/+13 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -1/+1 |
1999-08-04 | cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b... | Zack Weinberg | 1 | -9/+15 |
1999-06-07 | cpplib.c (do_define): Cast `alloca' return value. | Dave Brolley | 1 | -3/+4 |
1999-04-26 | cpphash.c (dump_definition): New function. | Zack Weinberg | 1 | -0/+97 |
1999-04-14 | cpperror.c, [...]: Never call abort. | Zack Weinberg | 1 | -5/+9 |
1999-04-12 | cpphash.c (collect_expansion, [...]): Make the escape character in macro buff... | Zack Weinberg | 1 | -42/+15 |