You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/include
Dibyendu Majumdar bdbbe5e021
issue #150 remove ltests.h and include its contents in lua.h. Now Debug builds will always enable ltests, however, we will not mess with the Lua data structures or other settings
6 years ago
..
lapi.h merge 5.3.1 9 years ago
lauxlib.h issue #151 adopt Doug Lea's allocator 6 years ago
lcode.h issue #136 additional type assertions 7 years ago
lctype.h initial import 9 years ago
ldebug.h merge 5.3.1 9 years ago
ldo.h issue #98 refactor ast library to be just a library and resolve the issue with lua_lock() 6 years ago
lfunc.h issue #86 merge additional changes from Lua 5.3.3 8 years ago
lgc.h issue #86 merge additional changes from Lua 5.3.3 8 years ago
llex.h issue #136 wip 7 years ago
llimits.h issue #119 7 years ago
lmem.h initial import 9 years ago
lobject.h issue #145 move collectable bit left by one bit to make an extra bit available for encoding typeinfo 6 years ago
lopcodes.h issue #138 switch to LuaJIT style bytecode encoding 6 years ago
lparser.h issue #98 refactor ast library to be just a library and resolve the issue with lua_lock() 6 years ago
lprefix.h merge lua 5.3.0 rc3 and fix build on Ubuntu 9 years ago
lstate.h issue #135 debug guards 6 years ago
lstring.h merge 5.3.2 rc2 9 years ago
ltable.h some tech debt cleanup 7 years ago
ltm.h issue #119 7 years ago
lua.h issue #150 remove ltests.h and include its contents in lua.h. Now Debug builds will always enable ltests, however, we will not mess with the Lua data structures or other settings 6 years ago
lua.hpp initial import 9 years ago
luaconf.h revised build and option to enable computed goto in the VM 7 years ago
lualib.h issue #98 start changing the api so that build_ast returns a userdata object containing the AST 6 years ago
lundump.h merge 5.3.2 rc2 9 years ago
lvm.h refactoring 6 years ago
lzio.h merge 5.3.2 rc2 9 years ago
ravi_alloc.h issue #151 adopt Doug Lea's allocator 6 years ago
ravi_arch.h issue #135 some cleanup 7 years ago
ravi_ast.h issue #98 start changing the api so that build_ast returns a userdata object containing the AST 6 years ago
ravi_def.h issue #135 some cleanup 7 years ago
ravi_jitshared.h refactor 7 years ago
ravi_llvm.h minor fixes 7 years ago
ravi_llvmcodegen.h issue #144 change the size of TValue.tt to byte 6 years ago
ravi_membuf.h issue #98 function parameter parsing fix and a different attempt to output the parse tree 6 years ago
ravi_profile.h issue #109 8 years ago
ravijit.h go back to earlier approach of doing full GC collection every n compilations as the GCSETP approach doesn't work 7 years ago