Age | Commit message (Expand) | Author | Files | Lines |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -3/+24 |
2000-05-10 | cpphash.h (struct hashnode): Use struct hack for name member. | Zack Weinberg | 1 | -1/+1 |
2000-05-06 | cpphash.h: Remove conditional #define of __extension__. | Zack Weinberg | 1 | -7/+0 |
2000-05-04 | cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservat... | Zack Weinberg | 1 | -30/+47 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -4/+42 |
2000-05-02 | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 1 | -1/+1 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -7/+0 |
2000-04-30 | cppfiles.c (redundant_include_p): Provide length of token to cpp_defined. | Zack Weinberg | 1 | -3/+3 |
2000-04-30 | cpphash.h (enum node_type): Take out T_MCONST. | Zack Weinberg | 1 | -22/+15 |
2000-04-29 | cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef... | Zack Weinberg | 1 | -51/+2 |
2000-04-25 | [multiple changes] | Zack Weinberg | 1 | -0/+1 |
2000-04-25 | * Revert previous patch until build failure cause determined. | Neil Booth | 1 | -1/+0 |
2000-04-24 | cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | Neil Booth | 1 | -0/+1 |
2000-04-23 | cpphash.h (struct definition): Move file, line, col members... | Zack Weinberg | 1 | -13/+15 |
2000-04-21 | cpphash.c (struct arg, [...]): Const-ify strings. | Zack Weinberg | 1 | -1/+2 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -6/+1 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -1/+2 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -3/+0 |
2000-04-16 | cpphash.h (SYNTAX_INCLUDE, [...]): new. | Neil Booth | 1 | -0/+6 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -6/+3 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -3/+3 |
2000-04-10 | cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC (). | Neil Booth | 1 | -0/+4 |
2000-04-10 | cpphash.c (timestamp): Delete. | Zack Weinberg | 1 | -1/+1 |
2000-04-06 | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 1 | -9/+20 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -1/+3 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -4/+4 |
2000-03-28 | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 1 | -0/+1 |
2000-03-14 | cppfiles.c: Include mkdeps.h. | Zack Weinberg | 1 | -24/+4 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -0/+49 |
2000-03-12 | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 1 | -26/+27 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -3/+168 |
2000-03-08 | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 1 | -1/+1 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -8/+9 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -29/+24 |
2000-02-11 | cpphash.c: Fix formatting, update commentary. | Zack Weinberg | 1 | -1/+2 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -0/+3 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -15/+63 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-04-26 | cpphash.c (dump_definition): New function. | Zack Weinberg | 1 | -0/+1 |
1999-02-25 | cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument. | Zack Weinberg | 1 | -6/+4 |
1999-02-18 | cpplib.c: Kill define of STDC_VALUE. | Zack Weinberg | 1 | -0/+7 |
1999-02-08 | cpplib.c (special_symbol): Rewrite. | Zack Weinberg | 1 | -7/+8 |
1999-01-07 | Close comment in copyright | Jeff Law | 1 | -1/+1 |
1999-01-06 | Copyright fixes. | Jeff Law | 1 | -0/+17 |
1998-12-15 | cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ... | Zack Weinberg | 1 | -3/+1 |
1998-10-10 | cppexp.c: When forcing unsigned comparisons, cast both sides of the operation. | Zack Weinberg | 1 | -1/+0 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -0/+2 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -1/+1 |
1995-07-04 | cpphash.h (enum node_type): Remove unneeded and non-standard forward declarat... | Per Bothner | 1 | -2/+0 |
1995-03-16 | Initial revision | Per Bothner | 1 | -0/+40 |