aboutsummaryrefslogtreecommitdiff
path: root/src/lj_clib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-08-071-1/+1
|\|
| * Prevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is defined.Mike Pall2022-08-071-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-2/+4
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-1/+3
|\|
| * FFI: Add missing write barrier on C library index update.Mike Pall2019-12-081-0/+1
| * FFI: Workaround for platform dlerror() returning NULL.Mike Pall2019-12-081-1/+2
* | Windows: Add UWP support, part 1.Mike Pall2018-06-051-4/+16
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-04-031-4/+4
|\|
| * Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-031-4/+4
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Fix Xbox One port.Mike Pall2015-06-161-5/+5
* | Add Xbox One port.Mike Pall2015-06-121-0/+8
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-12-211-3/+0
|\|
| * Fix MinGW build.Mike Pall2013-12-211-3/+0
* | Merge branch 'master' into v2.1Mike Pall2013-07-241-1/+1
|\|
| * FFI: Properly unload loaded DLLs.Mike Pall2013-07-241-1/+1
* | Refactor internal string formatting.Mike Pall2013-05-121-6/+7
|/
* 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