Age | Commit message (Expand) | Author | Files | Lines |
2000-11-01 | c-parse.in (_yylex): Remove CPP_BACKSLASH case. | Neil Booth | 1 | -1/+1 |
2000-10-30 | cppfiles.c (stack_include_file): Check for stacked contexts here. | Neil Booth | 1 | -49/+55 |
2000-10-29 | * cpplex.c (save_comment): Don't store new lines in C++ comments. | Neil Booth | 1 | -0/+4 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -1881/+519 |
2000-09-28 | cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ... | Neil Booth | 1 | -9/+8 |
2000-09-25 | cpplex.c (parse_args): Don't set VOID_REST flag. | Neil Booth | 1 | -25/+12 |
2000-09-25 | flags.h: Declare warning flag warn_system_headers. | Branko Cibej | 1 | -3/+17 |
2000-09-25 | cpplex.c (save_comment): Only store the initial '/' now. | Neil Booth | 1 | -47/+35 |
2000-09-25 | cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes. | Neil Booth | 1 | -327/+9 |
2000-09-24 | cpplex.c: Update TODO comment. | Neil Booth | 1 | -3/+0 |
2000-09-23 | cpphash.h (CPP_RESERVE, [...]): Delete. | Neil Booth | 1 | -105/+122 |
2000-09-19 | cpplex.c (lex_line): Drop the EOF token for unknown directives in assembler. | Neil Booth | 1 | -5/+5 |
2000-09-18 | cpphash.h (HASHSTEP): Take character rather than pointer to character. | Neil Booth | 1 | -1055/+920 |
2000-09-16 | cpplex.c (push_macro_context): Set an argument's level after calling parse_args. | Neil Booth | 1 | -1/+2 |
2000-09-15 | cpplex.c (ON_REST_ARG): Correct the test. | Neil Booth | 1 | -5/+8 |
2000-09-12 | cppfiles.c: Move all default-#defines to top of file. | Zack Weinberg | 1 | -32/+40 |
2000-09-04 | cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context, use posn - 1 ... | Jakub Jelinek | 1 | -3/+3 |
2000-08-29 | cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the... | Zack Weinberg | 1 | -1/+8 |
2000-08-28 | cpplex.c (parse_string): Don't look for backslash before first char in `nameb... | Greg McGary | 1 | -1/+1 |
2000-08-25 | cpplex.c (is_macro_disabled): Caller has already checked that we're not a pre... | Neil Booth | 1 | -4/+0 |
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 |