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 383e8b9e77 use of a common `dummynode' for all empty tables 23 years ago
bugs BUG: seg. fault when rawget/rawset get extra arguments 23 years ago
lapi.c new way to handle errors (temporary version) 23 years ago
lapi.h `luaA_index' is a local macro now 23 years ago
lauxlib.c details 23 years ago
lauxlib.h better support for new libraries 23 years ago
lbaselib.c new way to handle errors 23 years ago
lcode.c some simplifications 23 years ago
lcode.h details 23 years ago
ldblib.c new way to handle errors (temporary version) 23 years ago
ldebug.c new way to handle errors 23 years ago
ldebug.h line trace uses `savedpc' to save last `pc' seen 23 years ago
ldo.c new way to handle errors (temporary version) 23 years ago
ldo.h new way to handle errors (temporary version) 23 years ago
lfunc.c simpler implementation for line information 23 years ago
lfunc.h new implementation for lua upvalues (sugested by E.T.): simpler and solves 23 years ago
lgc.c use of a common `dummynode' for all empty tables 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 no more option `*u' in read (too complex) 23 years ago
llex.c error message 23 years ago
llex.h better order of record fields for 64-bit machines 23 years ago
llimits.h good stack limit to compute ack(8,3) 23 years ago
lmathlib.c `pow' must be global (as the implementation of '^') 23 years ago
lmem.c new way to handle errors 23 years ago
lmem.h no more explicit support for wide-chars; too much troble... 23 years ago
lobject.c new way to handle errors 23 years ago
lobject.h support for `light' userdata + simpler support for `boxed' udata 23 years ago
lopcodes.c details 23 years ago
lopcodes.h new semantics for `generic for' (with state) 23 years ago
lparser.c bug: 'local a,b; a,b = 1,f()' did not close f() 23 years ago
lparser.h simpler implementation for line information 23 years ago
lstate.c use of a common `dummynode' for all empty tables 23 years ago
lstate.h use of a common `dummynode' for all empty tables 23 years ago
lstring.c support for `light' userdata + simpler support for `boxed' udata 23 years ago
lstring.h no more explicit support for wide-chars; too much troble... 23 years ago
lstrlib.c details 23 years ago
ltable.c use of a common `dummynode' for all empty tables 23 years ago
ltable.h avoid C identifiers beginning with '_' 23 years ago
ltablib.c `co' library goes with basic library (and not with `tab') 23 years ago
ltests.c support for `light' userdata + simpler support for `boxed' udata 23 years ago
ltests.h details 23 years ago
ltm.c support for `light' userdata + simpler support for `boxed' udata 23 years ago
ltm.h new interface for weak modes 23 years ago
lua.c details 23 years ago
lua.h new way to handle errors 23 years ago
luadebug.h debug interface uses `method' to describe calls like `a:foo()' 23 years ago
lualib.h `baselib' splited in `baselib' and `tablib' 23 years ago
lundump.c simpler implementation for line information 23 years ago
lundump.h new definition for headers of binary files 24 years ago
lvm.c new way to handle errors 23 years ago
lvm.h erroneous objects may not live in the stack 23 years ago
lzio.c no more explicit support for wide-chars; too much troble... 23 years ago
lzio.h new way to handle `profiles' 24 years ago
makefile new macro to convert double->int 23 years ago
manual.tex towards next version... 23 years ago