Age | Commit message (Expand) | Author | Files | Lines |
2000-08-29 | cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the... | Zack Weinberg | 1 | -4/+17 |
2000-08-23 | cpphash.h (IN_I): New flag for directive table. | Zack Weinberg | 1 | -9/+14 |
2000-08-18 | cpplib.c (cpp_register_pragma_space): Just return if the namespace is already... | Zack Weinberg | 1 | -4/+3 |
2000-08-18 | cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | Neil Booth | 1 | -8/+1 |
2000-08-17 | cppinit.c (cpp_cleanup): Free include dir chains. | Neil Booth | 1 | -9/+1 |
2000-08-09 | configure.in (--enable-c-cpplib): Uncomment. | Zack Weinberg | 1 | -8/+9 |
2000-08-04 | cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. | Zack Weinberg | 1 | -0/+10 |
2000-08-02 | cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. | Zack Weinberg | 1 | -1/+1 |
2000-08-02 | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 1 | -186/+174 |
2000-07-25 | cpplib.c (_cpp_check_directive): Issue -Wtraditional warnings for indented di... | Zack Weinberg | 1 | -13/+18 |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -22/+22 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -1/+1 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -56/+34 |
2000-07-15 | cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ... | Zack Weinberg | 1 | -1/+0 |
2000-07-14 | * cpplib.c (do_pragma_dependency): Tidy warning messages. | Nathan Sidwell | 1 | -2/+5 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -49/+11 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -19/+24 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -62/+64 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -2/+2 |
2000-07-06 | cpplib.c: (_cpp_parse_assertion): Perform hash lookups based on full length o... | Neil Booth | 1 | -1/+1 |
2000-07-05 | * cpplib.c (_cpp_parse_assertion): Fix buffer overrun. | Zack Weinberg | 1 | -2/+2 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -17/+115 |
2000-07-04 | top level: | Zack Weinberg | 1 | -884/+677 |
2000-06-30 | cpp.texi: Document #pragma GCC dependency | Nathan Sidwell | 1 | -7/+47 |
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 |