aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-20cppinit.c (remove_dup_dir): Make static.Nathan Sidwell1-11/+9
2001-07-04cppinit.c (remove_dup_dirs): Inform if a system include directory is being re...Nathan Sidwell1-0/+15
2001-07-02cppinit.c (lang_defaults): New table.Zack Weinberg1-72/+38
2001-06-09cppinit.c (print_help): Document -fpreprocessed.Neil Booth1-0/+1
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-6/+11
2001-05-10cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg1-0/+5
2001-04-06configure.in: Add check for lstat.Neil Booth1-1/+3
2001-03-15cpp.texi: Update documentation for -include and -imacros.Neil Booth1-2/+9
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-2/+0
2001-03-02cppinit.c (append_include_chain): Mark "after" include file name list as a sy...Christopher Faylor1-1/+4
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-23/+22
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin1-1/+1
2001-03-02cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg1-13/+18
2001-02-25cppinit.c (builtin_array): Update.Neil Booth1-6/+16
2001-02-21cppfiles.c: Update comments.Neil Booth1-32/+23
2001-02-20cppinit.c (set_lang): Move builtin handling to...Neil Booth1-14/+18
2001-02-07cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg1-1/+3
2001-02-04cppinit.c (BC): New macro.Mark Mitchell1-0/+2
2001-02-03* cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.Jakub Jelinek1-0/+4
2001-01-24cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek1-7/+2
2001-01-21* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.Michael Sokolov1-4/+6
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-4/+10
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-3/+3
2001-01-11* cppinit.c (do_includes): Fix typo.Neil Booth1-1/+1
2001-01-11[multiple changes]Neil Booth1-15/+20