Age | Commit message (Expand) | Author | Files | Lines |
2000-06-23 | cpplib.c (struct pragma_entry): New structure. | Nathan Sidwell | 1 | -12/+63 |
2000-06-21 | cppfiles.c (cpp_make_system_header): New function. | Zack Weinberg | 1 | -5/+5 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -14/+14 |
2000-06-13 | cpplib.c (handle_directive): Print non-NUL-terminated string with %.*s. | Zack Weinberg | 1 | -1/+2 |
2000-06-07 | cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef returned NULL. | Jakub Jelinek | 1 | -9/+14 |
2000-06-01 | [multiple changes] | Zack Weinberg | 1 | -21/+1 |
2000-05-30 | cpplib.c (do_if): Don't save and restore only_seen_white here. | Zack Weinberg | 1 | -4/+0 |
2000-05-29 | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 1 | -328/+173 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -11/+11 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -2/+2 |
2000-05-19 | cpplex.c (_cpp_scan_until): Clear AUX field of tokens. | Zack Weinberg | 1 | -11/+9 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -93/+152 |
2000-05-17 | cpplib.c: New feature, #pragma system_header. | Zack Weinberg | 1 | -0/+22 |
2000-05-15 | cpplex.c (parse_string2): Update comment. | Neil Booth | 1 | -2/+2 |
2000-05-14 | cpphash.c (trad_stringify, [...]): Make some pointers pointers to const. | Neil Booth | 1 | -2/+2 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -34/+36 |
2000-05-03 | cpplib.h: Add accessor macros for token lists. | Zack Weinberg | 1 | -5/+5 |
2000-05-02 | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 1 | -13/+18 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -94/+63 |
2000-04-30 | cppfiles.c (redundant_include_p): Provide length of token to cpp_defined. | Zack Weinberg | 1 | -8/+14 |
2000-04-30 | cpphash.h (enum node_type): Take out T_MCONST. | Zack Weinberg | 1 | -1/+0 |
2000-04-29 | cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef... | Zack Weinberg | 1 | -3/+1 |
2000-04-25 | [multiple changes] | Zack Weinberg | 1 | -0/+23 |
2000-04-25 | * Revert previous patch until build failure cause determined. | Neil Booth | 1 | -23/+0 |
2000-04-24 | cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | Neil Booth | 1 | -0/+23 |
2000-04-23 | cpphash.h (struct definition): Move file, line, col members... | Zack Weinberg | 1 | -77/+13 |
2000-04-22 | cpphash.c (trad_stringify, add_pat): New functions. | Zack Weinberg | 1 | -3/+4 |
2000-04-21 | cpphash.c (struct arg, [...]): Const-ify strings. | Zack Weinberg | 1 | -57/+39 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -3/+5 |
2000-04-19 | cpplib.c (do_pragma_poison): Strings in the token buffer are not nul-terminated. | Zack Weinberg | 1 | -2/+2 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -5/+6 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -64/+67 |
2000-04-16 | Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q... | Dave Pitts | 1 | -3/+3 |
2000-04-16 | cpphash.h (SYNTAX_INCLUDE, [...]): new. | Neil Booth | 1 | -35/+40 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -133/+13 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -15/+15 |
2000-04-07 | cpplib.c (do_elif): Skip the rest of the line if we're not going to bother ev... | Zack Weinberg | 1 | -11/+17 |
2000-04-06 | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 1 | -273/+312 |
2000-04-05 | cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0, before freei... | Philippe De Muyter | 1 | -1/+1 |
2000-04-04 | cpplib.c (D): Adjust to call CONCAT2 macro without whitespace. | Kaveh R. Ghazi | 1 | -2/+4 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -3/+6 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -54/+64 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -22/+22 |
2000-03-28 | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 1 | -1/+6 |
2000-03-14 | cppfiles.c: Include mkdeps.h. | Zack Weinberg | 1 | -394/+299 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -1476/+193 |
2000-03-13 | cpplib.c (do_pragma_implementation): Fix off-by-one error truncating a string. | Zack Weinberg | 1 | -2/+3 |
2000-03-12 | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 1 | -45/+63 |
2000-03-11 | cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls. | Neil Booth | 1 | -25/+25 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -25/+31 |