Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 1465edf341 old Visual Studio versions did not support 'noreturn' attribute vor 10 Jahren
  Roberto Ierusalimschy e75c0148c3 comments (references to "ANSI C" changed to "ISO C", which is the vor 11 Jahren
  Roberto Ierusalimschy ff6c034330 configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here vor 11 Jahren
  Roberto Ierusalimschy 491103708e 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason vor 11 Jahren
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' vor 11 Jahren
  Roberto Ierusalimschy 325e44d87e no more "-2" for limits. (Limits should be precise; safety is in vor 11 Jahren
  Roberto Ierusalimschy 54ac253343 detail (no need to define LUAI_USER_ALIGNMENT_T when it is not vor 11 Jahren
  Roberto Ierusalimschy 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company vor 11 Jahren
  Roberto Ierusalimschy c94f11d783 'IntPoint' -> 'point2int' + ensure that casted value fits in vor 11 Jahren
  Roberto Ierusalimschy 037a70dfea cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from vor 11 Jahren
  Roberto Ierusalimschy 8f961da3db macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that vor 11 Jahren
  Roberto Ierusalimschy ef789d4161 new global macro 'LUA_MAXUNSIGNED' vor 11 Jahren
  Roberto Ierusalimschy bf06e22b6a correct definition for 'MAX_SIZE' (using singed integers as the limit, vor 11 Jahren
  Roberto Ierusalimschy 2771050dfa 'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER' vor 11 Jahren
  Roberto Ierusalimschy cd12410195 new macro 'cast_void' vor 11 Jahren
  Roberto Ierusalimschy 11e762dbcd added macro MAX_UINTEGER vor 11 Jahren
  Roberto Ierusalimschy 8c68863960 initial size of string table (MINSTRTABSIZE) should be large enough vor 12 Jahren
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible vor 12 Jahren
  Roberto Ierusalimschy fc083f1138 removed all tricks for conversions + 'luai_hashnum' moved to ltable.c vor 12 Jahren
  Roberto Ierusalimschy d630daca1a "legal" way to convert a float to an integer in C vor 12 Jahren
  Roberto Ierusalimschy e2c8c756ee removed 'IEEE tricks' (should not be needed in Lua with integers) vor 12 Jahren
  Roberto Ierusalimschy a80a2b5e56 new cast macros for lua_Integer and lua_Unsigned vor 12 Jahren
  Roberto Ierusalimschy b559aed2d3 'l_tg' was renamed to 'l_mathop' and this use was not corrected at vor 12 Jahren
  Roberto Ierusalimschy 181a837cac small improvement in the support of 'float' as lua_Number vor 12 Jahren
  Roberto Ierusalimschy d58ce8106e macro 'lua_number2unsigned' also needs proper definition if vor 13 Jahren
  Roberto Ierusalimschy 31f7d553e4 LUA_CORE condition removed from definition of some 'tricks' (as it vor 13 Jahren
  Roberto Ierusalimschy 5adb5a4812 definition for 'MAX_LMEM' vor 13 Jahren
  Roberto Ierusalimschy 77cbd817d1 better(?) handling of '#define's for IEEE-related tricks + avoid using vor 13 Jahren
  Roberto Ierusalimschy afc3fcf952 definition for 'LUA_MAXSHORTLEN' moved to 'lstring.c' (used only there) vor 13 Jahren
  Roberto Ierusalimschy a4b96ce9a3 first implementation of long strings vor 13 Jahren