teliva/src
Kartik K. Agaram 618b49fbf3 use markdown syntax for images
Now they render right on non-Github forges.
2023-11-26 18:06:52 -08:00
..
lcurses reliably exit on confirmation 2022-03-05 14:44:37 -08:00
luasec experiment: drop -Wshadow 2022-03-03 18:15:26 -08:00
luasocket experiment: drop -Wshadow 2022-03-03 18:15:26 -08:00
Makefile drop the lfs library 2022-03-14 17:26:13 -07:00
file.lua use markdown syntax for images 2023-11-26 18:06:52 -08:00
json.lua now. we. have. JSON. 2021-11-21 14:22:20 -08:00
jsonf.lua stop using tasks in start_reading/start_writing 2022-03-16 17:03:38 -07:00
kilo.c show common suggestions when editing permissions 2022-04-05 20:50:51 -07:00
lapi.c get rid of userstate hooks 2021-10-24 09:52:07 -07:00
lapi.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lauxlib.c clean up a few warnings with gcc 9.3.0 2021-10-22 19:25:59 -07:00
lauxlib.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lbaselib.c drop string.dump, clean up docs around it 2022-03-13 14:41:41 -07:00
lcode.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lcode.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldebug.c standardize warning flags everywhere 2021-11-22 19:01:07 -08:00
ldebug.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldo.c simplify function call instrumentation 2022-03-16 21:19:19 -07:00
ldo.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ldump.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lfunc.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lfunc.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lgc.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lgc.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
linit.c drop the lfs library 2022-03-14 17:26:13 -07:00
liolib.c disallow all relative paths (./ or ../) 2022-03-20 17:58:14 -07:00
llex.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
llex.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
llimits.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmathlib.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmem.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lmem.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lobject.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lobject.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lopcodes.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lopcodes.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
loslib.c disallow all relative paths (./ or ../) 2022-03-20 17:58:14 -07:00
lparser.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lparser.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstate.c mildly less confusing 2021-10-24 09:58:47 -07:00
lstate.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstring.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstring.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lstrlib.c drop string.dump, clean up docs around it 2022-03-13 14:41:41 -07:00
ltable.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltable.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltablib.c clean up a few warnings with gcc 9.3.0 2021-10-22 19:25:59 -07:00
ltm.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
ltm.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lua.c a sharp edge in Lua's dorequire() 2022-04-11 23:32:56 -07:00
lua.h reorg: pull Teliva-specific stuff out of lua.c 2021-12-25 13:33:37 -08:00
luaconf.h some more dead code 2022-02-06 13:48:46 -08:00
lualib.h drop the lfs library 2022-03-14 17:26:13 -07:00
lundump.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lundump.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lvm.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lvm.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lzio.c new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
lzio.h new fork of Lua 5.1 2021-10-22 19:24:44 -07:00
realpath.c fix build on Mac OS 2022-02-10 23:42:09 -08:00
task.lua stop running task.scheduler by default 2022-03-16 21:38:34 -07:00
teliva.c actually _use_ the ask permission 2022-04-07 09:19:55 -07:00
teliva.h experiment: ask for permission on file operations 2022-04-05 22:26:43 -07:00
tlv.c fix build on Mac OS 2022-02-10 23:42:09 -08:00
tlv.h . 2022-01-02 16:35:01 -08:00
vimrc.vim vimrc 2021-11-05 13:23:58 -07:00