Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 505fc91222 no more 'luaO_nilobject' to avoid comparison of global variable addresses před 7 roky
  Roberto Ierusalimschy deb807837c 'luaO_pushvfstring' does not need to reallocate stack před 7 roky
  Roberto Ierusalimschy 34b00c16e2 removed compatibility code with older versions před 7 roky
  Roberto Ierusalimschy e2b15aa21d janitor work on casts před 7 roky
  Roberto Ierusalimschy a9295a2b8e typos in comments před 7 roky
  Roberto Ierusalimschy 599f1742c6 detail (typo in comments) před 7 roky
  Roberto Ierusalimschy e4e5aa85a2 detail ('signal' -> 'sign' in comments) před 7 roky
  Roberto Ierusalimschy 26679ea35b new function 'luaV_flttointeger' to convert floats to integers (without před 7 roky
  Roberto Ierusalimschy 911f1e3e7f raw operation should not convert strings to numbers před 7 roky
  Roberto Ierusalimschy 4dff277255 coercion string->number in arithmetic operations moved to string před 8 roky
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements před 8 roky
  Roberto Ierusalimschy a9dbc2d641 assert removed in 'luaO_arith' před 8 roky
  Roberto Ierusalimschy a45945b6d5 new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside před 8 roky
  Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) před 8 roky
  Roberto Ierusalimschy 09c9fa36ea small corrections for C++ compliance před 9 roky
  Roberto Ierusalimschy 10b0b09555 do not convert decimal constants with overflow to integers. před 9 roky
  Roberto Ierusalimschy ed110f66c5 'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number', před 9 roky
  Roberto Ierusalimschy 2d1d57bc18 comments před 9 roky
  Roberto Ierusalimschy 8c1fb91802 macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used před 9 roky
  Roberto Ierusalimschy 332a06bbd1 'luaO_pushvfstring' now uses 'incr_top' to increment top. před 9 roky
  Roberto Ierusalimschy e89763e964 simpler code for 'luaO_fb2int' před 10 roky
  Roberto Ierusalimschy 19eb6ae580 using 'snprintf' in C99 (both for documentation of buffer sizes před 10 roky
  Roberto Ierusalimschy 69b5f7a410 some details in 'luaO_int2fb' + more consistent use of the locale před 10 roky
  Roberto Ierusalimschy e723c75c02 details (avoid 'lint' warnings) před 10 roky
  Roberto Ierusalimschy c8d6cb0136 macros 'luai_num*' (for float arithmetic operations) moved to před 10 roky
  Roberto Ierusalimschy fb6796ba06 removed useless initializations před 10 roky
  Roberto Ierusalimschy 5fbd40dbe5 'x//y' extended to floats před 10 roky
  Roberto Ierusalimschy 81c39a5244 no need to cast '*s' to unsigned char when we know it is a digit + před 10 roky
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before před 10 roky
  Roberto Ierusalimschy 59fbbf0a65 small simplifications in code for 'lua_strx2number' před 10 roky