Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * child_info.h (fork_info): Use different method to alias variable. | Christopher Faylor | 2005-03-19 | 1 | -0/+10 |
| | | | | | | | | | | | | | (spawn_info): Ditto. * cxx.cc (__cxa_guard_acquire): New function (needed for gcc 4.x). (__cxa_guard_release): Ditto. * devices.in: Make sure stuff is correctly bracketed (for gcc 4.x). * devices.cc: Regenerate. * fhandler.h (fhandler_disk_file::fchmod): Avoid left coercion (for gcc 4.x). * smallprint.c (__rn): Declare as __fastcall since gcc 4.x complains about use of regparm, for some reason. * sync.h (sync::init_lock): Remove. * sync.cc (sync::init_lock): Ditto. | ||||
* | * 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. |