Age | Commit message (Expand) | Author | Files | Lines |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -3/+3 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -17/+20 |
2002-04-07 | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 1 | -0/+6 |
2002-03-24 | gcc.c (cpp_options): Pass -MD through as -MD not -M -MF. | Neil Booth | 1 | -10/+6 |
2002-03-24 | cppinit.c (cpp_handle_option): Set warn_endif_labels if -pedantic here... | Neil Booth | 1 | -4/+1 |
2002-03-22 | cpplib.h (struct cpp_options): New member, warn_endif_labels. | Phil Edwards | 1 | -0/+9 |
2002-03-16 | * cppinit.c: Revert -MD removal. | Neil Booth | 1 | -0/+17 |
2002-03-16 | cppinit.c (print_help): Display -MD and -MMD. | Neil Booth | 1 | -21/+5 |
2002-03-10 | re PR preprocessor/5899 (-M disables -dM) | Neil Booth | 1 | -6/+4 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -2/+1 |
2002-02-23 | cppinit.c (output_deps): Correct test for stdout output. | Neil Booth | 1 | -7/+7 |
2002-02-20 | cppinit.c (init_dependency_output): Take deps output file from -o if none giv... | Neil Booth | 1 | -14/+16 |
2002-02-17 | cppinit.c (merge_include_chains): Check for brack being NULL before attemptin... | Zack Weinberg | 1 | -1/+2 |
2002-02-02 | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 1 | -0/+16 |
2002-01-29 | re PR other/1502 (Nonexistent -W options not diagnosed) | Jakub Jelinek | 1 | -2/+6 |
2002-01-08 | Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h. | Zack Weinberg | 1 | -0/+5 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -17/+12 |
2002-01-03 | cppinit.c: Update copyright date. | Graham Stott | 1 | -2/+1 |
2001-12-15 | c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages. | Joseph Myers | 1 | -1/+1 |
2001-12-03 | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 1 | -9/+9 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-21 | cppinit.c (INO_T_COPY): Define. | Douglas B Rupp | 1 | -4/+6 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -31/+63 |
2001-10-02 | cpphash.h: Update comments. | Neil Booth | 1 | -1/+1 |
2001-09-30 | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 1 | -5/+3 |
2001-09-28 | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 1 | -3/+3 |
2001-09-26 | cpphash.h (struct cpp_pool): Remove locks and locked. | Neil Booth | 1 | -4/+0 |
2001-09-26 | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 1 | -0/+1 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -1/+5 |
2001-09-15 | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 1 | -2/+13 |
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 | -2/+0 |
2001-09-12 | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 1 | -1/+2 |
2001-09-11 | cpphash.h (struct tokenrun): New. | Neil Booth | 1 | -0/+6 |
2001-09-01 | cppinit.c (cpp_start_read): Free the imacros list as we traverse it. | Neil Booth | 1 | -3/+9 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -9/+1 |
2001-08-21 | cppfiles.c (stack_include_file): Don't handle -H here. | Neil Booth | 1 | -0/+5 |
2001-08-21 | cpphash.h (_cpp_push_next_buffer): New. | Neil Booth | 1 | -72/+94 |
2001-08-20 | cppinit.c (init_standard_includes): The returned buffer is already malloc-ed. | Neil Booth | 1 | -1/+1 |
2001-08-18 | cppinit.c (init_standard_includes): Reverse accidentally included hunk from p... | Neil Booth | 1 | -1/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -1/+4 |
2001-08-11 | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 1 | -4/+10 |
2001-08-07 | cppinit.c (cpp_finish): Pop the final buffer without comment. | Neil Booth | 1 | -6/+7 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -4/+4 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -3/+6 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -0/+10 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -8/+8 |
2001-07-29 | re PR preprocessor/3669 (-M -g3 outputs macros as well as dependency info) | Neil Booth | 1 | -4/+6 |
2001-07-20 | cppinit.c (remove_dup_dir): Make static. | Nathan Sidwell | 1 | -11/+9 |