Age | Commit message (Expand) | Author | Files | Lines |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -1/+1 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -21/+18 |
2001-04-08 | cpperror.c (print_location): Don't special case <stdin>. | Neil Booth | 1 | -1/+1 |
2001-03-15 | cpp.texi: Update documentation for -include and -imacros. | Neil Booth | 1 | -7/+10 |
2001-03-14 | cppfiles.c (stack_include_file): Only increase the include count if we actual... | Neil Booth | 1 | -1/+1 |
2001-03-04 | cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f... | Neil Booth | 1 | -5/+0 |
2001-03-02 | cppfiles.c (struct include_file): Update. | Neil Booth | 1 | -19/+21 |
2001-03-02 | cpphash.h (struct cpp_reader): Add print_version field. | Zack Weinberg | 1 | -0/+4 |
2001-02-07 | cpphash.h (struct spec_nodes): Add n_true and n_false. | Zack Weinberg | 1 | -0/+2 |
2001-02-03 | cpphash.h: Rename _ALIGN POOL_ALIGN. | Neil Booth | 1 | -2/+3 |
2001-02-03 | cpphash.h: Rename ALIGN _ALIGN. | Neil Booth | 1 | -2/+2 |
2001-02-01 | cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. | Neil Booth | 1 | -3/+3 |
2001-01-31 | cpphash.h (struct cpp_reader): New saved_flags. | Neil Booth | 1 | -0/+3 |
2001-01-13 | cppfiles.c (_cpp_fake_include): New function. | Neil Booth | 1 | -1/+2 |
2001-01-13 | cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete. | Neil Booth | 1 | -0/+266 |
2000-12-18 | c-lex.c: s/change_file/file_change. | Neil Booth | 1 | -0/+2 |
2000-12-17 | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 1 | -2/+0 |
2000-12-11 | cpperror.c (print_location): New function. | Neil Booth | 1 | -0/+7 |
2000-12-09 | cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h. | Neil Booth | 1 | -15/+2 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 1 | -19/+10 |
2000-12-07 | cppfiles.c (struct include_file): Move from cpphash.h. | Neil Booth | 1 | -22/+6 |
2000-12-07 | c-common.c (parse_in): Make a cpp_reader *. | Neil Booth | 1 | -1/+0 |
2000-12-04 | cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ... | Neil Booth | 1 | -0/+1 |
2000-11-27 | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 1 | -0/+54 |
2000-11-26 | cpplib.h (struct cpp_reader): Remove lang_asm. | Neil Booth | 1 | -1/+2 |
2000-11-14 | cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token. | Neil Booth | 1 | -1/+0 |
2000-11-12 | cppexp.c: Don't worry about pfile->skipping. | Neil Booth | 1 | -0/+1 |
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 |