Daily bump.
[gcc.git] / libcpp / files.c
2020-05-20 Nathan Sidwellpreprocessor: Replace some flags with a single enum
2020-05-19 Nathan Sidwellpreprocessor: Random cleanups
2020-01-20 Nathan Sidwell[PR 80005] Fix __has_include
2020-01-01 Jakub JelinekUpdate copyright years.
2019-09-05 Nathan Sidwell[preprocessor/91639] #includes at EOF
2019-08-29 Nathan Sidwell[preprocessor] Include stacking
2019-08-28 Nathan Sidwell[Preprocessor] small cleanups
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-05-07 Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-04-03 Jonathan WakelyFix typo in comment
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-27 Mike GulickPR preprocessor/83173: Additional check before decremen...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-10-31 Nathan Sidwell[1/7] Preprocessor cleanup
2018-08-16 Nathan Sidwell[PATCH] CPP Macro predicates
2018-01-03 Jakub JelinekUpdate copyright years.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-25 David Malcolminput.c/libcpp: fix lifetimes of path buffers
2016-10-21 Andris Pavenisre PR preprocessor/71681 (header.gcc file lookup is...
2016-06-22 David Malcolmlibcpp: Tweak to missing #include source location
2016-01-28 Jakub Jelinekre PR pch/68176 (all pch tests fail on eglibc systems...
2016-01-08 Jakub Jelinekre PR c++/69145 (Bogus 'warning: #pragma implementation...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-19 Jakub Jelinekre PR preprocessor/60736 (Crash in preprocessor includi...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-04-09 Richard Bienerre PR pch/65550 (ICE (segfault) with pch)
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-22 Alan Modragengtype.h (obstack_chunk_alloc, [...]): Remove cast.
2014-10-01 Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-09-30 Bernd Edlingerre PR preprocessor/58893 (<command-line>:0:0: internal...
2014-09-22 Jan Hubickacharset.c (conversion): Rename to ...
2014-05-21 Marek Polacekre PR c/61212 (gcc build failure on "dos file system...
2014-05-09 Joey Yefiles.c (find_file_in_dir): Always try to shorten for...
2014-01-02 Richard SandifordUpdate copyright years in libcpp/
2013-06-24 Dehao Chenfiles.c (_cpp_stack_include): Fix the highest_location...
2013-03-06 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-03-01 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-28 Jakub Jelinekfiles.c (_cpp_find_file): If returning early...
2013-01-14 Richard SandifordUpdate copyright years in libcpp.
2012-12-03 Jakub Jelinekre PR bootstrap/55380 (All search_line_fast implementat...
2012-11-21 Steve Ellceyre PR pch/55399 (pch tests fail on mips-mti-linux-gnu...
2012-11-16 Simon Baldwincpplib.h (struct cpp_options): Add canonical_system_hea...
2012-10-23 Joseph Myersgcc:
2012-10-15 Tobias Burnusfiles.c (read_file_guts, [...]): Free memory before...
2012-04-30 Manuel López-Ibáñezre PR c++/52974 (Canonicalize include paths in diagnostics)
2012-01-09 Gary Funckre PR preprocessor/33919 (__BASE_FILE__ does not expand...
2011-10-17 Tom TromeyLinemap infrastructure for virtual locations
2011-06-02 John Tytgatfiles.c (read_file_guts): Add test on non-zero value...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-03-25 Kai Tietzfiles.c (file_hash_eq): Use filename_cmp instead of...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-04-09 Manuel López-Ibáñezre PR preprocessor/43195 (#pragma once and -H)
2009-09-22 Richard Guentherre PR preprocessor/38987 (Including a precompiled heade...
2009-09-19 Chris Demetrioure PR preprocessor/28435 (-MMD vs not found system...
2009-07-18 Jerry Quinndirectives.c (do_linemarker, do_line): Use CPP_STRING...
2009-05-13 Manuel López-Ibáñezre PR preprocessor/36674 (#include location is offset...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-03-31 Joseph Myersre PR preprocessor/15638 (gcc should have option to...
2008-07-31 Jakub Jelinekre PR preprocessor/36649 (-H option doesn't work as...
2008-04-21 Tom Tromeyre PR preprocessor/33415 (Can't compile .cpp file with...
2008-04-01 Jakub Jelinekre PR pch/13675 (#including a precompiled header more...
2007-12-06 Tom Tromeyre PR c/29172 (--combine can't handle #pragma once)
2007-11-16 Michael Matz* files.c (search_path_head): Fix check for absolute...
2007-11-12 Tom Tromeyre PR c++/17577 (#pragma implementation no longer diagn...
2007-07-30 Ollie Wilddirectives-only.c: New file.
2007-06-17 Danny Smithcppfiles.c (open_file): Correct typo.
2007-06-16 Vladimir Pruscppfiles.c (open_file): Prevent the call for stat from...
2007-06-09 Vladimir Pruscppfiles.c (open_file): Account for the fact that on...
2007-05-21 Ian Lance Taylorinternal.h (struct cpp_reader): Add new fields: nonexis...
2006-02-18 Grigory Zagorodnevcpp.texi (__TIMESTAMP__): Document.
2005-11-04 James E WilsonFix failure with pragma once where buffer is NULL and...
2005-10-21 James E WilsonFix bug with -MM -MG.
2005-08-30 Jakub Jelinekre PR preprocessor/20348 (File not included when file...
2005-06-29 Kelley Cookall files: Update FSF address in copyright headers.
2005-05-28 Gabriel Dos Reisconfigure.ac: Check declarations for asprintf and vaspr...
2005-04-28 Andris PavenisFrom Andris Pavenis, approved by Zack Weinberg, for...
2005-02-14 Kazu Hiratadirectives.c, [...]: Update copyright.
2005-02-09 Mike Stumpfiles.c (pchf_adder): Remove.
2005-01-04 Geoffrey KeatingIndex: libcpp/ChangeLog
2004-12-15 Eric Botcazoure PR preprocessor/15167 (Internal compiler error with...
2004-07-16 Andris Pavenisre PR preprocessor/16366 (Preprocessor option -remap...
2004-06-26 Zack Weinbergre PR preprocessor/15933 (Caching of include files...
2004-06-22 Geoffrey Keatingc-opts.c (c_common_handle_option): Handle -fpch-preprocess.
2004-06-05 Zack WeinbergMakefile.am: Add makedepend.
2004-05-24 Paolo BonziniMakefile.def (host_modules): add libcpp.