Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' пре 15 година
  Roberto Ierusalimschy 7192afafee new module policy: C modules do not create globals and do not register пре 15 година
  Roberto Ierusalimschy 064e406f67 no more fenvs! пре 15 година
  Roberto Ierusalimschy 1514e49d43 avoid using function environments in C libraries (as it probably will пре 15 година
  Roberto Ierusalimschy ae0a5e2142 new option '*L' for io.read + options for io.lines пре 15 година
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' пре 15 година
  Roberto Ierusalimschy b3b8dfaaea yet more options moved from luaconf.h into internal files пре 15 година
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions пре 16 година
  Roberto Ierusalimschy d9fbbe1f23 "file:write" returns "file" in case of success пре 16 година
  Roberto Ierusalimschy 5b6be84106 ensures that argument 'mode' to 'io.open' matches "[rwa]%+?b?", to пре 16 година
  Roberto Ierusalimschy e39e758a73 closing a "popen" file returns the process exit status пре 16 година
  Roberto Ierusalimschy f86f4116c8 micro-optimization: avoid one API call in 'read_chars' пре 17 година
  Roberto Ierusalimschy 7f69f0efb0 remove of useless test in 'read_chars' (if n == 0 then the resulting пре 17 година
  Roberto Ierusalimschy dae850e0ee details пре 18 година
  Roberto Ierusalimschy 79cb336d74 does not allow standard files to be closed пре 18 година
  Roberto Ierusalimschy d22526ec30 'lua_strlen' is for compatibility only пре 19 година
  Roberto Ierusalimschy ee41bc03ab details пре 19 година
  Roberto Ierusalimschy 55e323190e files should not be operated after fclose, even when fclose fails пре 19 година
  Roberto Ierusalimschy 64205e91a3 empty string may cause out-of-bound access пре 19 година
  Roberto Ierusalimschy baffc37f5c detail пре 19 година
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) пре 19 година
  Roberto Ierusalimschy ed7039024d avoid some warnings пре 20 година
  Roberto Ierusalimschy ebf646efb5 detail пре 20 година
  Roberto Ierusalimschy 3390f9a35a detail пре 20 година
  Roberto Ierusalimschy 2f2b4a42a9 luaL_checkudata raises an error if value is not correct пре 20 година
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar пре 20 година
  Roberto Ierusalimschy 80ac5e83fd details (alphabetical order for list of functions) пре 20 година
  Roberto Ierusalimschy 3ad03b331d optional size for 'setvbuf' пре 20 година
  Roberto Ierusalimschy 86add535d8 'popen' is back пре 20 година
  Roberto Ierusalimschy e8a7ecb982 luaL_findstring -> luaL_checkoption пре 20 година