Age | Commit message (Expand) | Author | Files | Lines |
2000-08-23 | cpphash.h (IN_I): New flag for directive table. | Zack Weinberg | 1 | -0/+5 |
2000-08-20 | [multiple changes] | Zack Weinberg | 1 | -4/+7 |
2000-08-18 | cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | Neil Booth | 1 | -36/+6 |
2000-08-09 | configure.in (--enable-c-cpplib): Uncomment. | Zack Weinberg | 1 | -1/+6 |
2000-08-04 | cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. | Zack Weinberg | 1 | -36/+75 |
2000-08-02 | cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. | Zack Weinberg | 1 | -7/+23 |
2000-08-02 | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 1 | -250/+210 |
2000-07-31 | [multiple changes] | Zack Weinberg | 1 | -4/+20 |
2000-07-24 | cppexp.c: Warn about unary + if -Wtraditional. | Zack Weinberg | 1 | -4/+2 |
2000-07-20 | cppmacro.c (CAN_PASTE_AFTER): New macro. | Zack Weinberg | 1 | -23/+21 |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -15/+32 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -49/+33 |
2000-07-18 | cpplex.c (cpp_scan_buffer): Output line command even at the stop buffer, prov... | Jakub Jelinek | 1 | -1/+4 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -6/+13 |
2000-07-16 | cpplex.c: Update comments. | Neil Booth | 1 | -4/+165 |
2000-07-15 | cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ... | Zack Weinberg | 1 | -7/+34 |
2000-07-13 | cpplex.c (adjust_column): New funcion. | Neil Booth | 1 | -15/+29 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -127/+115 |
2000-07-12 | Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-07-12 | * cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-07-12 | cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c. | Neil Booth | 1 | -1/+0 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -198/+235 |
2000-07-11 | * cpplex.c (T, I, S, C, N): Avoid non-constant initializers. | Kaveh R. Ghazi | 1 | -5/+5 |
2000-07-11 | cppinit.c: (cpp_reader_init): Allow digraphs by default. | Neil Booth | 1 | -24/+36 |
2000-07-09 | cpphash.h: ISvspace, is_vspace, is_nvspace: New. | Neil Booth | 1 | -70/+60 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -128/+114 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -30/+26 |
2000-07-08 | cpphash.c (is__va_args__): New function. | Neil Booth | 1 | -4/+8 |
2000-07-07 | system.h (UNION_INIT_ZERO): New macro for initializing union members in structs. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -76/+0 |
2000-07-04 | cpplex.c: Fix trigraph replacement within strings. | Neil Booth | 1 | -1/+1 |
2000-07-04 | top level: | Zack Weinberg | 1 | -1878/+1893 |
2000-07-02 | cpplib.h (struct cpp_reader): New field include_depth. | Jakub Jelinek | 1 | -15/+18 |
2000-06-28 | Back it out temporarily. | Jakub Jelinek | 1 | -16/+15 |
2000-06-28 | cpplex.c (output_line_command): Output correct #line if a header is including... | Jakub Jelinek | 1 | -15/+16 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -8/+15 |
2000-06-20 | cpplex.c (parse_name): Don't warn about $ in identifiers if skipping. | Zack Weinberg | 1 | -1/+4 |
2000-06-01 | [multiple changes] | Zack Weinberg | 1 | -2/+2 |
2000-05-29 | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 1 | -17/+32 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -184/+115 |
2000-05-28 | cpplex.c (_cpp_lex_line): Merge vertical space. | Neil Booth | 1 | -37/+25 |
2000-05-27 | cpplex.c (_cpp_init_toklist): No comment space to initialise. | Neil Booth | 1 | -79/+23 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -70/+103 |
2000-05-26 | cpplex.c (maybe_macroexpand): Warn about function-like macros used in non-fun... | Zack Weinberg | 1 | -0/+6 |
2000-05-19 | cpplex.c (_cpp_scan_until): Clear AUX field of tokens. | Zack Weinberg | 1 | -0/+1 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -191/+227 |
2000-05-18 | cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size. | Neil Booth | 1 | -13/+21 |
2000-05-17 | cpplex.c (expand_name_space): Don't use ptrdiff_t. | Neil Booth | 1 | -4/+2 |
2000-05-15 | cpplex.c (parse_string2): Update comment. | Neil Booth | 1 | -12/+3 |
2000-05-14 | cpphash.c (trad_stringify, [...]): Make some pointers pointers to const. | Neil Booth | 1 | -50/+68 |