Age | Commit message (Expand) | Author | Files | Lines |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2002-05-21 | c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char. | Zack Weinberg | 1 | -1/+0 |
2002-02-02 | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 1 | -1/+0 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -7/+1 |
2001-11-27 | cpphash.c (_cpp_init_hashtable): Update. | Neil Booth | 1 | -1/+0 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -0/+16 |
2001-08-11 | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 1 | -1/+1 |
2001-05-30 | * cpphash.c (alloc_node): Cast pointer. | Neil Booth | 1 | -1/+2 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -227/+56 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -6/+6 |
2001-01-28 | cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value. | Neil Booth | 1 | -5/+1 |
2000-11-09 | cpphash.c: Move cpp_defined here from cpplib.c. | Neil Booth | 1 | -0/+13 |
2000-10-29 | cpphash.c (cpp_forall_identifiers): Add context variable for callback routine. | Geoff Keating | 1 | -3/+4 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -40/+44 |
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 |