index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_clib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-08-07
1
-1
/
+1
|
\
|
|
*
Prevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is defined.
Mike Pall
2022-08-07
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-2
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
1
-1
/
+3
|
\
|
|
*
FFI: Add missing write barrier on C library index update.
Mike Pall
2019-12-08
1
-0
/
+1
|
*
FFI: Workaround for platform dlerror() returning NULL.
Mike Pall
2019-12-08
1
-1
/
+2
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-4
/
+16
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-03
1
-4
/
+4
|
\
|
|
*
Cygwin: Allow cross-builds to non-Cygwin targets.
Mike Pall
2016-04-03
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Fix Xbox One port.
Mike Pall
2015-06-16
1
-5
/
+5
*
|
Add Xbox One port.
Mike Pall
2015-06-12
1
-0
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-21
1
-3
/
+0
|
\
|
|
*
Fix MinGW build.
Mike Pall
2013-12-21
1
-3
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-07-24
1
-1
/
+1
|
\
|
|
*
FFI: Properly unload loaded DLLs.
Mike Pall
2013-07-24
1
-1
/
+1
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-6
/
+7
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
FFI: Don't call FreeLibrary() on our own EXE/DLL.
Mike Pall
2012-05-14
1
-1
/
+1
*
FFI: Fix symbol resolving error messages on Windows.
Mike Pall
2012-03-31
1
-6
/
+11
*
FFI: Fix resolving of function name redirects on Windows/x86.
Mike Pall
2012-03-31
1
-3
/
+4
*
FFI: Change ffi.load() library name resolution for Cygwin.
Mike Pall
2012-03-21
1
-3
/
+20
*
FFI: Fix library unloading on POSIX systems.
Mike Pall
2012-02-01
1
-1
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
Don't increment module reference counts due to symbol resolving.
Mike Pall
2011-11-27
1
-3
/
+4
*
FFI: Fix GetLastError() save/restore around ffi.load().
Mike Pall
2011-11-25
1
-1
/
+1
*
FFI: Improve ld script detection in ffi.load().
Mike Pall
2011-11-25
1
-9
/
+23
*
FFI: Save GetLastError() around ffi.load() and symbol resolving, too.
Mike Pall
2011-11-15
1
-0
/
+4
*
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
[next]