117 Commits (fd0e1f530d06340f99334b07d74e5133ce073787)

Author SHA1 Message Date
Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' 3 months ago
Roberto Ierusalimschy 0593256707 'luaH_get' functions return tag of the result 8 months ago
Roberto Ierusalimschy ce6f5502c9 'luaH_get' functions return 'TValue' 8 months ago
Roberto Ierusalimschy d862da6d04 Optimizations for 'lua_rawgeti' and 'lua_rawseti' 10 months ago
Roberto Ierusalimschy 08a077d673 Full implementation of new representation for arrays 1 year ago
Roberto Ierusalimschy 43c8e5bded Full abstraction for representation of array values 1 year ago
Roberto Ierusalimschy 819bd51d87 Some cleaning in the new table API 2 years ago
Roberto Ierusalimschy f8d30826dd New table API for 'set' functions 2 years ago
Roberto Ierusalimschy 351ccd7332 Towards a new implementation of arrays 2 years ago
Roberto Ierusalimschy 26be27459b Negation in constant folding of '>>' may overflow 2 years ago
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 5 years ago
Roberto Ierusalimschy d30569c064 Using an enumeration for float->integer coercion modes 5 years ago
Roberto Ierusalimschy 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 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 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can 6 years ago
Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables 7 years ago
Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' 7 years ago
Roberto Ierusalimschy 1afd5a152d more generic way to handle 'gclist' 7 years ago
Roberto Ierusalimschy c766e4103d 'luaV_execute' gets call info as extra argument (it is always 7 years ago
Roberto Ierusalimschy 26679ea35b new function 'luaV_flttointeger' to convert floats to integers (without 7 years ago
Roberto Ierusalimschy 4dff277255 coercion string->number in arithmetic operations moved to string 7 years ago
Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements 7 years ago
Roberto Ierusalimschy d13a3fb070 detail 8 years ago
Roberto Ierusalimschy dad85e4131 macro 'setobj2t' may not be an expression 8 years ago
Roberto Ierusalimschy 7647d5d13d revamp of fast track for table access (table set uses the same 8 years ago
Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) 8 years ago
Roberto Ierusalimschy 1a44e82200 'luaV_fastget' only treats the real fast case (table with a non-nil 9 years ago
Roberto Ierusalimschy b91bc93fd3 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' 9 years ago
Roberto Ierusalimschy 8f25d08637 'invalidateTMcache' not needed in all 'settable' uses 9 years ago
Roberto Ierusalimschy 3b795541c4 fast track for 'settable' 9 years ago
Roberto Ierusalimschy e247c3ada3 implementation of fast track for gettable operations 9 years ago
Roberto Ierusalimschy 81245b1ad5 'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old 10 years ago
Roberto Ierusalimschy f5c690b684 details in comments 10 years ago
Roberto Ierusalimschy d861706620 new macro 'cvt2num' to better control whether strings are convertible 10 years ago
Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible 10 years ago
Roberto Ierusalimschy c98f195eb9 function 'luaV_numtointeger' changed to a global macro 11 years ago
Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation 11 years ago
Roberto Ierusalimschy e98ba351ce n^-m gives float result (instead of error) 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 ea69f17d98 macro 'tostring' is used only by 'luaV_concat' 11 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid 11 years ago
Roberto Ierusalimschy 6920a7f2e3 new macro 'intop' (to perform integer arithmetic on unsigned types) 12 years ago
Roberto Ierusalimschy 88bf2f83c0 new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' 12 years ago
Roberto Ierusalimschy 4abe99dc34 new interface for 'tonumber' 12 years ago
Roberto Ierusalimschy e381c582de integer handling for order comparisons, power, and modulo operations 12 years ago
Roberto Ierusalimschy 07f861385e first steps in the support of integers: basic representation + table indexing + basic API ops (tointeger/pushinteger) + equality + a few extra stuff 12 years ago