summaryrefslogtreecommitdiffstats
path: root/src/lua.c
AgeCommit message (Collapse)Author
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-22Enabled higher versisons of lua by making compile independent of user's lua ↵Robin Stern
version. Now version to link to is not hard-coded, so it sc-im will link to whatever lua version user has installed as their default lua. If lua is not found, Makefile then checks for luajit & links to luajit instead. Given lua is checked before luajit, newer compiles will always link to latest version of lua user installs, this is what most users would care about. For advanced users who care about high-performance of luaJIT & do not mind keeping their code compliant to Lua 5.1 & have both lua+luaJIT installed on their machines, they can comment part of Makefile (or remove lua from pkg-config path) to force sc-im to link to luaJIT.
2017-12-02Prevent some warnings during buildandmarti1424
2017-08-01Documentation is produced for static objects also.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-04-26gnuplot interactionmongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-07send command to parser only with send_to_interp functionmongo
2017-04-05more cleaning of uimongo
2017-04-05more cleaningmongo
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-03-20Added more Trigger examples and fixed small bugs in lua. Added also new lua ↵roman65536
function lgetstr.
2017-03-19Added \n in bailandmarti1424
2017-03-19clean header after bailandmarti1424
2017-03-18Move stderr msg to top of screenandmarti1424
2017-03-18change in bail functionandmarti1424
2017-03-18change in bail functionandmarti1424
2017-03-18Add stderr buffer and changed bail function in lua.candmarti1424
2017-03-18Merge branch 'freeze' of https://github.com/andmarti1424/sc-im into freezeroman65536
2017-03-18Fixed a problem with lua trigger lgetnumroman65536
2017-03-17Fix memory leak in doLUAandmarti1424
2017-03-17Merge branch 'freeze' of https://github.com/andmarti1424/sc-im into freezemongo
2017-03-17Clean initial message off screen after querymongo
2017-03-16Fix tabsandmarti1424
2017-03-16Search for for lua trigger and c trigger included. Now the lua scripts are ↵roman65536
search in ~/.scim/lua/ or /usr/local/share/scim/lua C triggers have to be placed in ~/.scim/module/ or /usr/local/share/scim/module
2017-03-16Removed tabsmongo
2017-03-16Merge branch 'freeze' of https://github.com/andmarti1424/sc-im into freezeroman65536
2017-03-16Fixed segv @load due to not founding the init.lua fileroman65536
2017-03-15Avoid segfault in bail functionandmarti1424
2017-03-15Swap r and c variables in some functionsmongo
2017-03-15Comment sc_debug in querymongo
2017-03-15Fix in query functionmongo
2017-03-15Change calls to printf to sc_debugmongo
2017-03-15Warnings cleanup and compilation time switches.roman65536
2017-03-14Add filesandmarti1424