lite-xl/src/api
Francesco Abbate e125c9666e 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-03 00:12:33 +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-03 00:07:37 +02:00
compat.c Fix luajit compatibility for new code 2021-10-03 00:12:33 +02:00
compat.h Fix luajit compatibility for new code 2021-10-03 00:12:33 +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 Merged dev to master. 2021-07-20 14:39:50 -04:00
renderer.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +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 Use new dmon version win watch_add/rm 2021-10-03 00:04:30 +02:00