Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated release number and copyright year | Roberto Ierusalimschy | 2020-07-14 | 1 | -4/+3 |
| | |||||
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | release 5.3.4 (year 2017) | Roberto Ierusalimschy | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | 'lua_pushglobaltable' returns 'void'v5.3.3 | Roberto Ierusalimschy | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | new release number + new year | Roberto Ierusalimschy | 2016-01-13 | 1 | -4/+4 |
| | |||||
* | new release number (5.3.2) | Roberto Ierusalimschy | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | new release number (5.3.1) | Roberto Ierusalimschy | 2015-06-03 | 1 | -2/+2 |
| | |||||
* | 'lua_pushliteral' implemented with 'lua_pushstring' (to take | Roberto Ierusalimschy | 2015-03-10 | 1 | -3/+2 |
| | | | | advantage of the cache) | ||||
* | removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+5 |
| | | | | to be configurable) | ||||
* | new year (2015) | Roberto Ierusalimschy | 2014-12-26 | 1 | -3/+3 |
| | |||||
* | avoid octal numerals | Roberto Ierusalimschy | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | bug: lua_tounsignedx must cast to lua_Unsigned (of course...) | Roberto Ierusalimschy | 2014-11-29 | 1 | -2/+2 |
| | |||||
* | next release won't be beta | Roberto Ierusalimschy | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | details (matching parameter names with manual) | Roberto Ierusalimschy | 2014-11-12 | 1 | -10/+11 |
| | |||||
* | detail (line break) | Roberto Ierusalimschy | 2014-11-08 | 1 | -3/+2 |
| | |||||
* | 'lua_stringtonum' -> 'lua_stringtonumber' | Roberto Ierusalimschy | 2014-10-17 | 1 | -2/+2 |
| | |||||
* | 'lua_strtonum' -> 'lua_stringtonum' | Roberto Ierusalimschy | 2014-10-15 | 1 | -2/+2 |
| | |||||
* | 'lua_Kcontext' -> 'lua_KContext' | Roberto Ierusalimschy | 2014-10-07 | 1 | -6/+6 |
| | |||||
* | alpha -> beta | Roberto Ierusalimschy | 2014-10-04 | 1 | -2/+2 |
| | |||||
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 1 | -2/+2 |
| | |||||
* | new functions 'lua_geti/lua_seti' (non raw) | Roberto Ierusalimschy | 2014-08-21 | 1 | -1/+3 |
| | |||||
* | 'lua_Ctx' -> 'lua_Kcontext' | Roberto Ierusalimschy | 2014-08-01 | 1 | -7/+7 |
| | |||||
* | release changed to (5.3) alphav5.3-alpha | Roberto Ierusalimschy | 2014-07-31 | 1 | -2/+2 |
| | |||||
* | better support for extra user space associated with a Lua state | Roberto Ierusalimschy | 2014-07-24 | 1 | -1/+3 |
| | |||||
* | 'lua_replace' implemented as a macro using 'lua_copy' | Roberto Ierusalimschy | 2014-07-22 | 1 | -2/+3 |
| | |||||
* | new type 'lua_Ctx' for continuation-function contexts (to allow type | Roberto Ierusalimschy | 2014-07-17 | 1 | -28/+32 |
| | | | | to be configurable) | ||||
* | unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) | Roberto Ierusalimschy | 2014-06-26 | 1 | -5/+18 |
| | | | | deprecated | ||||
* | new type lua_KFunction + no more 'lua_getctx' | Roberto Ierusalimschy | 2014-06-10 | 1 | -6/+12 |
| | |||||
* | new API function 'lua_rotate' | Roberto Ierusalimschy | 2014-05-13 | 1 | -6/+9 |
| | |||||
* | new function 'lua_isyieldable' (and 'coroutine.isyieldable') | Roberto Ierusalimschy | 2014-05-08 | 1 | -1/+3 |
| | |||||
* | 'lua_getuservalue' returns type of user value | Roberto Ierusalimschy | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of | Roberto Ierusalimschy | 2014-05-01 | 1 | -2/+2 |
| | | | | receiving it | ||||
* | copyright year -> 2014 | Roberto Ierusalimschy | 2014-03-20 | 1 | -3/+3 |
| | |||||
* | lua_gettable and similars return type of gotten value | Roberto Ierusalimschy | 2014-03-12 | 1 | -7/+8 |
| | |||||
* | added 'strip' parameter to lua_dump/string.dump | Roberto Ierusalimschy | 2014-02-25 | 1 | -2/+2 |
| | |||||
* | no more local collection | Roberto Ierusalimschy | 2014-02-13 | 1 | -2/+1 |
| | |||||
* | first implementation of '<<', '>>', and '~' (bitwise not) | Roberto Ierusalimschy | 2013-12-30 | 1 | -2/+5 |
| | |||||
* | first implementation of bitwise operators '&' (band), '|' (bor), | Roberto Ierusalimschy | 2013-12-18 | 1 | -2/+5 |
| | | | | and '~' (bxor) | ||||
* | new order for binary operations (grouping them by type of result) | Roberto Ierusalimschy | 2013-12-16 | 1 | -6/+6 |
| | |||||
* | 'lua_sethook' returns void | Roberto Ierusalimschy | 2013-12-09 | 1 | -2/+2 |
| | |||||
* | GC local pause configurable | Roberto Ierusalimschy | 2013-09-13 | 1 | -2/+3 |
| | |||||
* | no more generational collection !!! | Roberto Ierusalimschy | 2013-08-05 | 1 | -5/+2 |
| | |||||
* | 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers | Roberto Ierusalimschy | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | new version (5.3) | Roberto Ierusalimschy | 2013-06-07 | 1 | -4/+4 |
| | |||||
* | details ('Type* id' -> 'Type *id') | Roberto Ierusalimschy | 2013-06-07 | 1 | -2/+2 |
| | |||||
* | new API function 'lua_cvtonum' to convert a value (number or string) | Roberto Ierusalimschy | 2013-05-14 | 1 | -1/+3 |
| | | | | | to a number, following the rules of the language to create integers or floats | ||||
* | "integer" keys in tables are now lua_Integer, not 'int'. | Roberto Ierusalimschy | 2013-04-26 | 1 | -3/+3 |
| | |||||
* | new operation '//' (integer division) | Roberto Ierusalimschy | 2013-04-26 | 1 | -4/+5 |
| | |||||
* | new API function 'lua_isinteger' | Roberto Ierusalimschy | 2013-04-25 | 1 | -1/+2 |
| | |||||
* | export 'lua_ident' to avoid it being removed by C++ linker | Roberto Ierusalimschy | 2013-03-15 | 1 | -1/+6 |
| |