aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-09re PR preprocessor/43195 (#pragma once and -H)Manuel López-Ibáñez1-1/+2
2009-09-22re PR preprocessor/38987 (Including a precompiled header from another header ...Richard Guenther1-0/+6
2009-09-18re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou1-6/+19
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn1-3/+3
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez1-7/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers1-3/+3
2008-07-31re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek1-11/+44
2008-04-21re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey1-6/+14
2008-04-01re PR pch/13675 (#including a precompiled header more than once in the same u...Jakub Jelinek1-10/+6
2007-12-06re PR c/29172 (--combine can't handle #pragma once)Tom Tromey1-6/+62
2007-11-16* files.c (search_path_head): Fix check for absolute paths.Michael Matz1-1/+2
2007-11-12re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey1-0/+24
2007-07-30directives-only.c: New file.Ollie Wild1-1/+2
2007-06-17cppfiles.c (open_file): Correct typo.Danny Smith1-2/+2
2007-06-16cppfiles.c (open_file): Prevent the call for stat from overwriting errno.Vladimir Prus1-0/+3
2007-06-09cppfiles.c (open_file): Account for the fact that on windows, opening a direc...Vladimir Prus1-0/+13
2007-05-21internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non...Ian Lance Taylor1-4/+73
2006-02-18cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev1-0/+7
2005-11-03Fix failure with pragma once where buffer is NULL and buffer_valid is true.James E Wilson1-0/+1
2005-10-21Fix bug with -MM -MG.James E Wilson1-11/+11
2005-08-30re PR preprocessor/20348 (File not included when file with same name is inclu...Jakub Jelinek1-51/+25
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-1/+1
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-29/+31
2005-04-27From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem.Andris Pavenis1-0/+1
2005-02-14directives.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-09files.c (pchf_adder): Remove.Mike Stump1-57/+40
2005-01-04Index: libcpp/ChangeLogGeoffrey Keating1-1/+9
2004-12-15re PR preprocessor/15167 (Internal compiler error with "#pragma once")Eric Botcazou1-6/+43
2004-07-16re PR preprocessor/16366 (Preprocessor option -remap causes memory corruption)Andris Pavenis1-1/+4
2004-06-26re PR preprocessor/15933 (Caching of include files breaks compilation)Zack Weinberg1-41/+22
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-1/+1
2004-06-05Makefile.am: Add makedepend.Zack Weinberg1-17/+62
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+1560