Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 8c1fb91802 macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used hace 9 años
  Roberto Ierusalimschy 332a06bbd1 'luaO_pushvfstring' now uses 'incr_top' to increment top. hace 9 años
  Roberto Ierusalimschy e89763e964 simpler code for 'luaO_fb2int' hace 10 años
  Roberto Ierusalimschy 19eb6ae580 using 'snprintf' in C99 (both for documentation of buffer sizes hace 10 años
  Roberto Ierusalimschy 69b5f7a410 some details in 'luaO_int2fb' + more consistent use of the locale hace 10 años
  Roberto Ierusalimschy e723c75c02 details (avoid 'lint' warnings) hace 10 años
  Roberto Ierusalimschy c8d6cb0136 macros 'luai_num*' (for float arithmetic operations) moved to hace 10 años
  Roberto Ierusalimschy fb6796ba06 removed useless initializations hace 10 años
  Roberto Ierusalimschy 5fbd40dbe5 'x//y' extended to floats hace 10 años
  Roberto Ierusalimschy 81c39a5244 no need to cast '*s' to unsigned char when we know it is a digit + hace 10 años
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 10 años
  Roberto Ierusalimschy 59fbbf0a65 small simplifications in code for 'lua_strx2number' hace 10 años
  Roberto Ierusalimschy 4870194380 small reorganization of tests around LUA_USE_C99 hace 10 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 10 años
  Roberto Ierusalimschy ff9ca88aa6 added some casts to avoid warnings in some compilers hace 10 años
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated hace 10 años
  Roberto Ierusalimschy 56d4537879 '$c' in 'lua_pushfstring' prints non-printable characters with hace 10 años
  Roberto Ierusalimschy c5cae9362c added two casts to avoid warnings in VS hace 10 años
  Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points hace 10 años
  Roberto Ierusalimschy f5c690b684 details in comments hace 11 años
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible hace 11 años
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) hace 11 años
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel hace 11 años
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation hace 11 años
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of hace 11 años
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts hace 11 años
  Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') hace 11 años
  Roberto Ierusalimschy e98ba351ce n^-m gives float result (instead of error) hace 11 años
  Roberto Ierusalimschy 037a70dfea cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from hace 11 años
  Roberto Ierusalimschy 8f961da3db macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that hace 11 años