| Commit message (Expand) | Author | Age | Files | Lines |
| * | * c-common.c (c_common_init): Set options->unsigned_wchar. | neil | 2002-05-07 | 1 | -8/+5 |
| * | * c-common.c (warn_multichar): New. | neil | 2002-05-06 | 1 | -0/+1 |
| * | * c-common.c (c_common_init): Set up CPP arithmetic. | neil | 2002-05-05 | 1 | -40/+51 |
| * | * Makefile.in (c-lex.o): Update. | neil | 2002-05-04 | 1 | -7/+5 |
| * | * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | neil | 2002-05-04 | 1 | -24/+34 |
| * | * c-lex.c (lex_string): Let cpp_parse_escape handles truncation | neil | 2002-05-04 | 1 | -0/+33 |
| * | * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here... | jakub | 2002-05-01 | 1 | -1/+15 |
| * | * cppexp.c (lex): Update to use state.skip_eval. | neil | 2002-04-28 | 1 | -0/+4 |
| * | * cppfiles.c (_cpp_pop_file_buffer): Return void. Move | neil | 2002-04-22 | 1 | -47/+29 |
| * | * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar. | neil | 2002-04-21 | 1 | -3/+3 |
| * | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -17/+20 |
| * | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 1 | -0/+6 |
| * | preprocessor/3951 | neil | 2002-03-24 | 1 | -10/+6 |
| * | * cppinit.c (cpp_handle_option): Set warn_endif_labels if | neil | 2002-03-24 | 1 | -4/+1 |
| * | 2002-03-22 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-22 | 1 | -0/+9 |
| * | * cppinit.c: Revert -MD removal. | neil | 2002-03-16 | 1 | -0/+17 |
| * | * cppinit.c (print_help): Display -MD and -MMD. | neil | 2002-03-16 | 1 | -21/+5 |
| * | PR preprocessor/5899 | neil | 2002-03-10 | 1 | -6/+4 |
| * | * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in | ghazi | 2002-03-03 | 1 | -2/+1 |
| * | * cppinit.c (output_deps): Correct test for stdout output. | neil | 2002-02-23 | 1 | -7/+7 |
| * | * cppinit.c (init_dependency_output): Take deps output file | neil | 2002-02-20 | 1 | -14/+16 |
| * | * cppinit.c (merge_include_chains): Check for brack being | zack | 2002-02-17 | 1 | -1/+2 |
| * | * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | neil | 2002-02-02 | 1 | -0/+16 |
| * | PR other/1502: | jakub | 2002-01-29 | 1 | -2/+6 |
| * | * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or | zack | 2002-01-08 | 1 | -0/+5 |
| * | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -17/+12 |
| * | * cppinit.c: Update copyright date. | grahams | 2002-01-03 | 1 | -2/+1 |
| * | * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h, | jsm28 | 2001-12-15 | 1 | -1/+1 |
| * | * c-decl.c (grokdeclarator): Use ISO word. | neil | 2001-12-03 | 1 | -9/+9 |
| * | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
| * | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -1/+1 |
| * | * cppinit.c (INO_T_COPY): Define. | kenner | 2001-11-21 | 1 | -4/+6 |
| * | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -31/+63 |
| * | * cpphash.h: Update comments. | neil | 2001-10-02 | 1 | -1/+1 |
| * | * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, | neil | 2001-09-30 | 1 | -5/+3 |
| * | * cpphash.h (struct cpp_buff): Make unsigned. | neil | 2001-09-28 | 1 | -3/+3 |
| * | * cpphash.h (struct cpp_pool): Remove locks and locked. | neil | 2001-09-26 | 1 | -4/+0 |
| * | * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff, | neil | 2001-09-26 | 1 | -0/+1 |
| * | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -1/+5 |
| * | * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | neil | 2001-09-15 | 1 | -2/+13 |
| * | * cpperror.c (print_location): Take line and column, for | neil | 2001-09-14 | 1 | -1/+1 |
| * | * c-parse.in (_yylex): Use _cpp_backup_tokens. | neil | 2001-09-13 | 1 | -2/+0 |
| * | * c-common.c (c_tree_code_name): Const-ification. | ghazi | 2001-09-12 | 1 | -1/+2 |
| * | * cpphash.h (struct tokenrun): New. | neil | 2001-09-11 | 1 | -0/+6 |
| * | * cppinit.c (cpp_start_read): Free the imacros list as we | neil | 2001-09-01 | 1 | -3/+9 |
| * | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -9/+1 |
| * | * cppfiles.c (stack_include_file): Don't handle -H here. | neil | 2001-08-21 | 1 | -0/+5 |
| * | * cpphash.h (_cpp_push_next_buffer): New. | neil | 2001-08-21 | 1 | -72/+94 |
| * | * cppinit.c (init_standard_includes): The returned buffer | neil | 2001-08-20 | 1 | -1/+1 |
| * | * cppinit.c (init_standard_includes): Reverse accidentally | neil | 2001-08-18 | 1 | -1/+1 |