Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial port to win32 | Stef Walter | 2011-10-17 | 1 | -0/+1 |
| | | | | | | | | * Tests do not all yet pass, at least not on wine * Added abstraction of some non-portable functions in compat.h/c * Build with an argument like this for win32 support: ./autogen.sh --host=i586-mingw32msvc * This win32 port needs more work from interested parties | ||||
* | Fix endless loop if module forks during initialization. | Stef Walter | 2011-08-14 | 1 | -0/+336 |
* If a module forks during its C_Initialize, previously our fork handler would try to initialize it again, ad nauseum. Reported by Nikos on the mailing list. |