Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load embedded bytecode with require(). | Mike Pall | 2011-08-17 | 1 | -1/+1 |
* | FFI: Resolve ld script redirection in ffi.load(). | Mike Pall | 2011-03-01 | 1 | -1/+32 |
* | DUALNUM: Handle integer type in FFI. | Mike Pall | 2011-02-27 | 1 | -2/+2 |
* | FFI: Fix management of C library handles for default namespace. | Mike Pall | 2011-02-16 | 1 | -3/+7 |
* | FFI: Record C library namespace lookups. | Mike Pall | 2011-02-05 | 1 | -4/+0 |
* | FFI: Add symbol name redirection. | Mike Pall | 2011-01-26 | 1 | -3/+15 |
* | FFI: Fix ffi.load() error message on Windows. | Mike Pall | 2011-01-23 | 1 | -1/+1 |
* | Avoid compiler warnings. | Mike Pall | 2011-01-12 | 1 | -1/+1 |
* | FFI: Lookup decorated name for fastcall/stdcall functions. | Mike Pall | 2011-01-11 | 1 | -30/+63 |
* | FFI: Add ffi.load() and ffi.C default namespace. | Mike Pall | 2011-01-10 | 1 | -0/+294 |