Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2. | ||||
* | Handling of LUA_PATH/LUA_CPATH moved back to 'package' library | Roberto Ierusalimschy | 2017-01-12 | 1 | -1/+4 |
| | | | | to avoid incompatibilites with previous releases | ||||
* | new library: utf8 | Roberto Ierusalimschy | 2014-02-06 | 1 | -1/+4 |
| | |||||
* | removed redundant definition for FILEHANDLE | Roberto Ierusalimschy | 2011-12-08 | 1 | -4/+1 |
| | |||||
* | avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and | Roberto Ierusalimschy | 2011-05-25 | 1 | -2/+2 |
| | | | | more powerful) | ||||
* | bitlib renamed to 'bit32' + new function for arithmetic shift | Roberto Ierusalimschy | 2010-10-25 | 1 | -3/+3 |
| | |||||
* | 'coroutine' library separated from 'baselib' | Roberto Ierusalimschy | 2010-06-10 | 1 | -2/+4 |
| | |||||
* | new mark LUAMOD_API for all luaopen_* functions | Roberto Ierusalimschy | 2009-11-24 | 1 | -10/+10 |
| | |||||
* | new module 'lbitlib.c' for bitwise operations | Roberto Ierusalimschy | 2009-07-01 | 1 | -1/+4 |
| | |||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -2/+2 |
| | |||||
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 1 | -1/+7 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | no more `lua_userinit' macro | Roberto Ierusalimschy | 2005-01-10 | 1 | -10/+10 |
| | |||||
* | separation between io lib and os lib | Roberto Ierusalimschy | 2004-07-09 | 1 | -2/+4 |
| | |||||
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 1 | -10/+4 |
| | |||||
* | other modules may need FILEHANDLE definition | Roberto Ierusalimschy | 2004-05-28 | 1 | -1/+5 |
| | |||||
* | details | Roberto Ierusalimschy | 2004-03-24 | 1 | -10/+1 |
| | |||||
* | detail | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+2 |
| | |||||
* | first version of `loadlib' | Roberto Ierusalimschy | 2003-03-17 | 1 | -1/+4 |
| | |||||
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -7/+16 |
| | |||||
* | LUA_ALERT is no longer used | Roberto Ierusalimschy | 2002-07-09 | 1 | -3/+1 |
| | |||||
* | better tests (assertions) for debug hooks | Roberto Ierusalimschy | 2002-06-18 | 1 | -1/+6 |
| | |||||
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 1 | -1/+13 |
| | |||||
* | `baselib' splited in `baselib' and `tablib' | Roberto Ierusalimschy | 2002-04-09 | 1 | -1/+2 |
| | |||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -25/+2 |
| | |||||
* | open functions are lua_Cfunctions | Roberto Ierusalimschy | 2001-03-06 | 1 | -6/+6 |
| | |||||
* | detail | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -1/+3 |
| | |||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -1/+11 |
| | |||||
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -1/+12 |
| | |||||
* | some cleaning | Roberto Ierusalimschy | 2000-11-23 | 1 | -7/+1 |
| | |||||
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 1 | -6/+11 |
| | |||||
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -6/+6 |
| | |||||
* | _ALERT is used (and assumed) only by the libs | Roberto Ierusalimschy | 2000-09-12 | 1 | -1/+4 |
| | |||||
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -21/+2 |
| | |||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -2/+2 |
| | |||||
* | function lua_userinit is used only in single-state mode (by lua.c) | Roberto Ierusalimschy | 2000-06-16 | 1 | -5/+5 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -12/+21 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
| | |||||
* | new implementation for '*' in patterns + new option '+' | Roberto Ierusalimschy | 1999-05-05 | 1 | -2/+3 |
| | |||||
* | new library for debbuging | Roberto Ierusalimschy | 1999-01-08 | 1 | -2/+3 |
| | |||||
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
| | |||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -4/+1 |
| | |||||
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+1 |
| | |||||
* | Lua standard libraries | Roberto Ierusalimschy | 1997-09-16 | 1 | -9/+18 |
| | |||||
* | new (internal?) functions to manipulate userdata | Roberto Ierusalimschy | 1997-03-26 | 1 | -3/+4 |
| | |||||
* | new header 'auxlib.h' + new function luaL_verror | Roberto Ierusalimschy | 1997-03-18 | 1 | -7/+2 |
| | |||||
* | new module 'auxlib' centralizes functions to get/check parameters. | Roberto Ierusalimschy | 1997-03-17 | 1 | -6/+1 |
| | |||||
* | singlematch and item_end are used by "read", in iolib. | Roberto Ierusalimschy | 1996-08-05 | 1 | -1/+4 |
| |