Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 8c68863960 initial size of string table (MINSTRTABSIZE) should be large enough 12 years ago
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible 12 years ago
  Roberto Ierusalimschy fc083f1138 removed all tricks for conversions + 'luai_hashnum' moved to ltable.c 12 years ago
  Roberto Ierusalimschy d630daca1a "legal" way to convert a float to an integer in C 12 years ago
  Roberto Ierusalimschy e2c8c756ee removed 'IEEE tricks' (should not be needed in Lua with integers) 12 years ago
  Roberto Ierusalimschy a80a2b5e56 new cast macros for lua_Integer and lua_Unsigned 12 years ago
  Roberto Ierusalimschy b559aed2d3 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 12 years ago
  Roberto Ierusalimschy 181a837cac small improvement in the support of 'float' as lua_Number 12 years ago
  Roberto Ierusalimschy d58ce8106e macro 'lua_number2unsigned' also needs proper definition if 13 years ago
  Roberto Ierusalimschy 31f7d553e4 LUA_CORE condition removed from definition of some 'tricks' (as it 13 years ago
  Roberto Ierusalimschy 5adb5a4812 definition for 'MAX_LMEM' 13 years ago
  Roberto Ierusalimschy 77cbd817d1 better(?) handling of '#define's for IEEE-related tricks + avoid using 13 years ago
  Roberto Ierusalimschy afc3fcf952 definition for 'LUA_MAXSHORTLEN' moved to 'lstring.c' (used only there) 13 years ago
  Roberto Ierusalimschy a4b96ce9a3 first implementation of long strings 13 years ago
  Roberto Ierusalimschy 138be5b843 no more explicit support for 'luaall_c': unifying file can do 13 years ago
  Roberto Ierusalimschy 51650eac78 small change to avoid warnings of non-specified order of access 13 years ago
  Roberto Ierusalimschy 217e67cb22 new type 'l_noret' for function that do not return 14 years ago
  Roberto Ierusalimschy 9caf5b4f79 lint (unused definition) 14 years ago
  Roberto Ierusalimschy d281d23f8d detail (make 'lua_assert' a valid expression even when turned off) 14 years ago
  Roberto Ierusalimschy 5017cc6ba2 simpler 'luai_apicheck' (and avoids compilation error...) 14 years ago
  Roberto Ierusalimschy 3cf1729a02 new macro 'lua_longassert' that is equivalent to an assertion without 14 years ago
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' 14 years ago
  Roberto Ierusalimschy f6bd8b1147 better control for GC running or stopped 14 years ago
  Roberto Ierusalimschy 0b3f4e254e more efficient hash for numbers in IEEE754 machines 14 years ago
  Roberto Ierusalimschy 75d8470f0f new macro 'cast_uchar' 14 years ago
  Roberto Ierusalimschy f722ba6890 code should not use "defined" types, but "typedef"s types when they 14 years ago
  Roberto Ierusalimschy f1629217f1 code for conversion macros moved from luaconf to llimits + 'uint' 15 years ago
  Roberto Ierusalimschy bd619b9311 new macro MAXUPVAL (maximum number of upvalues per closure) 15 years ago
  Roberto Ierusalimschy ddf1f2a053 GC should not run when stopped, even in hard tests 15 years ago
  Roberto Ierusalimschy ad2b5decc8 'lua_assert' can be empty when assertions are off 15 years ago