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 a4c6dcf999 detail (better error messages for light userdata) 11 years ago
bugs new bug: Resuming the running coroutine makes it unyieldable 11 years ago
lapi.c field 'op' renamed to 'open' 11 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c detail (better error messages for light userdata) 11 years ago
lauxlib.h 'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.) 11 years ago
lbaselib.c no more second result from 'collectgarbage"count"' (as Lua seldom 11 years ago
lbitlib.c avoid undefined shift of LUA_NBITS in rotate operation 11 years ago
lcode.c C++ needs casts for arithmetic with enums 11 years ago
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lcorolib.c added 'return' (when possible) to calls to error functions 12 years ago
lctype.c missing 'LUA_CORE' definition 13 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c 'debug.subtype' -> 'math.type' (to distinguish integers and floats) 11 years ago
ldebug.c 'lua_sethook' returns void 11 years ago
ldebug.h correct error message for conversion errors from float to int 12 years ago
ldo.c field 'op' renamed to 'open' 11 years ago
ldo.h 'lua_load' has an extra argument 'mode' 13 years ago
ldump.c dumping and undumping integers 12 years ago
lfunc.c new list 'twups' to allow traversal of upvalues from dead threads 11 years ago
lfunc.h new list 'twups' to allow traversal of upvalues from dead threads 11 years ago
lgc.c no need to keep threads in a different GC list, now that there is the 11 years ago
lgc.h no need to keep threads in a different GC list, now that there is the 11 years ago
linit.c new library: utf8 11 years ago
liolib.c comment 11 years ago
llex.c new syntax for Unicode escape '\u{012F}' 11 years ago
llex.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
llimits.h initial size of string table (MINSTRTABSIZE) should be large enough 11 years ago
lmathlib.c 'debug.subtype' -> 'math.type' (to distinguish integers and floats) 11 years ago
lmem.c removed debug code 13 years ago
lmem.h typo in comment 12 years ago
loadlib.c detail (changing some names of macros) 11 years ago
lobject.c UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 11 years ago
lobject.h UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 11 years ago
lopcodes.c first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lopcodes.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
loslib.c uses integers for time 12 years ago
lparser.c first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lparser.h bug (GC can collect long identifier during parser) + change (using 11 years ago
lstate.c no need to keep threads in a different GC list, now that there is the 11 years ago
lstate.h no need to keep threads in a different GC list, now that there is the 11 years ago
lstring.c check for shrinking string table done only at the end of a GC cycle 11 years ago
lstring.h "fixed" objects kept in a separated list (instead of being kept in 11 years ago
lstrlib.c added explicit default options to string.pack/unpack functions 11 years ago
ltable.c no more 'L' in macros "luai_num*" (several places that use those macros 11 years ago
ltable.h bug (GC can collect long identifier during parser) + change (using 11 years ago
ltablib.c no need to handle 0 as a special case in 'table.remove' 12 years ago
ltests.c no need to keep threads in a different GC list, now that there is the 11 years ago
ltests.h new macro 'luai_userstateclose' (to test it is being called correctly) 11 years ago
ltm.c first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
ltm.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lua.c still accepts initial '=' for expressions, for compatibility with old 11 years ago
lua.h no more local collection 11 years ago
luaconf.h no more 'L' in macros "luai_num*" (several places that use those macros 11 years ago
lualib.h new library: utf8 11 years ago
lundump.c no more local collection 11 years ago
lundump.h no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
lutf8lib.c added proper headers for a standard lib file 11 years ago
lvm.c insertion of ".0" in floats with integer values done by "luaL_tolstring", 11 years ago
lvm.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lzio.c details (header comments) 13 years ago
lzio.h simpler way to create messages for errors in escape sequences 11 years ago
makefile new library: utf8 11 years ago