Cronologia Commit

Autore SHA1 Messaggio Data
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 anni fa
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 anni fa
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid 11 anni fa
  Roberto Ierusalimschy 26629d0af1 details (a few casts moved from macro invocation to macro definition) 12 anni fa
  Roberto Ierusalimschy af35c7f398 upvalues collected by reference count 12 anni fa
  Roberto Ierusalimschy 9eff921f8f "barrier" for link prototype->cache changed to be consistent with 12 anni fa
  Roberto Ierusalimschy 439d74e29f added 'local' bit (true => object is only refered by local variables) 12 anni fa
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too 12 anni fa
  Roberto Ierusalimschy 453450d687 new macro 'l_floor' (allows 'floorf' even when other math operations 12 anni fa
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible 12 anni fa
  Roberto Ierusalimschy 318575627f avoid adding '.0' to "numbers" like "nan" and "inf" 12 anni fa
  Roberto Ierusalimschy 6fb0b11350 string contatenation handles conversion of integers to strings + 12 anni fa
  Roberto Ierusalimschy d630daca1a "legal" way to convert a float to an integer in C 12 anni fa
  Roberto Ierusalimschy 8c883cb4e8 'objlen' can return integers 12 anni fa
  Roberto Ierusalimschy b22a4280c6 macro 'nvalue' removed + cast to void added to avoid warnings 12 anni fa
  Roberto Ierusalimschy 6920a7f2e3 new macro 'intop' (to perform integer arithmetic on unsigned types) 12 anni fa
  Roberto Ierusalimschy 88bf2f83c0 new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' 12 anni fa
  Roberto Ierusalimschy 360587f319 favoring 'tonumber' over 'nvalue' 12 anni fa
  Roberto Ierusalimschy f79584faca detail 12 anni fa
  Roberto Ierusalimschy 4abe99dc34 new interface for 'tonumber' 12 anni fa
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 anni fa
  Roberto Ierusalimschy bb1851ce98 'for' loop uses integers when possible 12 anni fa
  Roberto Ierusalimschy e381c582de integer handling for order comparisons, power, and modulo operations 12 anni fa
  Roberto Ierusalimschy 9600c60df3 functions 'get_equalTM' and 'call_orderTM' moved to other files 12 anni fa
  Roberto Ierusalimschy 32bf6c9b27 functions 'traceexec', 'callTM', and 'call_binTM' moved to other 12 anni fa
  Roberto Ierusalimschy d4f0c4435d a few more operations supporting integers (minus, umin, mult) 12 anni fa
  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 anni fa
  Roberto Ierusalimschy 8f8665fffa 'ttypenv' -> 'ttnov' 12 anni fa
  Roberto Ierusalimschy 75250a237c typos in comments 12 anni fa
  Roberto Ierusalimschy a3e1c40d6d remove of unecessary luaD_checkstack. (In some cases, C should 13 anni fa