| Commit message (Expand) | Author | Age | Files | Lines |
* | deprecated library throws an error if called (instead of silently | Roberto Ierusalimschy | 2014-05-15 | 1 | -3/+5 |
* | new library: utf8 | Roberto Ierusalimschy | 2014-02-06 | 1 | -1/+2 |
* | 'luaL_findtable' -> 'luaL_getsubtable' | Roberto Ierusalimschy | 2011-04-08 | 1 | -2/+2 |
* | detail (cleaning trailing spaces) | Roberto Ierusalimschy | 2011-01-26 | 1 | -4/+4 |
* | 'debug' library is loaded by default | Roberto Ierusalimschy | 2010-11-12 | 1 | -4/+1 |
* | bitlib renamed to 'bit32' + new function for arithmetic shift | Roberto Ierusalimschy | 2010-10-25 | 1 | -2/+2 |
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -13/+8 |
* | old (and complex) luaL_findtable now used only in compatibility code | Roberto Ierusalimschy | 2010-06-30 | 1 | -2/+2 |
* | 'coroutine' library separated from 'baselib' | Roberto Ierusalimschy | 2010-06-10 | 1 | -1/+2 |
* | it is better to call open functions with lua_call to not mess | Roberto Ierusalimschy | 2010-05-20 | 1 | -3/+3 |
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -5/+4 |
* | no more pseudoindex LUA_GLOBALSINDEX; global table now accessible | Roberto Ierusalimschy | 2009-12-22 | 1 | -3/+6 |
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -2/+2 |
* | avoid using deprecated macros lua_[gs]etglobal | Roberto Ierusalimschy | 2009-12-11 | 1 | -2/+2 |
* | details + comments | Roberto Ierusalimschy | 2009-09-05 | 1 | -7/+15 |
* | new module 'lbitlib.c' for bitwise operations | Roberto Ierusalimschy | 2009-07-01 | 1 | -1/+2 |
* | variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' -> | Roberto Ierusalimschy | 2009-05-01 | 1 | -7/+7 |
* | comments | Roberto Ierusalimschy | 2009-05-01 | 1 | -3/+5 |
* | detail ('name' of baselib is "_G") | Roberto Ierusalimschy | 2008-01-02 | 1 | -2/+2 |
* | 'debug' library must be required before being used | Roberto Ierusalimschy | 2007-06-22 | 1 | -1/+24 |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 |
* | correct name to open package library | Roberto Ierusalimschy | 2005-08-10 | 1 | -2/+2 |
* | new protocol to open standard libraries | Roberto Ierusalimschy | 2005-04-13 | 1 | -11/+6 |
* | details | Roberto Ierusalimschy | 2005-03-08 | 1 | -4/+7 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -1/+3 |
* | separation between io lib and os lib | Roberto Ierusalimschy | 2004-07-09 | 1 | -1/+2 |
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 1 | -2/+31 |
* | obsolete module; not part of the oficial distribution | Roberto Ierusalimschy | 2000-08-09 | 1 | -14/+2 |
* | function lua_userinit is used only in single-state mode (by lua.c) | Roberto Ierusalimschy | 2000-06-16 | 1 | -10/+8 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+2 |
* | `lua_setfallback' leaves things on the stack, so it is better to protect | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+3 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -6/+8 |
* | initialization module (to load libraries) | Roberto Ierusalimschy | 1999-01-08 | 1 | -0/+17 |