aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm1-0/+1
2016-10-21re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis1-3/+9
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-42/+63
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek1-1/+4
2016-01-08re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek1-3/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek1-4/+7
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-04-09re PR pch/65550 (ICE (segfault) with pch)Richard Biener1-5/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra1-3/+2
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+18
2014-09-30re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger1-0/+12
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka1-26/+26
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