aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-08-29[preprocessor] Include stackingNathan Sidwell
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell
2019-04-03Fix typo in commentJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-27PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm
2016-10-21re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek
2016-01-08re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-04-09re PR pch/65550 (ICE (segfault) with pch)Richard Biener
2015-01-05Update copyright years.Jakub Jelinek
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-09-30re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka
2014-05-21re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-06-24files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-02-28files.c (_cpp_find_file): If returning early...Jakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek
2012-11-21re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin
2012-10-23gcc:Joseph Myers
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus
2012-04-30re PR c++/52974 (Canonicalize include paths in diagnostics)Manuel López-Ibáñez
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-06-02files.c (read_file_guts): Add test on non-zero value of S_ISREG.John Tytgat
2011-04-20remove useless if-before-free testsJim Meyering
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-04-09re PR preprocessor/43195 (#pragma once and -H)Manuel López-Ibáñez
2009-09-22re PR preprocessor/38987 (Including a precompiled header from another header ...Richard Guenther