Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cxx.cc (new): Fix formatting. Just return result of ccalloc rather than | Christopher Faylor | 2003-09-04 | 1 | -5/+2 |
| | | | | calling memset explicitly. | ||||
* | * cxx.cc: New file. Implement new, new[], delete and delete[] | Corinna Vinschen | 2002-12-04 | 1 | -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. |