aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-18detail (no need to define LUAI_USER_ALIGNMENT_T when it is notRoberto Ierusalimschy1-4/+5
2014-07-18type 'Udata' refers directly to structure inside the union (unionRoberto Ierusalimschy7-35/+48
2014-07-18type 'TString' refers directly to the structure inside the unionRoberto Ierusalimschy13-104/+102
2014-07-18ensure size for LUAI_USER_ALIGNMENT_T in tests is larger than theRoberto Ierusalimschy1-2/+2
2014-07-18added check for conversion 'obj2gco' (and corrections for smallRoberto Ierusalimschy10-39/+51
2014-07-17no need for field 'gch' anymoreRoberto Ierusalimschy5-81/+71
2014-07-17change in GCObject: instead of being a union, it is now a structureRoberto Ierusalimschy2-19/+30
2014-07-17new type 'lua_Ctx' for continuation-function contexts (to allow typeRoberto Ierusalimschy7-42/+63
2014-07-17new conversion float->integer: conversion is valid only whenRoberto Ierusalimschy4-35/+46
2014-07-16'requiref' checks 'package.loaded' before loading a moduleRoberto Ierusalimschy2-13/+22
2014-07-16function 'type' keeps type names as upvalues to avoid creating stringsRoberto Ierusalimschy1-8/+21
2014-07-16detail (added placeholders for non-function fields to preallocateRoberto Ierusalimschy3-3/+16
2014-07-16Table library now respects '__index'/'__newindex' metamethodsRoberto Ierusalimschy1-43/+96
2014-07-15removed unused parameter Ä'L' in macro 'api_check' and companyRoberto Ierusalimschy6-55/+52
2014-07-15added api check in 'lua_typename' (tag is valid)Roberto Ierusalimschy1-2/+3
2014-06-30detail (typos in comments)Roberto Ierusalimschy9-28/+28
2014-06-26unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy6-32/+46
2014-06-26emergency collection can happen even when collector is stoppedRoberto Ierusalimschy1-5/+3
2014-06-26detail (comment)Roberto Ierusalimschy1-2/+2
2014-06-26unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy1-48/+1
2014-06-26var-arguments to the script come from 'arg' table (not from originalRoberto Ierusalimschy1-10/+16
2014-06-26'IntPoint' -> 'point2int' + ensure that casted value fits inRoberto Ierusalimschy2-5/+5
2014-06-24LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and thatRoberto Ierusalimschy2-9/+8
2014-06-19use proper macros to convert 'GCObject' to other objects + betterRoberto Ierusalimschy1-24/+23
2014-06-19detail (avoid too large macro)Roberto Ierusalimschy1-3/+5
2014-06-19more precision between closure types ('LClosure' x 'CClosure')Roberto Ierusalimschy9-49/+49
2014-06-18use appropriate macros to convert GCObject to specific typesRoberto Ierusalimschy3-9/+17
2014-06-18allows different 'source' for each prototype, but inherits it fromRoberto Ierusalimschy2-21/+34
2014-06-18added assertion about sources being the same for all protos in a chunkRoberto Ierusalimschy1-2/+4
2014-06-18changed macro for compatibility options + detailsRoberto Ierusalimschy1-5/+5
2014-06-18source for all prototypes must be equal in a chunk; no need to storeRoberto Ierusalimschy2-4/+6
2014-06-18'math.ifloor' is backRoberto Ierusalimschy1-1/+15
2014-06-17macro 'checkobjref' accepts NULL (as all its uses checked for NULLRoberto Ierusalimschy1-21/+15
2014-06-12cleaner way to handle bit CIST_OAH (with auxiliar macros)Roberto Ierusalimschy3-16/+16
2014-06-11janitor work on 'lua_resume' and related codeRoberto Ierusalimschy1-28/+32
2014-06-10new items in default path for WindowsRoberto Ierusalimschy1-6/+10
2014-06-10bit-field CIST_YIELDED removed (it was never consulted)Roberto Ierusalimschy2-10/+8
2014-06-10must also reset CIST_OAH if necessary (CallInfo is not a fresh one)Roberto Ierusalimschy1-5/+6
2014-06-10more relaxed rules for __eq metamethod (more similar to otherRoberto Ierusalimschy3-20/+11
2014-06-10no need for field 'status' in structure 'CallInfo' (after removalRoberto Ierusalimschy3-29/+29
2014-06-10new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy6-61/+44
2014-06-09added commentsRoberto Ierusalimschy1-6/+19
2014-06-05lots of janitor work (including comments) + 'arg' table createdRoberto Ierusalimschy1-153/+223
2014-06-02'math.mof' works with integers, tooRoberto Ierusalimschy1-12/+24
2014-06-02'assert' does not assume that the error object is a stringRoberto Ierusalimschy1-4/+9
2014-06-02if numeral overflows the reading buffer, signal it as invalid inputRoberto Ierusalimschy1-3/+5
2014-06-01details (comments)Roberto Ierusalimschy1-9/+7
2014-05-29detail (to avoid warnings of unused variable)Roberto Ierusalimschy1-2/+2
2014-05-27more "religious" definition for 'lua_numtointeger'Roberto Ierusalimschy1-9/+7
2014-05-26no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil'Roberto Ierusalimschy1-14/+18