커밋 기록

작성자 SHA1 메시지 날짜
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 년 전
  Roberto Ierusalimschy f96872a534 copyright year -> 2014 11 년 전
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value 11 년 전
  Roberto Ierusalimschy 6318de80d3 added 'strip' parameter to lua_dump/string.dump 11 년 전
  Roberto Ierusalimschy 733c58595b no more local collection 11 년 전
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 년 전
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 년 전
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 년 전
  Roberto Ierusalimschy 16493b777f 'lua_sethook' returns void 11 년 전
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable 12 년 전
  Roberto Ierusalimschy 677d90165f no more generational collection !!! 12 년 전
  Roberto Ierusalimschy 5519c98655 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers 12 년 전
  Roberto Ierusalimschy a14992992a new version (5.3) 12 년 전
  Roberto Ierusalimschy c5069528e1 details ('Type* id' -> 'Type *id') 12 년 전
  Roberto Ierusalimschy b5ec26101f new API function 'lua_cvtonum' to convert a value (number or string) 12 년 전
  Roberto Ierusalimschy d4e6b75098 "integer" keys in tables are now lua_Integer, not 'int'. 12 년 전
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 년 전
  Roberto Ierusalimschy 01b6fe0cbf new API function 'lua_isinteger' 12 년 전
  Roberto Ierusalimschy 70b0ee6310 export 'lua_ident' to avoid it being removed by C++ linker 12 년 전
  Roberto Ierusalimschy db424053e8 new release number + copyright year 12 년 전
  Roberto Ierusalimschy 8df0198178 release 5.2.1 13 년 전
  Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' 13 년 전
  Roberto Ierusalimschy 475e6c5352 'lua_setglobal/lua_getglobal' implemented as functions to avoid 13 년 전
  Roberto Ierusalimschy af00a0772c new functions lua_rawsetp/lua_rawgetp 13 년 전
  Roberto Ierusalimschy 3dc5475e23 'nCcalls' should be local to each thread, as each thread may have its 14 년 전
  Roberto Ierusalimschy ad1a54b5c0 reordering of some defines (more logical grouping) 14 년 전
  Roberto Ierusalimschy c31f4946e9 copyright updated to 2011 14 년 전
  Roberto Ierusalimschy 6098e06e09 better organization for coercion functions between lua_Number and 14 년 전
  Roberto Ierusalimschy c6b64ffe65 new type lua_Unsigned and corresponding projection/injection functions 15 년 전
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections 15 년 전