summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth2002-05-231-13/+13
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-16/+16
* c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg2002-05-211-21/+4
* * cppinit.c (sanity_checks): Avoid printf mismatch warnings.Andreas Jaeger2002-05-211-4/+6
* cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth2002-05-181-2/+9
* cppinit.c (struct builtin): Remove unused fields.Zack Weinberg2002-05-181-60/+46
* Makefile.in: Update for cpptrad.c.Neil Booth2002-05-171-4/+16
* c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth2002-05-171-25/+10
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg2002-05-161-68/+9
* c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg2002-05-151-12/+0
* Makefile.in (c-common.o, cppinit.o): Update.Neil Booth2002-05-131-5/+0
* c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth2002-05-071-8/+5
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-0/+1
* c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth2002-05-051-40/+51
* Makefile.in (c-lex.o): Update.Neil Booth2002-05-041-7/+5
* cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth2002-05-041-24/+34
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-0/+33
* cppinit.c (cpp_handle_option): Don't set no_output here...Jakub Jelinek2002-05-011-1/+15
* cppexp.c (lex): Update to use state.skip_eval.Neil Booth2002-04-281-0/+4
* cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth2002-04-221-47/+29
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-3/+3
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-17/+20
* cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe2002-04-071-0/+6
* gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.Neil Booth2002-03-241-10/+6
* cppinit.c (cpp_handle_option): Set warn_endif_labels if -pedantic here...Neil Booth2002-03-241-4/+1
* cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards2002-03-221-0/+9
* * cppinit.c: Revert -MD removal.Neil Booth2002-03-161-0/+17
* cppinit.c (print_help): Display -MD and -MMD.Neil Booth2002-03-161-21/+5
* re PR preprocessor/5899 (-M disables -dM)Neil Booth2002-03-101-6/+4
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-2/+1
* cppinit.c (output_deps): Correct test for stdout output.Neil Booth2002-02-231-7/+7
* cppinit.c (init_dependency_output): Take deps output file from -o if none giv...Neil Booth2002-02-201-14/+16
* cppinit.c (merge_include_chains): Check for brack being NULL before attemptin...Zack Weinberg2002-02-171-1/+2
* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth2002-02-021-0/+16
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-2/+6
* Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.Zack Weinberg2002-01-081-0/+5
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-17/+12
* cppinit.c: Update copyright date.Graham Stott2002-01-031-2/+1
* c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers2001-12-151-1/+1
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-9/+9
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* cppinit.c (INO_T_COPY): Define.Douglas B Rupp2001-11-211-4/+6
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-31/+63
* cpphash.h: Update comments.Neil Booth2001-10-021-1/+1
* cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth2001-09-301-5/+3
* cpphash.h (struct cpp_buff): Make unsigned.Neil Booth2001-09-281-3/+3
* cpphash.h (struct cpp_pool): Remove locks and locked.Neil Booth2001-09-261-4/+0
* cpphash.h (struct _cpp_buff, [...]): New.Neil Booth2001-09-261-0/+1
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-1/+5