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 8823f371a2 new header to put together debug-related declarations 24 years ago
bugs bug in lua_pushuserdata(L, NULL) 24 years ago
lapi.c better control of relationship top x L->top 24 years ago
lapi.h new implementation for `next' 25 years ago
lauxlib.c first implementation for type names 24 years ago
lauxlib.h first implementation for type names 24 years ago
lbaselib.c `assert' returns its first argument 24 years ago
lcode.c simpler implementation of for loops 24 years ago
lcode.h simpler implementation of for loops 24 years ago
ldblib.c new macro pushliteral 24 years ago
ldebug.c smaller tables for machines with 8-bit alignment 24 years ago
ldebug.h new definition for types-tags 24 years ago
ldo.c no need for tags in boxed values :-( 24 years ago
ldo.h macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
lfunc.c no need for tags in boxed values :-( 24 years ago
lfunc.h `free' gets size of the block: complete control over memory use 24 years ago
lgc.c no need for tags in boxed values :-( 24 years ago
lgc.h new API for garbage collector 24 years ago
linit.c obsolete module; not part of the oficial distribution 25 years ago
liolib.c details 24 years ago
llex.c thead-specific state separated from "global" state 24 years ago
llex.h tighter size for error buffers 24 years ago
llimits.h lua_Number defined in lua.h (1st version) 24 years ago
lmathlib.c lua_Number defined in lua.h (1st version) 24 years ago
lmem.c macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
lmem.h `free' gets size of the block: complete control over memory use 24 years ago
lobject.c all boxed types start with their tags 24 years ago
lobject.h no need for tags in boxed values :-( 24 years ago
lopcodes.h no more END opcode 24 years ago
lparser.c detail in error message 24 years ago
lparser.h `free' gets size of the block: complete control over memory use 24 years ago
lstate.c new macros + new names to facilitate compilation of threaded version 24 years ago
lstate.h no need for tags in boxed values :-( 24 years ago
lstring.c no need for tags in boxed values :-( 24 years ago
lstring.h small changes in lstring 24 years ago
lstrlib.c new macro pushliteral 24 years ago
ltable.c no need for tags in boxed values :-( 24 years ago
ltable.h smaller tables for machines with 8-bit alignment 24 years ago
ltests.c better control of relationship top x L->top 24 years ago
ltests.h new header to put together debug-related declarations 24 years ago
ltm.c new macros + new names to facilitate compilation of threaded version 24 years ago
ltm.h first implementation for type names 24 years ago
lua.c new macros + new names to facilitate compilation of threaded version 24 years ago
lua.h new macros + new names to facilitate compilation of threaded version 24 years ago
luadebug.h all API functions are declared in a single line (to facilitate pre-processing). 24 years ago
lualib.h some cleaning 24 years ago
lundump.c no more END opcode 24 years ago
lundump.h last changes by lhf. 24 years ago
lvm.c top must be updated when there is any error 24 years ago
lvm.h better control of relationship top x L->top 24 years ago
lzio.c `lua.h' is included before any other Lua header file 25 years ago
lzio.h more controled use of `sprintf' 24 years ago
makefile details 24 years ago
manual.tex `assert' returns its first argument 24 years ago