Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy e58ef8d0bb missing macro 'LUAMOD_API' in function to open library vor 11 Jahren
  Roberto Ierusalimschy e3b9569e04 function 'reverse' uses appropriate variants of 'setobj' for better vor 11 Jahren
  Roberto Ierusalimschy 8b66040e34 several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp) vor 11 Jahren
  Roberto Ierusalimschy 965993da07 comments added to 'lua_rotate' vor 11 Jahren
  Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' vor 11 Jahren
  Roberto Ierusalimschy 45c430eac0 addition of '.0' to float representation done by the kernel vor 11 Jahren
  Roberto Ierusalimschy 27d9219cf3 no more integer exponentiation vor 11 Jahren
  Roberto Ierusalimschy 12bd01c567 added comments to several functions vor 11 Jahren
  Roberto Ierusalimschy 626124d2d8 old POSIX systems need '<sys/types.h>' for 'off_t' vor 11 Jahren
  Roberto Ierusalimschy 5018104a60 better error message for unfinished long strings/comments vor 11 Jahren
  Roberto Ierusalimschy ec11d132db comments vor 11 Jahren
  Roberto Ierusalimschy 06dc893f88 in 'for' loops, make the limit an integer whenever initial value and vor 11 Jahren
  Roberto Ierusalimschy a09bd59615 'T.totalmem' accepts 0 for unlimited memory vor 11 Jahren
  Roberto Ierusalimschy 42ff788e53 comments vor 11 Jahren
  Roberto Ierusalimschy 1bd70a8e40 new function 'lua_isyieldable' (and 'coroutine.isyieldable') vor 11 Jahren
  Roberto Ierusalimschy ef83457427 updated several 'fix' fields vor 11 Jahren
  Roberto Ierusalimschy 4833fb8273 marks for releases 5.2.2 and 5.2.3 + correction in last bug's description vor 11 Jahren
  Roberto Ierusalimschy 77e7ebca0a better alignments (for 64-bit arquitectures) for structures 'Table' and vor 11 Jahren
  Roberto Ierusalimschy 6d5324f92f 'math.fmod' handles integers as integers vor 11 Jahren
  Roberto Ierusalimschy 4fe11ae232 'lua_getuservalue' returns type of user value vor 11 Jahren
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of vor 11 Jahren
  Roberto Ierusalimschy ddff6ecf30 function 'limittointeger' no needed (now that 'tointeger_aux' handles vor 11 Jahren
  Roberto Ierusalimschy 6b630c0fa0 debug.numbits replaced by debug.Csize vor 11 Jahren
  Roberto Ierusalimschy 1a6ef098b0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' plus proper vor 11 Jahren
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts vor 11 Jahren
  Roberto Ierusalimschy b123a88673 merge of common parts from 'limittointeger' and 'luaV_tointeger_' vor 11 Jahren
  Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') vor 11 Jahren
  Roberto Ierusalimschy 9c4398de8f 'for' loop tries to convert limit to integer when initial value and vor 11 Jahren
  Roberto Ierusalimschy a0d4f0fc8a template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE) vor 11 Jahren
  Roberto Ierusalimschy 68616c6669 using lua_Unsigned (instead of lua_Integer) for bit manipulation vor 11 Jahren