Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy d41c36bf67 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' il y a 4 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 34b00c16e2 removed compatibility code with older versions il y a 7 ans
  Roberto Ierusalimschy 94c1b3a8ee Handling of LUA_PATH/LUA_CPATH moved back to 'package' library il y a 8 ans
  Roberto Ierusalimschy 6ccf150039 new library: utf8 il y a 11 ans
  Roberto Ierusalimschy a241b6cb3c removed redundant definition for FILEHANDLE il y a 13 ans
  Roberto Ierusalimschy aa13c591f5 avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and il y a 14 ans
  Roberto Ierusalimschy 9e8e60dd5f bitlib renamed to 'bit32' + new function for arithmetic shift il y a 15 ans
  Roberto Ierusalimschy bd262d591f 'coroutine' library separated from 'baselib' il y a 15 ans
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
  Roberto Ierusalimschy 3abe3da9fb new module 'lbitlib.c' for bitwise operations il y a 16 ans
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces il y a 19 ans
  Roberto Ierusalimschy 0fd6466957 lua_assert is an internal matter, not to be configured il y a 19 ans
  Roberto Ierusalimschy c7b4f44772 correct name to open package library il y a 20 ans
  Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries il y a 20 ans
  Roberto Ierusalimschy 162b66624d no more `lua_userinit' macro il y a 20 ans
  Roberto Ierusalimschy ce455481ab separation between io lib and os lib il y a 21 ans
  Roberto Ierusalimschy 31f6540fba back with an "open all libs" function il y a 21 ans
  Roberto Ierusalimschy 0733c83b8c other modules may need FILEHANDLE definition il y a 21 ans
  Roberto Ierusalimschy 26a9b249db details il y a 21 ans
  Roberto Ierusalimschy 79db75101e detail il y a 22 ans
  Roberto Ierusalimschy b0c40e2405 first version of `loadlib' il y a 22 ans
  Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries il y a 22 ans
  Roberto Ierusalimschy a885b826b3 LUA_ALERT is no longer used il y a 23 ans
  Roberto Ierusalimschy eec0905173 better tests (assertions) for debug hooks il y a 23 ans
  Roberto Ierusalimschy 5b8ee9fa8d new names for standard libraries il y a 23 ans
  Roberto Ierusalimschy 8e1e618606 `baselib' splited in `baselib' and `tablib' il y a 23 ans
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' il y a 24 ans
  Roberto Ierusalimschy 6d4db86888 open functions are lua_Cfunctions il y a 24 ans
  Roberto Ierusalimschy 8399df5dcf detail il y a 24 ans