Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 26be27459b Negation in constant folding of '>>' may overflow il y a 3 ans
  Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints il y a 4 ans
  Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
  Roberto Ierusalimschy d30569c064 Using an enumeration for float->integer coercion modes il y a 5 ans
  Roberto Ierusalimschy 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' il y a 6 ans
  Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. il y a 7 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can il y a 7 ans
  Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables il y a 7 ans
  Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' il y a 7 ans
  Roberto Ierusalimschy 1afd5a152d more generic way to handle 'gclist' il y a 7 ans
  Roberto Ierusalimschy c766e4103d 'luaV_execute' gets call info as extra argument (it is always il y a 7 ans
  Roberto Ierusalimschy 26679ea35b new function 'luaV_flttointeger' to convert floats to integers (without il y a 7 ans
  Roberto Ierusalimschy 4dff277255 coercion string->number in arithmetic operations moved to string il y a 8 ans
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements il y a 8 ans
  Roberto Ierusalimschy d13a3fb070 detail il y a 8 ans
  Roberto Ierusalimschy dad85e4131 macro 'setobj2t' may not be an expression il y a 8 ans
  Roberto Ierusalimschy 7647d5d13d revamp of fast track for table access (table set uses the same il y a 8 ans
  Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) il y a 8 ans
  Roberto Ierusalimschy 1a44e82200 'luaV_fastget' only treats the real fast case (table with a non-nil il y a 9 ans
  Roberto Ierusalimschy b91bc93fd3 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' il y a 10 ans
  Roberto Ierusalimschy 8f25d08637 'invalidateTMcache' not needed in all 'settable' uses il y a 10 ans
  Roberto Ierusalimschy 3b795541c4 fast track for 'settable' il y a 10 ans
  Roberto Ierusalimschy e247c3ada3 implementation of fast track for gettable operations il y a 10 ans
  Roberto Ierusalimschy 81245b1ad5 'numisinteger' (for table keys) replaced by 'luaV_tointeger' (old il y a 10 ans
  Roberto Ierusalimschy f5c690b684 details in comments il y a 11 ans
  Roberto Ierusalimschy d861706620 new macro 'cvt2num' to better control whether strings are convertible il y a 11 ans
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible il y a 11 ans
  Roberto Ierusalimschy c98f195eb9 function 'luaV_numtointeger' changed to a global macro il y a 11 ans
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation il y a 11 ans