Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 2c68e66570 Details il y a 6 ans
  Roberto Ierusalimschy b293ae0577 Details il y a 6 ans
  Roberto Ierusalimschy 7c5786479c A few more improvements in 'luaO_pushvfstring' il y a 6 ans
  Roberto Ierusalimschy b36e26f51b Some more small improvements to 'luaO_pushvfstring' il y a 6 ans
  Roberto Ierusalimschy 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' il y a 6 ans
  Roberto Ierusalimschy 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
  Roberto Ierusalimschy 1e0c73d5b6 Changes in the validation of UTF-8 il y a 6 ans
  Roberto Ierusalimschy 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' il y a 6 ans
  Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. il y a 7 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 505fc91222 no more 'luaO_nilobject' to avoid comparison of global variable addresses il y a 7 ans
  Roberto Ierusalimschy deb807837c 'luaO_pushvfstring' does not need to reallocate stack il y a 7 ans
  Roberto Ierusalimschy 34b00c16e2 removed compatibility code with older versions il y a 7 ans
  Roberto Ierusalimschy e2b15aa21d janitor work on casts il y a 7 ans
  Roberto Ierusalimschy a9295a2b8e typos in comments il y a 7 ans
  Roberto Ierusalimschy 599f1742c6 detail (typo in comments) il y a 7 ans
  Roberto Ierusalimschy e4e5aa85a2 detail ('signal' -> 'sign' in comments) il y a 7 ans
  Roberto Ierusalimschy 26679ea35b new function 'luaV_flttointeger' to convert floats to integers (without il y a 7 ans
  Roberto Ierusalimschy 911f1e3e7f raw operation should not convert strings to numbers il y a 7 ans
  Roberto Ierusalimschy 4dff277255 coercion string->number in arithmetic operations moved to string il y a 8 ans
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements il y a 8 ans
  Roberto Ierusalimschy a9dbc2d641 assert removed in 'luaO_arith' il y a 8 ans
  Roberto Ierusalimschy a45945b6d5 new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside il y a 8 ans
  Roberto Ierusalimschy 2a235312f0 detail (removing spaces at end of lines) il y a 8 ans
  Roberto Ierusalimschy 09c9fa36ea small corrections for C++ compliance il y a 9 ans
  Roberto Ierusalimschy 10b0b09555 do not convert decimal constants with overflow to integers. il y a 9 ans
  Roberto Ierusalimschy ed110f66c5 'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number', il y a 9 ans
  Roberto Ierusalimschy 2d1d57bc18 comments il y a 9 ans
  Roberto Ierusalimschy 8c1fb91802 macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used il y a 9 ans
  Roberto Ierusalimschy 332a06bbd1 'luaO_pushvfstring' now uses 'incr_top' to increment top. il y a 9 ans