Age | Commit message (Expand) | Author | Files | Lines |
2001-10-02 | cpphash.h: Update comments. | Neil Booth | 1 | -5/+5 |
2001-09-30 | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 1 | -42/+6 |
2001-09-28 | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 1 | -6/+9 |
2001-09-27 | cpphash.h: Update comment. | Neil Booth | 1 | -1/+1 |
2001-09-26 | cpphash.h (struct cpp_pool): Remove locks and locked. | Neil Booth | 1 | -5/+5 |
2001-09-26 | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 1 | -0/+18 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -5/+13 |
2001-09-17 | cpphash.h (_cpp_lex_direct): New. | Neil Booth | 1 | -0/+1 |
2001-09-16 | cpphash.h (_cpp_lex_token): Update prototype. | Neil Booth | 1 | -1/+1 |
2001-09-15 | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 1 | -4/+3 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -1/+1 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -14/+2 |
2001-09-11 | cpphash.h (struct tokenrun): New. | Neil Booth | 1 | -0/+18 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -8/+5 |
2001-08-21 | cppfiles.c (stack_include_file): line-map.c now handles include depth. | Neil Booth | 1 | -9/+0 |
2001-08-21 | cppfiles.c (stack_include_file): Harmonize system headerness tests. | Neil Booth | 1 | -2/+2 |
2001-08-21 | cpphash.h (_cpp_push_next_buffer): New. | Neil Booth | 1 | -0/+3 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -4/+1 |
2001-08-11 | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 1 | -2/+2 |
2001-08-11 | cpphash.h, cpplib.c: Correct erroneous previous checkin. | Neil Booth | 1 | -1/+1 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -13/+5 |
2001-08-06 | cpperror.c (print_containing_files): Moved to line-map.c. | Neil Booth | 1 | -7/+0 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -8/+8 |
2001-08-04 | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 1 | -0/+1 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -0/+6 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -2/+2 |
2001-08-01 | cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | Neil Booth | 1 | -0/+6 |
2001-07-29 | cpphash.h (struct cpp_reader): Remove import_warning. | Neil Booth | 1 | -3/+0 |
2001-07-29 | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 1 | -7/+1 |
2001-07-26 | cpphash.h (struct_lexer_state): Delete was_skipping. | Neil Booth | 1 | -6/+3 |
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 |