Age | Commit message (Expand) | Author | Files | Lines |
2000-10-30 | cppfiles.c (stack_include_file): Check for stacked contexts here. | Neil Booth | 1 | -0/+1 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -182/+57 |
2000-09-25 | flags.h: Declare warning flag warn_system_headers. | Branko Cibej | 1 | -2/+2 |
2000-09-25 | cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes. | Neil Booth | 1 | -0/+4 |
2000-09-23 | cpphash.h (CPP_RESERVE, [...]): Delete. | Neil Booth | 1 | -20/+0 |
2000-09-18 | cpphash.h (HASHSTEP): Take character rather than pointer to character. | Neil Booth | 1 | -3/+3 |
2000-09-12 | cppfiles.c: Move all default-#defines to top of file. | Zack Weinberg | 1 | -13/+16 |
2000-08-29 | cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the... | Zack Weinberg | 1 | -1/+4 |
2000-08-23 | cpphash.h (IN_I): New flag for directive table. | Zack Weinberg | 1 | -1/+4 |
2000-08-18 | cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | Neil Booth | 1 | -4/+6 |
2000-08-02 | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 1 | -4/+16 |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -1/+0 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -5/+5 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -4/+11 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -1/+1 |
2000-07-12 | cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c. | Neil Booth | 1 | -0/+1 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -0/+1 |
2000-07-09 | cpphash.h: ISvspace, is_vspace, is_nvspace: New. | Neil Booth | 1 | -3/+10 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -5/+21 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -2/+1 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -5/+10 |
2000-07-04 | top level: | Zack Weinberg | 1 | -77/+85 |
2000-06-30 | cpp.texi: Document #pragma GCC dependency | Nathan Sidwell | 1 | -0/+4 |
2000-06-28 | cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE... | Zack Weinberg | 1 | -2/+2 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -23/+28 |
2000-05-29 | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 1 | -1/+2 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -58/+9 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -2/+6 |
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 |