Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 86dd8bf3f5 no more 'L' in macros "luai_num*" (several places that use those macros 11 years ago
  Roberto Ierusalimschy 0a850e641d larger limit + better error messages for loop detection in inheritance 11 years ago
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 years ago
  Roberto Ierusalimschy a8f8c7fd80 integer exponentiation with negative exponent is invalid 11 years ago
  Roberto Ierusalimschy 26629d0af1 details (a few casts moved from macro invocation to macro definition) 12 years ago
  Roberto Ierusalimschy af35c7f398 upvalues collected by reference count 12 years ago
  Roberto Ierusalimschy 9eff921f8f "barrier" for link prototype->cache changed to be consistent with 12 years ago
  Roberto Ierusalimschy 439d74e29f added 'local' bit (true => object is only refered by local variables) 12 years ago
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too 12 years ago
  Roberto Ierusalimschy 453450d687 new macro 'l_floor' (allows 'floorf' even when other math operations 12 years ago
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible 12 years ago
  Roberto Ierusalimschy 318575627f avoid adding '.0' to "numbers" like "nan" and "inf" 12 years ago
  Roberto Ierusalimschy 6fb0b11350 string contatenation handles conversion of integers to strings + 12 years ago
  Roberto Ierusalimschy d630daca1a "legal" way to convert a float to an integer in C 12 years ago
  Roberto Ierusalimschy 8c883cb4e8 'objlen' can return integers 12 years ago
  Roberto Ierusalimschy b22a4280c6 macro 'nvalue' removed + cast to void added to avoid warnings 12 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 360587f319 favoring 'tonumber' over 'nvalue' 12 years ago
  Roberto Ierusalimschy f79584faca detail 12 years ago
  Roberto Ierusalimschy 4abe99dc34 new interface for 'tonumber' 12 years ago
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 years ago
  Roberto Ierusalimschy bb1851ce98 'for' loop uses integers when possible 12 years ago
  Roberto Ierusalimschy e381c582de integer handling for order comparisons, power, and modulo operations 12 years ago
  Roberto Ierusalimschy 9600c60df3 functions 'get_equalTM' and 'call_orderTM' moved to other files 12 years ago
  Roberto Ierusalimschy 32bf6c9b27 functions 'traceexec', 'callTM', and 'call_binTM' moved to other 12 years ago
  Roberto Ierusalimschy d4f0c4435d a few more operations supporting integers (minus, umin, mult) 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
  Roberto Ierusalimschy 8f8665fffa 'ttypenv' -> 'ttnov' 12 years ago