aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cxx.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-09-04* cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor1-5/+2
calling memset explicitly.
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen1-0/+49
operators and __cxa_pure_virtual if compiled by gcc >=3. * Makefile.in (DLL_OFILES): Add cxx.o. Remove libstdc++.a from cygwin1.dll link step.