summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cxx.cc
Commit message (Collapse)AuthorAgeFilesLines
* * cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor2003-09-041-5/+2
| | | | calling memset explicitly.
* * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen2002-12-041-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.