aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cxx.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2016-03-23cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen1-0/+4
2016-03-23Add c++14 sized deallocation operatorPeter Foley1-0/+5
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen1-1/+4
2009-08-04* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor1-1/+1
2009-07-07winsup/ChangeLog:Dave Korn1-2/+52
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+1
2005-03-19* child_info.h (fork_info): Use different method to alias variable.Christopher Faylor1-0/+10
2003-09-04* cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor1-5/+2
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen1-0/+49