lite-xl/src/api
Francesco Abbate 09a91d6d0b Fix luajit compatibility for new code
The more recent version of lite-xl use the bit32 library and
the lua_Buffer functions. These function were not implemented
by the minimal compatiblity layer and are now added with this commit.

The code is adapted from:

https://github.com/keplerproject/lua-compat-5.2
2021-10-23 15:22:59 +02:00
..
api.c Merge reproc changes from dev. 2021-06-18 14:19:09 -04:00
api.h Initial draft of transition to use LuaJIT2 instead of Lua 5.2 2021-10-23 15:22:59 +02:00
compat.c Fix luajit compatibility for new code 2021-10-23 15:22:59 +02:00
compat.h Fix luajit compatibility for new code 2021-10-23 15:22:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
process.c Merged dev to master. 2021-07-20 14:39:50 -04:00
regex.c Show error message when `pcre2_match` fails 2021-10-11 22:20:44 +02:00
renderer.c Fix dirty pixels problem on window's right side 2021-10-10 14:52:55 +02:00
renderer_font.c Add a C API copy method for font_desc objects 2021-06-21 11:18:52 +02:00
system.c Force project rescan on network filesystems 2021-10-21 23:57:17 +02:00