index
:
lua-compat-5.3
ci/add-readline
fix-pushlstring
master
strerror
A mirror of https://github.com/lunarmodules/lua-compat-5.3.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ci: try using clang
HEAD
master
Hisham Muhammad
2025-02-13
1
-1
/
+2
*
ci: use ubuntu_rolling to avoid aarch64 compiler crash
Hisham Muhammad
2025-02-13
1
-1
/
+1
*
ci: update bin32 tests to ubuntu22.04
Hisham Muhammad
2025-02-13
1
-2
/
+2
*
ci: add libreadline-dev dependency
Hisham Muhammad
2025-02-13
1
-0
/
+1
*
Release: 0.14.4
v0.14.4
Hisham Muhammad
2025-01-23
1
-0
/
+32
*
prevent loops when loading files within require
Hisham Muhammad
2025-01-23
1
-41
/
+22
*
Release: 0.14.3
v0.14.3
Hisham Muhammad
2024-08-31
1
-0
/
+32
*
win32: fix detection for mingw32
Hisham Muhammad
2024-08-31
1
-1
/
+1
*
revert change in tolstream
Hisham Muhammad
2024-08-31
1
-1
/
+1
*
Release: 0.14.2
v0.14.2
Hisham Muhammad
2024-08-30
1
-0
/
+32
*
fix: return third result in file-opening functions
Hisham Muhammad
2024-08-30
1
-6
/
+18
*
Release: 0.14.1
v0.14.1
Hisham Muhammad
2024-08-29
1
-0
/
+33
*
avoid MSVC build error
Hisham Muhammad
2024-08-29
1
-3
/
+9
*
Release: 0.14
v0.14
Hisham Muhammad
2024-08-29
2
-1
/
+34
*
rename updated scm rockspec
Hisham Muhammad
2024-08-29
1
-1
/
+1
*
adjust file metatables even in compat53.module mode (#67)
Hisham Muhammad
2024-08-29
6
-65
/
+160
*
fix: math.tointeger accepts strings convertible to integers (#66)
Hisham Muhammad
2024-08-29
2
-0
/
+2
*
Release 0.13
Hisham Muhammad
2024-02-23
1
-0
/
+32
*
fix detection of LUA_USE_WINDOWS define (#64)
Hisham Muhammad
2024-02-24
1
-5
/
+4
*
CI: add a job running clang (#60)
Hisham Muhammad
2023-11-02
1
-1
/
+4
*
Release: 0.12
v0.12
Hisham Muhammad
2023-11-02
1
-0
/
+33
*
Fix missing closing parenthesis in preprocessor macro (#58)
Gran PC
2023-11-02
1
-1
/
+1
*
Release: 0.11
v0.11
Hisham Muhammad
2023-10-19
2
-1
/
+34
*
Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)
Hisham Muhammad
2023-09-13
8
-2
/
+906
*
strerror_r is not available on mingw (#57)
Hisham Muhammad
2022-08-01
1
-2
/
+3
*
keplerproject -> lunarmodules
Hisham Muhammad
2022-07-26
13
-45
/
+46
*
Convert lua_pushlstring from a macro to a function (#55)
Philipp Janda
2021-12-18
2
-6
/
+11
*
GitHub Actions (#51)
Philipp Janda
2020-11-11
2
-1
/
+67
*
Multi arch tests (#50)
Philipp Janda
2020-11-11
1
-0
/
+51
*
Add latest bit32 rockspec
Philipp Janda
2020-11-08
1
-0
/
+28
*
Fix bit32 conversion issues for Lua 5.1 on 32 bit
v0.10
Philipp Janda
2020-10-10
2
-2
/
+13
*
Fix bit32 scm rockspec
Philipp Janda
2020-10-10
1
-1
/
+1
*
Fix repository name in rockspec
v0.9
Philipp Janda
2020-07-09
1
-1
/
+1
*
Add bit32 library
Philipp Janda
2020-07-09
4
-0
/
+298
*
Make it usable on Lua 5.4
v0.8
Philipp Janda
2020-07-08
5
-6
/
+40
*
Update backports to Lua 5.3.5 versions
Philipp Janda
2018-12-15
3
-7
/
+7
*
Fix feature detection for strerror_r
Philipp Janda
2018-12-15
1
-2
/
+3
*
Fix structure initialization in compat53 lua_load
Philipp Janda
2018-12-15
1
-1
/
+3
*
Make test C module compile as C++ again.
Philipp Janda
2018-07-29
1
-1
/
+1
*
Link to `lua_getextraspace` quirks in README.md.
Philipp Janda
2018-07-29
1
-1
/
+2
*
Improve `lua_getextraspace` tests.
Philipp Janda
2018-07-29
1
-7
/
+21
*
Add an implementation of `lua_getextraspace()`.
Philipp Janda
2018-07-27
5
-6
/
+92
*
Add rockspec for v0.7 release.
Philipp Janda
2018-07-08
1
-0
/
+32
*
Fix feature test for C11 Annex K (strerror_s).
v0.7
Philipp Janda
2018-04-26
1
-2
/
+2
*
Provide strict lua_tointegerx for Lua 5.2 as well.
Philipp Janda
2018-02-11
2
-19
/
+19
*
lua_tointeger(x) rejects non-ints for Lua 5.1.
Philipp Janda
2018-01-13
4
-5
/
+20
*
Verify that lua_getuservalue returns type.
Philipp Janda
2018-01-13
1
-2
/
+2
*
Merge pull request #38 from ThePhD/warnings/vcxx
v0.6
Philipp Janda
2017-10-09
1
-2
/
+2
|
\
|
*
fix VC warnings for integer down-conversions to char
ThePhD
2017-10-04
1
-2
/
+2
|
/
*
Merge pull request #37 from keplerproject/strerror
Philipp Janda
2017-10-01
1
-46
/
+25
|
\
[next]