Historia zmian

Autor SHA1 Wiadomość Data
  Roberto Ierusalimschy b559aed2d3 'l_tg' was renamed to 'l_mathop' and this use was not corrected at 12 lat temu
  Roberto Ierusalimschy 181a837cac small improvement in the support of 'float' as lua_Number 12 lat temu
  Roberto Ierusalimschy d58ce8106e macro 'lua_number2unsigned' also needs proper definition if 13 lat temu
  Roberto Ierusalimschy 31f7d553e4 LUA_CORE condition removed from definition of some 'tricks' (as it 13 lat temu
  Roberto Ierusalimschy 5adb5a4812 definition for 'MAX_LMEM' 13 lat temu
  Roberto Ierusalimschy 77cbd817d1 better(?) handling of '#define's for IEEE-related tricks + avoid using 13 lat temu
  Roberto Ierusalimschy afc3fcf952 definition for 'LUA_MAXSHORTLEN' moved to 'lstring.c' (used only there) 13 lat temu
  Roberto Ierusalimschy a4b96ce9a3 first implementation of long strings 13 lat temu
  Roberto Ierusalimschy 138be5b843 no more explicit support for 'luaall_c': unifying file can do 13 lat temu
  Roberto Ierusalimschy 51650eac78 small change to avoid warnings of non-specified order of access 13 lat temu
  Roberto Ierusalimschy 217e67cb22 new type 'l_noret' for function that do not return 14 lat temu
  Roberto Ierusalimschy 9caf5b4f79 lint (unused definition) 14 lat temu
  Roberto Ierusalimschy d281d23f8d detail (make 'lua_assert' a valid expression even when turned off) 14 lat temu
  Roberto Ierusalimschy 5017cc6ba2 simpler 'luai_apicheck' (and avoids compilation error...) 14 lat temu
  Roberto Ierusalimschy 3cf1729a02 new macro 'lua_longassert' that is equivalent to an assertion without 14 lat temu
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' 14 lat temu
  Roberto Ierusalimschy f6bd8b1147 better control for GC running or stopped 14 lat temu
  Roberto Ierusalimschy 0b3f4e254e more efficient hash for numbers in IEEE754 machines 14 lat temu
  Roberto Ierusalimschy 75d8470f0f new macro 'cast_uchar' 14 lat temu
  Roberto Ierusalimschy f722ba6890 code should not use "defined" types, but "typedef"s types when they 14 lat temu
  Roberto Ierusalimschy f1629217f1 code for conversion macros moved from luaconf to llimits + 'uint' 14 lat temu
  Roberto Ierusalimschy bd619b9311 new macro MAXUPVAL (maximum number of upvalues per closure) 15 lat temu
  Roberto Ierusalimschy ddf1f2a053 GC should not run when stopped, even in hard tests 15 lat temu
  Roberto Ierusalimschy ad2b5decc8 'lua_assert' can be empty when assertions are off 15 lat temu
  Roberto Ierusalimschy 3eb1788bb4 new way to control GC speed (keeping a 'debt' counter) 15 lat temu
  Roberto Ierusalimschy 4db6f20770 ensure that 'luai_userstatethread' is always called (even if 15 lat temu
  Roberto Ierusalimschy 46f1429936 more options moved from luaconf.h into internal files 15 lat temu
  Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of 15 lat temu
  Roberto Ierusalimschy b51d76ce8d when doing hard memory tests, perform a full GC at every possible step 15 lat temu
  Roberto Ierusalimschy 4a714cebd1 API checks now have explanatory messages 16 lat temu