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 08da48a73c detail 23 years ago
bugs two new bugs in 4.0 :-( (both were already corrected in 5.0 :-) 23 years ago
lapi.c small bugs when stack is reallocated 23 years ago
lapi.h `luaA_index' is a local macro now 23 years ago
lauxlib.c `luadebug.h' content now is included in `lua.h' 23 years ago
lauxlib.h `newproxy' uses its own weaktable 23 years ago
lbaselib.c any Lua closure has a table of globals (not only active functions) 23 years ago
lcode.c new macros `ttis*' 23 years ago
lcode.h details 23 years ago
ldblib.c `luadebug.h' content now is included in `lua.h' 23 years ago
ldebug.c (much) cleaner way to control function states 23 years ago
ldebug.h `luadebug.h' content now is included in `lua.h' 23 years ago
ldo.c detail 23 years ago
ldo.h warnings in other compilers 23 years ago
lfunc.c first implementation of independent global table per function 23 years ago
lfunc.h first implementation of independent global table per function 23 years ago
lgc.c new API for weak mode 23 years ago
lgc.h simpler way to collect userdata 23 years ago
linit.c obsolete module; not part of the oficial distribution 25 years ago
liolib.c `luadebug.h' content now is included in `lua.h' 23 years ago
llex.c bug: chunk can end just after a '\' in a string 23 years ago
llex.h new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
llimits.h hook count is quadratic 23 years ago
lmathlib.c ensure proper rounding 23 years ago
lmem.c new protocol for error handling 23 years ago
lmem.h new way to handle errors 23 years ago
lobject.c warnings in other compilers 23 years ago
lobject.h new API for weak mode 23 years ago
lopcodes.c new fallback __le (less equal), for partial order 23 years ago
lopcodes.h tailcall is executed together with call 23 years ago
lparser.c new implementation for tailcall 23 years ago
lparser.h no more `global' declarations 23 years ago
lstate.c (much) cleaner way to control function states 23 years ago
lstate.h (much) cleaner way to control function states 23 years ago
lstring.c support for `light' userdata + simpler support for `boxed' udata 23 years ago
lstring.h new macro to `fix' strings 23 years ago
lstrlib.c `concat' goes to `table' library 23 years ago
ltable.c new API for weak mode 23 years ago
ltable.h new `__newindex' eventfield 23 years ago
ltablib.c `luadebug.h' content now is included in `lua.h' 23 years ago
ltests.c `luadebug.h' content now is included in `lua.h' 23 years ago
ltests.h new names for light userdata operations 23 years ago
ltm.c new API for weak mode 23 years ago
ltm.h new API for weak mode 23 years ago
lua.c ensure fixed order for library initialization 23 years ago
lua.h any Lua closure has a table of globals (not only active functions) 23 years ago
lualib.h LUA_ALERT is no longer used 23 years ago
lundump.c internal names 23 years ago
lundump.h new versions from lhf 23 years ago
lvm.c (much) cleaner way to control function states 23 years ago
lvm.h (much) cleaner way to control function states 23 years ago
lzio.c lua_Chunkreader gets a lua_State, to avoid future incompatibilities 23 years ago
lzio.h internal names 23 years ago
makefile the usual... 23 years ago
manual.tex towards 5.0 alpha... 23 years ago