aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-19better error messages for luaL_checkversionRoberto Ierusalimschy1-4/+5
2009-06-19l_version may be local to 'lua_version'Roberto Ierusalimschy1-4/+3
2009-06-18'checkversion' implemented in the auxiliary libraryRoberto Ierusalimschy3-5/+16
2009-06-18new function 'lua_version' (so that 'checkversion' can be implementedRoberto Ierusalimschy4-15/+12
2009-06-18default paths have dot option as the last one (to improve security)Roberto Ierusalimschy1-9/+9
2009-06-18better treatment of integer formats in string.formatRoberto Ierusalimschy1-7/+6
2009-06-18small optimization in 'lua_arith' (avoids overhead in the common caseRoberto Ierusalimschy1-2/+6
2009-06-18new macro 'changenvalue'Roberto Ierusalimschy1-1/+4
2009-06-18small optimization (reorder of BinOpr enum to unify some casesRoberto Ierusalimschy3-22/+23
2009-06-17lua_objlen should not work for numbers (according to the manual)Roberto Ierusalimschy1-8/+1
2009-06-17'lua_lessthan' replaced by more generic 'lua_compare'Roberto Ierusalimschy1-2/+2
2009-06-17new functions 'lua_arith' and 'lua_compare'Roberto Ierusalimschy3-24/+51
2009-06-17exports luaV_arith to be used by lua_arithRoberto Ierusalimschy1-1/+3
2009-06-17exports luaV_arith to be used by lua_arith + uses 'luaO_arith' toRoberto Ierusalimschy1-16/+7
2009-06-17constant folding uses 'luaO_arith' to perform basic operationsRoberto Ierusalimschy1-17/+5
2009-06-17new function 'luaO_arith' to perform basic arithmetic operationsRoberto Ierusalimschy2-2/+17
2009-06-17'lessequal' renamed 'luaV_lessequal' and exported to be used byRoberto Ierusalimschy2-4/+5
2009-06-15new API function 'lua_mainthread'Roberto Ierusalimschy3-3/+12
2009-06-15patch for wrong code generation for some particular boolean expressionsRoberto Ierusalimschy1-2/+49
2009-06-15BUG: "(((1 or false) and true) or false)" gives wrong resultRoberto Ierusalimschy1-9/+15
2009-06-10'getline' renamed to 'getfuncline' (to avoid problems with POSIX)Roberto Ierusalimschy4-9/+9
2009-06-10new function 'luaK_codek' (detail)Roberto Ierusalimschy3-6/+15
2009-06-08new macro 'condmovestack' instead of 'condhardstacktests'Roberto Ierusalimschy4-13/+11
2009-06-04added "\n" at the end of 'package.config' (so that the stringRoberto Ierusalimschy1-2/+2
2009-06-01no more L->base + ci->base only for Lua functions (C functions may useRoberto Ierusalimschy7-80/+81
2009-05-27small bug in 'luaV_concat' (L->top was left incorrect in some cases)Roberto Ierusalimschy4-29/+28
2009-05-27type of 'luai_ctype_' array changed to unsigned (safer for bitwiseRoberto Ierusalimschy2-4/+6
2009-05-22details (use ci->base instead of L->base when possible)Roberto Ierusalimschy1-6/+6
2009-05-21errors in finalizers are propagated with code LUA_ERRGCMM (ERRor inRoberto Ierusalimschy3-9/+20
2009-05-18hexadecimal escape sequences in strings + better error messages forRoberto Ierusalimschy1-22/+55
2009-05-18new macro 'zungetc'Roberto Ierusalimschy1-1/+4
2009-05-18new property 'lisupper' (needed to compute values for hexa digits)Roberto Ierusalimschy2-7/+9
2009-05-04'symbexec' merged with 'getobjname' (as only use for symbolic executionRoberto Ierusalimschy1-103/+78
2009-05-01variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' ->Roberto Ierusalimschy1-7/+7
2009-05-01commentsRoberto Ierusalimschy1-3/+5
2009-04-30no more code checkingRoberto Ierusalimschy5-131/+9
2009-04-29resize string hash table only when new size is smaller than current oneRoberto Ierusalimschy1-3/+7
2009-04-29hash table for strings is rehashed in placeRoberto Ierusalimschy1-16/+18
2009-04-28new way to GC stacks: the entire stack must be correct all the times;Roberto Ierusalimschy4-47/+63
2009-04-27malicious zero-length string in binary code may segfault Lua +Roberto Ierusalimschy1-2/+30
2009-04-27unused arguments removedRoberto Ierusalimschy1-9/+9
2009-04-26'exit' changed to 'abort' in case of panic (+ some extra comments)Roberto Ierusalimschy1-9/+9
2009-04-17several small improvements based on 'ci' being fixed now (includingRoberto Ierusalimschy8-138/+133
2009-04-17'luaM_freearray' does not need array type as argumentRoberto Ierusalimschy5-18/+18
2009-04-17'CallInfo' stack implemented as double-linked list instead of an arrayRoberto Ierusalimschy10-126/+127
2009-04-15'nresults' is saved in CallInfo from the caller, not the calledRoberto Ierusalimschy1-5/+4
2009-04-14new function 'T.makeCfunc' (for later use)Roberto Ierusalimschy1-16/+38
2009-04-08first implementation of yieldable 'pcall'Roberto Ierusalimschy5-30/+110
2009-04-03detailRoberto Ierusalimschy1-2/+2
2009-04-02added comment explaining why the 'feof' test when loading a fileRoberto Ierusalimschy1-1/+4