summaryrefslogtreecommitdiff
path: root/libcpp/files.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix failure with pragma once where buffer is NULL and buffer_valid is true.James E Wilson2005-11-031-0/+1
* Fix bug with -MM -MG.James E Wilson2005-10-211-11/+11
* re PR preprocessor/20348 (File not included when file with same name is inclu...Jakub Jelinek2005-08-301-51/+25
* all files: Update FSF address in copyright headers.Kelley Cook2005-06-291-1/+1
* configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis2005-05-281-29/+31
* From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem.Andris Pavenis2005-04-271-0/+1
* directives.c, [...]: Update copyright.Kazu Hirata2005-02-141-1/+1
* files.c (pchf_adder): Remove.Mike Stump2005-02-091-57/+40
* Index: libcpp/ChangeLogGeoffrey Keating2005-01-041-1/+9
* re PR preprocessor/15167 (Internal compiler error with "#pragma once")Eric Botcazou2004-12-151-6/+43
* re PR preprocessor/16366 (Preprocessor option -remap causes memory corruption)Andris Pavenis2004-07-161-1/+4
* re PR preprocessor/15933 (Caching of include files breaks compilation)Zack Weinberg2004-06-261-41/+22
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-1/+1
* Makefile.am: Add makedepend.Zack Weinberg2004-06-051-17/+62
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-0/+1560