summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cppinit.c (cpp_handle_option): help_only is now part of theneil2001-01-131-3/+3
* * cppinit.c (do_includes): Fix typo.neil2001-01-111-1/+1
* 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>neil2001-01-111-15/+20
* * Makefile.in (tradcpp0): Depend on mkdeps.h. Link mkdeps.oneil2001-01-101-3/+4
* * cppinit.c (OPT_g): Remove.neil2001-01-101-8/+2
* * cppinit.c (OPT_MD, OPT_MMD): Restore.neil2001-01-091-10/+30
* * cppinit.c (cpp_cleanup): NULLify macro_buffer and zeroaoliva2001-01-091-1/+5
* * cppinit.c (init): Rename init_library.neil2001-01-081-3/+3
* * c-lang.c (c_post_options): Call cpp_post_options.neil2001-01-071-62/+62
* * (initialize, initialize_builtins,neil2001-01-071-114/+127
* * cpp.texi: Update for -MQ.neil2001-01-061-12/+9
* * cpplib.h (struct cpp_reader): Add help_only field.zack2001-01-051-13/+22
* * cpp.texi: Update for -MP. Clarify behaviour of -MT.neil2001-01-051-2/+12
* * cpp.texi: Update for -MT.neil2001-01-041-15/+21
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-7/+0
* * gcc.c (cpp_options): Pass -fno-operator-names.jakub2000-12-151-0/+9
* include:zack2000-12-081-43/+2
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-2/+2
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-0/+1
* * cppmacro.c (cpp_scan_buffer_nooutput): Take a booleanneil2000-11-281-1/+1