summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* PR preprocessor/5899neil2002-03-101-6/+4
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-2/+1
* * cppinit.c (output_deps): Correct test for stdout output.neil2002-02-231-7/+7
* * cppinit.c (init_dependency_output): Take deps output fileneil2002-02-201-14/+16
* * cppinit.c (merge_include_chains): Check for brack beingzack2002-02-171-1/+2
* * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.neil2002-02-021-0/+16
* PR other/1502:jakub2002-01-291-2/+6
* * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) orzack2002-01-081-0/+5
* * cpperror.c: Update comments and copyright.neil2002-01-031-17/+12
* * cppinit.c: Update copyright date.grahams2002-01-031-2/+1
* * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,jsm282001-12-151-1/+1
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-9/+9
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-1/+1
* * cppinit.c (INO_T_COPY): Define.kenner2001-11-211-4/+6
* * c-common.c: Include c-lex.h.neil2001-11-151-31/+63
* * cpphash.h: Update comments.neil2001-10-021-1/+1
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-5/+3
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-3/+3
* * cpphash.h (struct cpp_pool): Remove locks and locked.neil2001-09-261-4/+0
* * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,neil2001-09-261-0/+1
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-1/+5
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-2/+13
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-1/+1
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-2/+0
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+2
* * cpphash.h (struct tokenrun): New.neil2001-09-111-0/+6
* * cppinit.c (cpp_start_read): Free the imacros list as weneil2001-09-011-3/+9
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-9/+1
* * cppfiles.c (stack_include_file): Don't handle -H here.neil2001-08-211-0/+5
* * cpphash.h (_cpp_push_next_buffer): New.neil2001-08-211-72/+94
* * cppinit.c (init_standard_includes): The returned bufferneil2001-08-201-1/+1
* * cppinit.c (init_standard_includes): Reverse accidentallyneil2001-08-181-1/+1
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-1/+4
* * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.neil2001-08-111-4/+10
* * cppinit.c (cpp_finish): Pop the final buffer without comment.neil2001-08-071-6/+7
* PR preprocessor/3081neil2001-08-051-4/+4
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-3/+6
* * line-map.c: New.neil2001-08-021-0/+10
* * alias.c: Fix comment formatting.kazu2001-08-011-8/+8
* PR preprocessor/3669neil2001-07-291-4/+6
* * cppinit.c (remove_dup_dir): Make static.nathan2001-07-201-11/+9
* * cppinit.c (remove_dup_dirs): Inform if a system includenathan2001-07-041-0/+15
* * cppinit.c (lang_defaults): New table.zack2001-07-021-72/+38
* * cppinit.c (print_help): Document -fpreprocessed.neil2001-06-091-0/+1
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-6/+11
* * cppinit.c (cpp_post_options): Shut off macro expansion ifzack2001-05-101-0/+5
* * configure.in: Add check for lstat.neil2001-04-061-1/+3
* * cpp.texi: Update documentation for -include and -imacros.neil2001-03-151-2/+9
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-2/+0