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
/
lib_package.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
*
|
Add support for full-range 64 bit lightuserdata.
Mike Pall
2020-09-30
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-09-05
1
-1
/
+6
|
\
|
|
*
Limit path length passed to C library loader.
Mike Pall
2020-09-05
1
-1
/
+6
*
|
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
2020-01-13
1
-2
/
+2
|
\
|
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-1
/
+23
*
|
From Lua 5.2: Add luaL_setmetatable().
Mike Pall
2017-04-07
1
-2
/
+1
*
|
From Lua 5.2: Add lua_copy().
Mike Pall
2017-04-07
1
-2
/
+1
*
|
Add some more changes and extensions from Lua 5.2.
Mike Pall
2017-03-30
1
-16
/
+6
*
|
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
*
|
Add some more extensions from Lua 5.2/5.3.
Mike Pall
2017-01-17
1
-0
/
+4
*
|
Eliminate use of lightuserdata derived from static data pointers.
Mike Pall
2016-11-24
1
-2
/
+1
*
|
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
-2
/
+2
*
|
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
*
|
Cleanup of memory vs. GC sizes. No functional changes.
Mike Pall
2014-12-20
1
-2
/
+2
*
|
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
*
|
Fix loading of embedded bytecode.
Mike Pall
2013-09-19
1
-2
/
+2
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
From Lua 5.2: Add package.loadlib(libname, "*").
Mike Pall
2012-10-12
1
-12
/
+16
*
Fix package.searchpath().
Mike Pall
2012-09-21
1
-6
/
+13
*
From Lua 5.2: Add -E command line option (ignore env vars).
Mike Pall
2012-07-16
1
-4
/
+8
*
CONSOLE: Fix PS3 build.
Mike Pall
2012-06-10
1
-0
/
+1
*
CONSOLE: Handle unimplemented features for console toolchains.
Mike Pall
2012-06-09
1
-0
/
+4
*
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
-1
/
+2
*
Always use ANSI variants of Windows system functions.
Mike Pall
2011-09-02
1
-1
/
+1
*
Load embedded bytecode with require().
Mike Pall
2011-08-17
1
-25
/
+81
*
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
2011-02-27
1
-1
/
+1
*
From Lua 5.2: Add package.searchpath().
Mike Pall
2011-02-20
1
-10
/
+29
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Add support for deferred library loads to lib_init.c.
Mike Pall
2010-11-30
1
-1
/
+1
[next]