Age | Commit message (Expand) | Author | Files | Lines |
2001-01-31 | cpphash.h (struct cpp_reader): New saved_flags. | Neil Booth | 1 | -2/+7 |
2001-01-28 | cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value. | Neil Booth | 1 | -11/+21 |
2001-01-20 | cppmacro.c (funlike_invocation_p): Don't move back up to the context of the t... | Neil Booth | 1 | -9/+1 |
2001-01-09 | cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len. | Alexandre Oliva | 1 | -2/+5 |
2000-12-17 | cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin... | Neil Booth | 1 | -8/+4 |
2000-12-11 | cpperror.c (print_location): New function. | Neil Booth | 1 | -13/+7 |
2000-12-09 | cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h. | Neil Booth | 1 | -17/+16 |
2000-12-03 | cppmacro.c (funlike_invocation_p): Re-disable macros enabled by contexts drop... | Neil Booth | 1 | -10/+17 |
2000-12-01 | cppinit.c (initialize): Forgotten prototype. | Neil Booth | 1 | -14/+13 |
2000-11-28 | cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s... | Neil Booth | 1 | -2/+3 |
2000-11-27 | cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options. | Neil Booth | 1 | -5/+8 |
2000-11-26 | cppmacro.c (cpp_scan_buffer_nooutput): Only scan the current buffer. | Neil Booth | 1 | -1/+2 |
2000-11-26 | cpplib.h (struct cpp_reader): Remove lang_asm. | Neil Booth | 1 | -3/+3 |
2000-11-20 | cppmacro.c (paste_tokens): Rename from paste_payloads. | Neil Booth | 1 | -74/+84 |
2000-11-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
2000-11-15 | cpplib.c (start_directive, [...]): New functions. | Neil Booth | 1 | -1/+4 |
2000-11-14 | cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token. | Neil Booth | 1 | -30/+26 |
2000-11-13 | cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ... | Neil Booth | 1 | -44/+36 |
2000-11-12 | cppexp.c: Don't worry about pfile->skipping. | Neil Booth | 1 | -31/+9 |
2000-11-11 | Remove CPP_PLACEMARKERs | Neil Booth | 1 | -130/+112 |
2000-11-09 | cpphash.c: Move cpp_defined here from cpplib.c. | Neil Booth | 1 | -15/+12 |
2000-11-08 | Move directive handling into the lexer itself. | Neil Booth | 1 | -25/+0 |
2000-11-06 | c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr... | Neil Booth | 1 | -8/+8 |
2000-11-01 | c-parse.in (_yylex): Remove CPP_BACKSLASH case. | Neil Booth | 1 | -1/+1 |
2000-10-31 | cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined. | Neil Booth | 1 | -3/+5 |
2000-10-30 | cppfiles.c (stack_include_file): Check for stacked contexts here. | Neil Booth | 1 | -15/+29 |
2000-10-30 | * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. | Mark Mitchell | 1 | -1/+1 |
2000-10-29 | cppmacro.c (_cpp_create_definition): Optimize the case of a macro defined to ... | Neil Booth | 1 | -1/+5 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -418/+1473 |
2000-09-25 | cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes. | Neil Booth | 1 | -52/+0 |
2000-09-15 | cppmacro.c (check_trad_stringification): Check token text pointers against li... | Greg McGary | 1 | -2/+4 |
2000-09-10 | cppmacro.c (check_trad_stringification): New function. | Kaveh R. Ghazi | 1 | -0/+52 |
2000-08-17 | cppinit.c (cpp_cleanup): Free include dir chains. | Neil Booth | 1 | -0/+12 |
2000-08-09 | configure.in (--enable-c-cpplib): Uncomment. | Zack Weinberg | 1 | -1/+1 |
2000-08-04 | cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. | Zack Weinberg | 1 | -2/+4 |
2000-08-02 | cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. | Zack Weinberg | 1 | -2/+2 |
2000-08-02 | cpperror.c (v_message): Split into _cpp_begin_message and v_message macro. | Zack Weinberg | 1 | -41/+28 |
2000-07-31 | [multiple changes] | Zack Weinberg | 1 | -2/+5 |
2000-07-20 | cppmacro.c (CAN_PASTE_AFTER): New macro. | Zack Weinberg | 1 | -5/+17 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -0/+1 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -0/+603 |