aboutsummaryrefslogtreecommitdiff
path: root/src/lj_clib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Prevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is defined.Mike Pall2022-08-071-1/+1
| | | | | Workaround for Android 4.4 bug. Thanks to gudzpoz.
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* FFI: Add missing write barrier on C library index update.Mike Pall2019-12-081-0/+1
| | | | Contributed by Yichun Zhang.
* FFI: Workaround for platform dlerror() returning NULL.Mike Pall2019-12-081-1/+2
| | | | Contributed by mcclure.
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-031-4/+4
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Fix MinGW build.Mike Pall2013-12-211-3/+0
|
* FFI: Properly unload loaded DLLs.Mike Pall2013-07-241-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* FFI: Don't call FreeLibrary() on our own EXE/DLL.Mike Pall2012-05-141-1/+1
|
* FFI: Fix symbol resolving error messages on Windows.Mike Pall2012-03-311-6/+11
|
* FFI: Fix resolving of function name redirects on Windows/x86.Mike Pall2012-03-311-3/+4
|
* FFI: Change ffi.load() library name resolution for Cygwin.Mike Pall2012-03-211-3/+20
|
* FFI: Fix library unloading on POSIX systems.Mike Pall2012-02-011-1/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Don't increment module reference counts due to symbol resolving.Mike Pall2011-11-271-3/+4
|
* FFI: Fix GetLastError() save/restore around ffi.load().Mike Pall2011-11-251-1/+1
|
* FFI: Improve ld script detection in ffi.load().Mike Pall2011-11-251-9/+23
|
* FFI: Save GetLastError() around ffi.load() and symbol resolving, too.Mike Pall2011-11-151-0/+4
|
* Load embedded bytecode with require().Mike Pall2011-08-171-1/+1
|
* FFI: Resolve ld script redirection in ffi.load().Mike Pall2011-03-011-1/+32
|
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-2/+2
|
* FFI: Fix management of C library handles for default namespace.Mike Pall2011-02-161-3/+7
|
* FFI: Record C library namespace lookups.Mike Pall2011-02-051-4/+0
|
* FFI: Add symbol name redirection.Mike Pall2011-01-261-3/+15
| | | | | This works like the GCC extension, e.g.: FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64");
* FFI: Fix ffi.load() error message on Windows.Mike Pall2011-01-231-1/+1
|
* Avoid compiler warnings.Mike Pall2011-01-121-1/+1
|
* FFI: Lookup decorated name for fastcall/stdcall functions.Mike Pall2011-01-111-30/+63
|
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-0/+294