aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-21re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek1-1/+1
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye1-2/+8
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-06-24files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen1-9/+17
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-6/+11
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-02-28files.c (_cpp_find_file): If returning early...Jakub Jelinek1-13/+30
2013-01-14Update copyright years in libcpp.Richard Sandiford1-3/+1
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek1-3/+7
2012-11-21re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey1-1/+2
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin1-1/+1
2012-10-23gcc:Joseph Myers1-7/+37
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus1-0/+2
2012-04-30re PR c++/52974 (Canonicalize include paths in diagnostics)Manuel López-Ibáñez1-1/+34
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck1-2/+9
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-3/+2
2011-06-02files.c (read_file_guts): Add test on non-zero value of S_ISREG.John Tytgat1-2/+2
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz1-6/+14
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
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