aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release: 0.15.1HEADv0.15.1masterHisham Muhammad2026-07-131-0/+32
|
* Bump the github-actions group with 2 updates (#85)dependabot[bot]2026-07-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 4 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Keep GitHub Actions up to date with GitHub's Dependabot (#84)Christian Clauss2026-07-131-0/+15
|
* Remove luarocks lint of a specific rockspec (#81)Christian Clauss2026-07-121-1/+0
|
* ci: Install lua-compat-5.3 on lua5.1 thru lua5..5 (#80)Christian Clauss2026-07-111-0/+31
|
* Release 0.15.0v0.15.0Hisham Muhammad2026-07-111-0/+32
|
* Update version checks for Lua 5.5tobil4sk2026-03-163-5/+25
|
* ci: be explicit about status check rulesHisham Muhammad2026-03-122-0/+2
|
* ci: bump action versionsHisham Muhammad2026-03-122-4/+4
|
* assert: skip compat53 itself from the stacktraceHisham Muhammad2026-02-011-2/+2
|
* Improve compatibility with FILE* metatype on LuaJITHisham Muhammad2026-02-011-1/+14
| | | | Fixes #70.
* ci: try using clangHisham Muhammad2025-02-131-1/+2
|
* ci: use ubuntu_rolling to avoid aarch64 compiler crashHisham Muhammad2025-02-131-1/+1
|
* ci: update bin32 tests to ubuntu22.04Hisham Muhammad2025-02-131-2/+2
|
* ci: add libreadline-dev dependencyHisham Muhammad2025-02-131-0/+1
|
* Release: 0.14.4v0.14.4Hisham Muhammad2025-01-231-0/+32
|
* prevent loops when loading files within requireHisham Muhammad2025-01-231-41/+22
|
* Release: 0.14.3v0.14.3Hisham Muhammad2024-08-311-0/+32
|
* win32: fix detection for mingw32Hisham Muhammad2024-08-311-1/+1
|
* revert change in tolstreamHisham Muhammad2024-08-311-1/+1
|
* Release: 0.14.2v0.14.2Hisham Muhammad2024-08-301-0/+32
|
* fix: return third result in file-opening functionsHisham Muhammad2024-08-301-6/+18
|
* Release: 0.14.1v0.14.1Hisham Muhammad2024-08-291-0/+33
|
* avoid MSVC build errorHisham Muhammad2024-08-291-3/+9
| | | | | | | | | | ``` Microsoft (R) Incremental Linker Version 14.00.24241.7 Copyright (C) Microsoft Corporation. All rights reserved. io.def : error LNK2001: unresolved external symbol luaopen_compat53_io compat53/io.lib : fatal error LNK1120: 1 unresolved externals Error: Build error: Failed compiling module compat53/io.dll ```
* Release: 0.14v0.14Hisham Muhammad2024-08-292-1/+34
|
* rename updated scm rockspecHisham Muhammad2024-08-291-1/+1
|
* adjust file metatables even in compat53.module mode (#67)Hisham Muhammad2024-08-296-65/+160
| | | | | * adjust file metatables even in compat53.module mode * apply tweaks only to LuaJIT; file:write() only to compat=none
* fix: math.tointeger accepts strings convertible to integers (#66)Hisham Muhammad2024-08-292-0/+2
|
* Release 0.13Hisham Muhammad2024-02-231-0/+32
|
* fix detection of LUA_USE_WINDOWS define (#64)Hisham Muhammad2024-02-241-5/+4
|
* CI: add a job running clang (#60)Hisham Muhammad2023-11-021-1/+4
| | | | | * CI: add a job running clang * CI: fix compiler call that was hardcoded to gcc * CI: run clang in default mode
* Release: 0.12v0.12Hisham Muhammad2023-11-021-0/+33
|
* Fix missing closing parenthesis in preprocessor macro (#58)Gran PC2023-11-021-1/+1
| | | | | | | | | | | | | | | | | | | Fixes this: ```In file included from liolib.c:10:0: lprefix.h:201:0: warning: "LUA_USE_POSIX" redefined [enabled by default] # define LUA_USE_POSIX 1 ^ In file included from /usr/include/lua.h:16:0, from c-api/compat-5.3.h:10, from lprefix.h:46, from liolib.c:10: /usr/include/luaconf.h:21:0: note: this is the location of the previous definition #define LUA_USE_POSIX ^ In file included from liolib.c:10:0: lprefix.h:202:9: error: missing ')' in expression # elif (defined(_MSC_VER) ```
* Release: 0.11v0.11Hisham Muhammad2023-10-192-1/+34
|
* Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)Hisham Muhammad2023-09-138-2/+906
|
* strerror_r is not available on mingw (#57)Hisham Muhammad2022-08-011-2/+3
|
* keplerproject -> lunarmodulesHisham Muhammad2022-07-2613-45/+46
| | | | | | | | | | Regarding the copyright: Kepler Project did not exist as an entity in 2015, and the original copyright for lua-compat-5.2 on which this is based said "Copyright 2013 Hisham Muhammad." The updated notice should be a better representation of authorship, including the copyright for the parts included from upstream Lua.
* Convert lua_pushlstring from a macro to a function (#55)Philipp Janda2021-12-182-6/+11
| | | | This should avoid issues with multiple evaluations of the arguments, which should be very rare, but could in principle happen.
* GitHub Actions (#51)Philipp Janda2020-11-112-1/+67
|
* Multi arch tests (#50)Philipp Janda2020-11-111-0/+51
|
* Add latest bit32 rockspecPhilipp Janda2020-11-081-0/+28
|
* Fix bit32 conversion issues for Lua 5.1 on 32 bitv0.10Philipp Janda2020-10-102-2/+13
| | | | | | | The default unsigned conversion procedure from upstream using `lua_Integer` as an intermediate value fails if `lua_Integer` has only 32 bits (as is the case on 32 bit Lua 5.1). This fix uses a `lua_Number` (hopefully double) as intermediate value in those cases.
* Fix bit32 scm rockspecPhilipp Janda2020-10-101-1/+1
|
* Fix repository name in rockspecv0.9Philipp Janda2020-07-091-1/+1
|
* Add bit32 libraryPhilipp Janda2020-07-094-0/+298
|
* Make it usable on Lua 5.4v0.8Philipp Janda2020-07-085-6/+40
|
* Update backports to Lua 5.3.5 versionsPhilipp Janda2018-12-153-7/+7
|
* Fix feature detection for strerror_rPhilipp Janda2018-12-151-2/+3
| | | | Closes #44.
* Fix structure initialization in compat53 lua_loadPhilipp Janda2018-12-151-1/+3
| | | | Closes #45.
* Make test C module compile as C++ again.Philipp Janda2018-07-291-1/+1
|