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