summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cppinit.c (append_include_chain): Mark "after" include file name list as acgf2001-03-021-1/+4
* * cppfiles.c (struct include_file): Update.neil2001-03-021-23/+22
* * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin2001-03-021-1/+1
* * cpphash.h (struct cpp_reader): Add print_version field.zack2001-03-021-13/+18
* * cppinit.c (builtin_array): Update.neil2001-02-251-6/+16
* * cppfiles.c: Update comments.neil2001-02-211-32/+23
* * cppinit.c (set_lang): Move builtin handling to...neil2001-02-201-14/+18
* * cpphash.h (struct spec_nodes): Add n_true and n_false.zack2001-02-071-1/+3
* * cppinit.c (BC): New macro.mmitchel2001-02-041-0/+2
* * cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.jakub2001-02-031-0/+4
* * cppfiles.c (_cpp_read_file): Add to dependencies if requested.jakub2001-01-241-7/+2
* * cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.msokolov2001-01-211-4/+6
* * c-parse.in (finish_parse): Add comment about cpp_destroy.neil2001-01-141-4/+10