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 644799537f allow more bits in 'callstatus' (use no extra space due to alignments) 9 years ago
bugs diff for last bug was against wrong version 9 years ago
lapi.c call 'checkGC' *after* creating new objects (this is how 'execute' 9 years ago
lapi.h macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter 10 years ago
lauxlib.c no more extra space in 'luaL_checkstack'. (It was already useless 9 years ago
lauxlib.h details (comments) 9 years ago
lbaselib.c details ('error' does not coerce numbers to strings + comments) 9 years ago
lbitlib.c avoid the use of deprecated functions 'luaL_checkunsigned'/ 9 years ago
lcode.c comment (FALLTHROUGH) 9 years ago
lcode.h 'getcode' -> 'getinstruction' 9 years ago
lcorolib.c error handling in 'wrap' does not coerce numbers into string messages 9 years ago
lctype.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c details (comments) 9 years ago
ldebug.c detail (comment) 9 years ago
ldebug.h reuse of 'addinfo' by lexical errors 10 years ago
ldo.c comments (about hooks vs signals) 9 years ago
ldo.h avoid empty macro arguments (invalid in C89) 9 years ago
ldump.c avoid calling write function with empty block 9 years ago
lfunc.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lfunc.h definition for 'MAXUPVAL' moved for a more "private" place and its 10 years ago
lgc.c do not try to ensure that 'sweepgc' points to a live object 9 years ago
lgc.h avoid empty macro arguments (invalid in C89) 9 years ago
linit.c includes 'stddef.h' (as it uses NULL) 10 years ago
liolib.c 'io.read("n")' accepts both a dot and the locale point as its 9 years ago
llex.c now that 'luaO_str2num' always accepts a dot as a radix character, 9 years ago
llex.h now that 'luaO_str2num' always accepts a dot as a radix character, 9 years ago
llimits.h details (typos in comments) 9 years ago
lmathlib.c detail (ensure subtraction is done unsigned) 9 years ago
lmem.c allocation function is not exactly API (and cannot raise errors 10 years ago
lmem.h details in 'luaM_reallocvchar' 10 years ago
loadlib.c details (comments) 9 years ago
lobject.c do not convert decimal constants with overflow to integers. 9 years ago
lobject.h allow 'set' macros to be used when 'L' is not available (as it was 9 years ago
lopcodes.c includes 'stddef.h' (as it uses NULL) 10 years ago
lopcodes.h `name' in comments changed to 'name' 10 years ago
loslib.c 'os.time(t)' normalizes 't' fields 9 years ago
lparser.c 'singlevaraux' returns result only in 'var->k' 9 years ago
lparser.h more comments + reordeing of union inside 'expdesc' to allow 9 years ago
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 10 years ago
lstate.c removed field 'n' from 'CallInfo' (not being used right now) 9 years ago
lstate.h allow more bits in 'callstatus' (use no extra space due to alignments) 9 years ago
lstring.c tiny code refactoring in 'luaS_hash' 9 years ago
lstring.h new function 'luaS_hashlongstr' 9 years ago
lstrlib.c 'string.format("%q")' writes 'math.mininteger' in hexa, to ensure 9 years ago
ltable.c details (typos in comments) 9 years ago
ltable.h bug: despite its name, 'luaH_getstr' did not work for strings in 9 years ago
ltablib.c in 'table.move', destination table can be source table even if 9 years ago
ltests.c '*' as a number means stack size, so that "return *" returns 9 years ago
ltests.h code for string cache generalized for "associative sets" (compiler 9 years ago
ltm.c When available, use metafield '__name' in error messages 9 years ago
ltm.h When available, use metafield '__name' in error messages 9 years ago
lua.c added ';' at the end of "expression lines" ("return exp;") so that 9 years ago
lua.h 'lua_pushglobaltable' returns 'void' 9 years ago
luaconf.h detail (macro should "use" all its arguments) 9 years ago
lualib.h new library: utf8 11 years ago
lundump.c macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used 9 years ago
lundump.h long strings are created directly in final position when possible 9 years ago
lutf8lib.c details (avoid some 'lint' warnings) 10 years ago
lvm.c new macro 'vmfetch' to help changing code to computed goto's (macro 9 years ago
lvm.h 'luaV_fastget' only treats the real fast case (table with a non-nil 9 years ago
lzio.c long strings are created directly in final position when possible 9 years ago
lzio.h long strings are created directly in final position when possible 9 years ago
makefile details 9 years ago