aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)Author
2014-03-06 PR preprocessor/60400Jakub Jelinek
2013-03-06 PR middle-end/56461Jakub Jelinek
2013-03-01 PR middle-end/56461Jakub Jelinek
2013-02-28 * files.c (_cpp_find_file): If returning early, before storingJakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-12-03 PR bootstrap/55380Jakub Jelinek
2012-11-212012-11-21 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2012-11-16 * include/cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin
2012-10-23gcc:Joseph Myers
2012-10-152012-10-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-04-302012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2012-01-09libcpp/Gary Funck
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-06-022011-05-29 John Tytgat <John.Tytgat@aaug.net>John Tytgat
2011-04-20remove useless if-before-free testsJim Meyering
2011-03-252011-03-25 Kai Tietz <ktietz@redhat.com>Kai Tietz
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-04-092010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2009-09-222009-09-22 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-09-19[libcpp/ChangeLog]Chris Demetriou
2009-07-182009-07-17 Jerry Quinn <jlquinn@optonline.net>Jerry Quinn
2009-05-132009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel Lopez-Ibanez
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-03-31 PR preprocessor/15638Joseph Myers
2008-07-31 PR preprocessor/36649Jakub Jelinek
2008-04-21libcppTom Tromey
2008-04-01 PR pch/13675Jakub Jelinek
2007-12-06gccTom Tromey
2007-11-16 * files.c (search_path_head): Fix check for absolute paths.Michael Matz
2007-11-12gcc/cpTom Tromey
2007-07-30 libcpp/Ollie Wild
2007-06-17 * cppfiles.c (open_file): Correct typo.Danny Smith
2007-06-16 * cppfiles.c (open_file): Prevent the callVladimir Prus
2007-06-09 * cppfiles.c (open_file): Account for theVladimir Prus
2007-05-21 * internal.h (struct cpp_reader): Add new fields:Ian Lance Taylor
2006-02-182006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>Grigory Zagorodnev
2005-11-04Fix failure with pragma once where buffer is NULL and buffer_valid is true.James E. Wilson
2005-10-21Fix bug with -MM -MG.James E. Wilson
2005-08-30 PR preprocessor/20348Jakub Jelinek
2005-06-292005-06-29 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook
2005-05-28 * configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis
2005-04-28From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem.Andris Pavenis
2005-02-14 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,Kazu Hirata
2005-02-09 * files.c (pchf_adder): Remove.Mike Stump
2005-01-04Index: libcpp/ChangeLogGeoffrey Keating
2004-12-15 PR preprocessor/15167Eric Botcazou
2004-07-162004-07-16 Andris Pavenis <pavenis@latnet.lv>Andris Pavenis
2004-06-26 PR 15933Zack Weinberg
2004-06-222004-06-21 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2004-06-05libcpp:Zack Weinberg