aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-18cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth1-2/+9
2002-05-18cppinit.c (struct builtin): Remove unused fields.Zack Weinberg1-60/+46
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-4/+16
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-25/+10
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-68/+9
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-12/+0
2002-05-13Makefile.in (c-common.o, cppinit.o): Update.Neil Booth1-5/+0
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-8/+5
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-0/+1
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-40/+51
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-7/+5
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-24/+34
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-0/+33
2002-05-01cppinit.c (cpp_handle_option): Don't set no_output here...Jakub Jelinek1-1/+15
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-0/+4
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