aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/new
AgeCommit message (Expand)AuthorFilesLines
2019-01-21Fix after P0600.Ulrich Drepper1-10/+10
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill1-0/+12
2018-08-24new(nothrow) is malloc-likeMarc Glisse1-4/+4
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely1-10/+0
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely1-2/+2
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt1-1/+1
2017-04-19* libsupc++/new: Update comment on #endif directive.Jonathan Wakely1-1/+1
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely1-6/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-4/+4
2016-10-28Implement std::launder for C++17Jonathan Wakely1-0/+35
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+28
2016-07-12Remove unused operator delete overloads (LWG 2458)Jonathan Wakely1-6/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen1-1/+6
2015-11-03* libsupc++/new: Declare sized deletes.Jason Merrill1-0/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-17/+0
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-05-09N3639 C++1y VLA supportJason Merrill1-0/+17
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill1-0/+15
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely1-0/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-3/+1
2011-10-12re PR c++/50594 (Option -fwhole-program discards replaced new operator for st...Paolo Carlini1-13/+23
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-1/+1
2010-02-18typeinfo: Add system_header pragma.Paolo Carlini1-1/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-1/+2
2007-06-26throw_allocator.h: Fixes for -fno-exceptions.Benjamin Kosnik1-1/+7
2007-02-01re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened)Paolo Carlini1-1/+4
2006-11-29throw_allocator.h: Consistent @file markup.Benjamin Kosnik1-0/+2
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2004-08-03cxxabi.h: Make all declarations have default visibility.Mark Mitchell1-0/+4
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-2/+2
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2002-12-27* config/locale/gnu/ctype_members.ccMark Mitchell1-2/+2
2002-07-26new (placement delete): Remove unused paramater names.Phil Edwards1-2/+2
2002-07-24re PR libstdc++/7286 (placement operator delete issue)Benjamin Kosnik1-0/+4
2002-07-20abi.txt: New file.Phil Edwards1-1/+4
2002-07-16new (set_new_handler): Declare to not throw any exceptions.Andreas Schwab1-1/+1
2002-04-16re PR libstdc++/4164 (33 Memory Leak when using iostream)Benjamin Kosnik1-10/+10
2002-01-28Makefile.am (doxygen, [...]): Tweak targets.Phil Edwards1-1/+1
2002-01-09exception (bad_exception): Add comment.Paolo Carlini1-0/+2
2002-01-09libstdc++/3150: revert 2001-11-30 commit.Paolo Carlini1-1/+3
2001-12-01exception (bad_exception::~bad_exception()): Remove declaration.Benjamin Kosnik1-1/+0
2001-07-11run_doxygen: Don't keep output from previous run.Phil Edwards1-1/+23
2001-03-13new: Remove pragma interface.Benjamin Kosnik1-2/+2