161 Commits (c1a63c45f8ec5932993c8cec40d3c5ec0743349c)

Author SHA1 Message Date
Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers 6 years ago
Roberto Ierusalimschy 49c42f3615 Some improvements in 'luaconf.h' 6 years ago
Roberto Ierusalimschy b14609032c Avoid the creation of too many strings in 'package' 6 years ago
Roberto Ierusalimschy 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' 6 years ago
Roberto Ierusalimschy 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK 6 years ago
Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 years ago
Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow 6 years ago
Roberto Ierusalimschy 9cbf17b0f1 Details (comments) 6 years ago
Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy 06127927ff new macro 'ispow2' 6 years ago
Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago
Roberto Ierusalimschy f99f3c42ff comment 7 years ago
Roberto Ierusalimschy 7ad20af2cf more freedom in handling memory-allocation errors (not all allocations 7 years ago
Roberto Ierusalimschy d0356d5f15 another value for LUAI_MAXCCALLS (must think more about that) 7 years ago
Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself 7 years ago
Roberto Ierusalimschy 60a7492d24 new type 'ls_byte' for signed bytes 7 years ago
Roberto Ierusalimschy 4bc33d64de avoid overflows in computation of step size 8 years ago
Roberto Ierusalimschy 2caecf1b3e type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
Roberto Ierusalimschy d103312661 details (typos in comments) 9 years ago
Roberto Ierusalimschy 5bdee4f810 small changes to allow 'precall' to spend time preserving 'func' 9 years ago
Roberto Ierusalimschy 9294466234 detail (string cache a bit smaller by default) 9 years ago
Roberto Ierusalimschy 9fae7b6d3f code for string cache generalized for "associative sets" (compiler 9 years ago
Roberto Ierusalimschy 1198d82530 'lua_longassert' defined as an expression (instead of a command) 9 years ago
Roberto Ierusalimschy b9db9bd0ef 'lua_Number' added to 'L_Umaxalign' union 9 years ago
Roberto Ierusalimschy 16e8bb360b comment 10 years ago
Roberto Ierusalimschy a30c66f0fc macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter 10 years ago
Roberto Ierusalimschy a80cada914 new cache for interning strings 10 years ago
Roberto Ierusalimschy a00013c8d0 'point2int' -> 'point2uint' (to reflect its actual result type) 10 years ago
Roberto Ierusalimschy 4ccc4578b3 detail (use 'l_floor' instead of 'l_mathop(floor)') 10 years ago
Roberto Ierusalimschy c8d6cb0136 macros 'luai_num*' (for float arithmetic operations) moved to 10 years ago
Roberto Ierusalimschy 438a9fcc78 LUAI_MAXSHORTLEN moved from 'luaconf.h' to 'llimits.h' (does not 10 years ago
Roberto Ierusalimschy 5b01cb39b5 larger MINSTRTABSIZE (standard Lua starts with ~230 strings, after 10 years ago
Roberto Ierusalimschy a0503305bd comments 10 years ago
Roberto Ierusalimschy cdd26700e8 definition for 'MAXUPVAL' moved for a more "private" place and its 10 years ago
Roberto Ierusalimschy 1465edf341 old Visual Studio versions did not support 'noreturn' attribute 10 years ago
Roberto Ierusalimschy e75c0148c3 comments (references to "ANSI C" changed to "ISO C", which is the 10 years ago
Roberto Ierusalimschy ff6c034330 configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here 10 years ago
Roberto Ierusalimschy 491103708e 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason 10 years ago
Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 years ago
Roberto Ierusalimschy 325e44d87e no more "-2" for limits. (Limits should be precise; safety is in 10 years ago
Roberto Ierusalimschy 54ac253343 detail (no need to define LUAI_USER_ALIGNMENT_T when it is not 10 years ago
Roberto Ierusalimschy 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company 10 years ago
Roberto Ierusalimschy c94f11d783 'IntPoint' -> 'point2int' + ensure that casted value fits in 11 years ago
Roberto Ierusalimschy 037a70dfea cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from 11 years ago
Roberto Ierusalimschy 8f961da3db macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that 11 years ago
Roberto Ierusalimschy ef789d4161 new global macro 'LUA_MAXUNSIGNED' 11 years ago
Roberto Ierusalimschy bf06e22b6a correct definition for 'MAX_SIZE' (using singed integers as the limit, 11 years ago
Roberto Ierusalimschy 2771050dfa 'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER' 11 years ago