summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth2001-09-151-2/+13
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-1/+1
* c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth2001-09-131-2/+0
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+2
* cpphash.h (struct tokenrun): New.Neil Booth2001-09-111-0/+6
* cppinit.c (cpp_start_read): Free the imacros list as we traverse it.Neil Booth2001-09-011-3/+9
* cpperror.c (print_location): Don't show _Pragma.Neil Booth2001-08-221-9/+1
* cppfiles.c (stack_include_file): Don't handle -H here.Neil Booth2001-08-211-0/+5
* cpphash.h (_cpp_push_next_buffer): New.Neil Booth2001-08-211-72/+94
* cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth2001-08-201-1/+1
* cppinit.c (init_standard_includes): Reverse accidentally included hunk from p...Neil Booth2001-08-181-1/+1
* cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth2001-08-171-1/+4
* cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth2001-08-111-4/+10