teliva/src
Kartik K. Agaram e782cb1ead bugfix: editor was no longer saving anything
I made the changes reverted here out of a mistaken sense that
big-picture edits would interfere with Teliva's memory of what is
currently being edited (teliva_editor_state).
2022-01-27 00:40:33 -08:00
..
lcurses work around a bug in NetBSD libcurses 2022-01-24 20:43:30 -08:00
luasec now building on OpenBSD 2021-11-27 07:58:58 -08:00
luasocket more generic build target in luasocket 2022-01-24 17:32:42 -08:00
Makefile get Teliva working on FreeBSD 2022-01-26 09:36:06 -08:00
json.lua now. we. have. JSON. 2021-11-21 14:22:20 -08:00
kilo.c redo lua vs prose 2022-01-26 15:22:55 -08: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 get Teliva running on NetBSD 2022-01-24 20:15:43 -08: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
ldblib.c 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 when editing a function, show its callers 2022-01-03 23:36:44 -08: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 https now working! 2021-11-21 15:55:52 -08:00
liolib.c instrument some obvious syscalls 2022-01-02 22:36:33 -08: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
loadlib.c 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 drop os.getenv 2022-01-02 19:59:49 -08: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 new fork of Lua 5.1 2021-10-22 19:24:44 -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 get Teliva running on NetBSD 2022-01-24 20:15:43 -08:00
lua.h reorg: pull Teliva-specific stuff out of lua.c 2021-12-25 13:33:37 -08:00
luaconf.h sandbox: no popen 2021-12-25 11:04:23 -08:00
lualib.h https now working! 2021-11-21 15:55:52 -08: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
teliva.c bugfix: editor was no longer saving anything 2022-01-27 00:40:33 -08:00
teliva.h save doc: buffers to .tlv images 2022-01-25 20:45:00 -08:00
tlv.c get Teliva running on NetBSD 2022-01-24 20:15:43 -08:00
tlv.h . 2022-01-02 16:35:01 -08:00
vimrc.vim vimrc 2021-11-05 13:23:58 -07:00