summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cxx.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen2016-03-231-0/+4
* Add c++14 sized deallocation operatorPeter Foley2016-03-231-0/+5
* * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen2009-08-131-1/+4
* * fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor2009-08-041-1/+1
* winsup/ChangeLog:Dave Korn2009-07-071-2/+52
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+1
* * child_info.h (fork_info): Use different method to alias variable.Christopher Faylor2005-03-191-0/+10
* * cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor2003-09-041-5/+2
* * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen2002-12-041-0/+49