summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-08-12Fixing Linux build.HEADmasterNicolas "Pixel" Noble
2014-08-11Skeleton of editline support.Nicolas "Pixel" Noble
2014-08-11Let's not have destructors throwing exceptions, please.Nicolas Noble
2014-08-11Bug fixing - how was that even working... ?Nicolas Noble
2013-08-06Slightly cleaner this way. It's true that the LuaExecFile doesn't need to ↵Nicolas "Pixel" Noble
re-run after yielding once, but it does support it, so let's just follow a canonical style.
2013-08-06Using shared_ptrs to properly delete our LuaExecFile in all cases.Nicolas "Pixel" Noble
2013-08-05Adding the LuaLoad function.Nicolas Noble
2013-07-24Actually adding history this time.Nicolas "Pixel" Noble
2013-07-24Adding history support to Readline.Nicolas "Pixel" Noble
2013-07-24Implemented Readline by using libedit.Nicolas "Pixel" Noble
2013-07-23Creating Readline skeleton.Nicolas Noble