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.
 
 
 
 
Roberto Ierusalimschy f7840a3e0b new algorithm to parse expressions + distribution of code between lparser 25 years ago
bugs lua_settable should check stack space (it could call a T.M.) 25 years ago
lapi.c it is better to control stack space where it is needed. 25 years ago
lapi.h new debug API (first version) 25 years ago
lauxlib.c small changes for "clean C" 25 years ago
lauxlib.h details 25 years ago
lbuffer.c first implementation of multiple states (reentrant code). 25 years ago
lbuiltin.c all order operators use a single tag method (<) 25 years ago
lbuiltin.h details. 25 years ago
lcode.c new algorithm to parse expressions + distribution of code between lparser 25 years ago
lcode.h new algorithm to parse expressions + distribution of code between lparser 25 years ago
ldblib.c new debug API (first version) 25 years ago
ldebug.c must include a definition for NULL 25 years ago
ldebug.h Auxiliary functions from Debug Interface module 25 years ago
ldo.c small changes for "clean C" 25 years ago
ldo.h new debug API (first version) 25 years ago
lfunc.c renaming of some opcodes and fields 25 years ago
lfunc.h comments. 25 years ago
lgc.c renaming of some opcodes and fields 25 years ago
lgc.h first implementation of multiple states (reentrant code). 25 years ago
linit.c `lua_setfallback' leaves things on the stack, so it is better to protect 25 years ago
liolib.c small changes for "clean C" 25 years ago
llex.c small changes for "clean C" 25 years ago
llex.h small changes for "clean C" 25 years ago
lmathlib.c comments. 25 years ago
lmem.c small changes for "clean C" 25 years ago
lmem.h details 25 years ago
lobject.c nobody uses memmove any more. 25 years ago
lobject.h there is no need to use shorts... 25 years ago
lopcodes.h comments 25 years ago
lparser.c new algorithm to parse expressions + distribution of code between lparser 25 years ago
lparser.h new algorithm to parse expressions + distribution of code between lparser 25 years ago
lref.c small changes for "clean C" 25 years ago
lref.h small changes for "clean C" 25 years ago
lstate.c details 25 years ago
lstate.h small changes for "clean C" 25 years ago
lstring.c luaS_newfixedstring renamed to luaS_newfixed 25 years ago
lstring.h luaS_newfixedstring renamed to luaS_newfixed 25 years ago
lstrlib.c small changes for "clean C" 25 years ago
ltable.c small changes for "clean C" 25 years ago
ltable.h details 25 years ago
ltests.c need "string.h" to use "strchr". 25 years ago
ltm.c all order operators use a single tag method (<) 25 years ago
ltm.h all order operators use a single tag method (<) 25 years ago
lua.c details 25 years ago
lua.h details 25 years ago
luadebug.h new debug API (first version) 25 years ago
lualib.h first implementation of multiple states (reentrant code). 25 years ago
lundump.c new ttypes to distinguish between C closures and Lua closures. 25 years ago
lundump.h modifications by lhf 25 years ago
lvm.c all order operators use a single tag method (<) 25 years ago
lvm.h all order operators use a single tag method (<) 25 years ago
lzio.c small changes for "clean C" 25 years ago
lzio.h "const" !!! 26 years ago
makefile all order operators use a single tag method (<) 25 years ago
manual.tex simplified version of `gc' tag method (only for userdata now). 25 years ago