Debian Patches
Status for lua-curses/1:9.0.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-include-path.patch | Give the full path in include | Sophie Brun <sophie@freexian.com> | no | 2017-01-17 | ||
lua_strlen.patch | Fix some "implicit declaration" errors with gcc-15 | Andreas Tille <tille@debian.org> | no | 2025-07-28 | ||
lua-5.4.patch | [PATCH] add support for Lua 5.4 _helpers.c is a copy from luaposix, and needs one trivial change for compatibility with Lua 5.4. luaposix added 5.4 support by appending a `LUA_VERSION_NUM == 504` case to an existing #ifdef for 502 and 503. I chose instead to change it to >= 502, to fix for this 5.4 and avoid encountering this issue again with the next Lua update. |
Ed Maste <emaste@FreeBSD.org> | no | https://github.com/lcurses/lcurses/pull/12/commits/5dbedef3e3cb81119008f1b2d8ea4ce49b574b88 | 2021-01-14 |