lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Stephen Kellett wrote:
you can't copy the appropriate DLLs without breaking the terms of EULA.

Someone ought to develop a new C runtime library for Windows and release it under a non-copyleft open-source license (e.g. the MIT/X license used by Lua). The library should use dlmalloc as its allocator, and it could use large chunks of code from newlib, the C library used by Cygwin, but the stdio implementation would probably need to be developed from scratch. Unfortunately, I don't have time to do this.

Matt