summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* cppinit.c (print_help): Document -fpreprocessed.Neil Booth2001-06-091-0/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-6/+11
* cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg2001-05-101-0/+5
* configure.in: Add check for lstat.Neil Booth2001-04-061-1/+3
* cpp.texi: Update documentation for -include and -imacros.Neil Booth2001-03-151-2/+9
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-2/+0
* cppinit.c (append_include_chain): Mark "after" include file name list as a sy...Christopher Faylor2001-03-021-1/+4
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-23/+22
* cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin2001-03-021-1/+1
* cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg2001-03-021-13/+18
* cppinit.c (builtin_array): Update.Neil Booth2001-02-251-6/+16
* cppfiles.c: Update comments.Neil Booth2001-02-211-32/+23
* cppinit.c (set_lang): Move builtin handling to...Neil Booth2001-02-201-14/+18
* cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2001-02-071-1/+3
* cppinit.c (BC): New macro.Mark Mitchell2001-02-041-0/+2
* * cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.Jakub Jelinek2001-02-031-0/+4
* cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek2001-01-241-7/+2
* * cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.Michael Sokolov2001-01-211-4/+6
* c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth2001-01-141-4/+10
* cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth2001-01-131-3/+3
* * cppinit.c (do_includes): Fix typo.Neil Booth2001-01-111-1/+1
* [multiple changes]Neil Booth2001-01-111-15/+20
* Makefile.in (tradcpp0): Depend on mkdeps.h.Neil Booth2001-01-101-3/+4
* cppinit.c (OPT_g): Remove.Neil Booth2001-01-101-8/+2
* cppinit.c (OPT_MD, OPT_MMD): Restore.Neil Booth2001-01-091-10/+30
* cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len.Alexandre Oliva2001-01-091-1/+5
* cppinit.c (init): Rename init_library.Neil Booth2001-01-081-3/+3
* c-lang.c (c_post_options): Call cpp_post_options.Neil Booth2001-01-071-62/+62
* (initialize, [...]): Rename s/initialize/init.Neil Booth2001-01-071-114/+127
* cpp.texi: Update for -MQ.Neil Booth2001-01-061-12/+9
* cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg2001-01-051-13/+22
* cpp.texi: Update for -MP.Neil Booth2001-01-051-2/+12
* cpp.texi: Update for -MT.Neil Booth2001-01-041-15/+21
* cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth2000-12-171-7/+0
* gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek2000-12-151-0/+9
* safe-ctype.h: New file.Zack Weinberg2000-12-081-43/+2
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-2/+2
* cppinit.c (initialize): Forgotten prototype.Neil Booth2000-12-011-0/+1
* cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...Neil Booth2000-11-281-1/+1
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-37/+31
* cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.Neil Booth2000-11-271-9/+0
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-11/+5
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-1/+3
* * do_includes: Revert to using cpp_read_file.Neil Booth2000-11-211-8/+3
* c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth2000-11-201-69/+129
* cppinit.c: Update comments.Neil Booth2000-11-181-58/+66
* New option --target-help.Chandra Chavva2000-11-141-0/+5
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-0/+1
* New macro expander.Neil Booth2000-10-281-109/+115
* cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth2000-09-281-1/+1