summaryrefslogtreecommitdiff
path: root/libcpp/files.c
Commit message (Expand)AuthorAgeFilesLines
* re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek2016-01-281-1/+4
* re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek2016-01-081-3/+5
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek2015-11-191-4/+7
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-1/+1
* re PR pch/65550 (ICE (segfault) with pch)Richard Biener2015-04-091-5/+7
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-221-3/+2
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+18
* re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger2014-09-301-0/+12
* charset.c (conversion): Rename to ...Jan Hubicka2014-09-221-26/+26
* re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek2014-05-211-1/+1
* files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye2014-05-091-2/+8
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen2013-06-241-9/+17
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-061-6/+11
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+4
* files.c (_cpp_find_file): If returning early...Jakub Jelinek2013-02-281-13/+30
* Update copyright years in libcpp.Richard Sandiford2013-01-141-3/+1
* re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek2012-12-031-3/+7
* re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey2012-11-211-1/+2
* cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin2012-11-161-1/+1
* gcc:Joseph Myers2012-10-231-7/+37
* files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus2012-10-151-0/+2
* re PR c++/52974 (Canonicalize include paths in diagnostics)Manuel López-Ibáñez2012-04-301-1/+34
* re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck2012-01-091-2/+9
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-3/+2
* files.c (read_file_guts): Add test on non-zero value of S_ISREG.John Tytgat2011-06-021-2/+2
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz2011-03-251-6/+14
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR preprocessor/43195 (#pragma once and -H)Manuel López-Ibáñez2010-04-091-1/+2
* re PR preprocessor/38987 (Including a precompiled header from another header ...Richard Guenther2009-09-221-0/+6
* re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou2009-09-181-6/+19
* directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn2009-07-181-3/+3
* re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez2009-05-131-7/+8
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-3/+3
* re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers2009-03-311-3/+3
* re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek2008-07-311-11/+44
* re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey2008-04-211-6/+14
* re PR pch/13675 (#including a precompiled header more than once in the same u...Jakub Jelinek2008-04-011-10/+6
* re PR c/29172 (--combine can't handle #pragma once)Tom Tromey2007-12-061-6/+62
* * files.c (search_path_head): Fix check for absolute paths.Michael Matz2007-11-161-1/+2
* re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey2007-11-121-0/+24
* directives-only.c: New file.Ollie Wild2007-07-301-1/+2
* cppfiles.c (open_file): Correct typo.Danny Smith2007-06-171-2/+2
* cppfiles.c (open_file): Prevent the call for stat from overwriting errno.Vladimir Prus2007-06-161-0/+3
* cppfiles.c (open_file): Account for the fact that on windows, opening a direc...Vladimir Prus2007-06-091-0/+13
* internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non...Ian Lance Taylor2007-05-211-4/+73
* cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev2006-02-181-0/+7