Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua 5.3.5 ported to gitv5.3.5 | Roberto Ierusalimschy | 2018-12-17 | 1 | -1/+1 |
* | long strings are created directly in final position when possible | Roberto Ierusalimschy | 2015-09-08 | 1 | -3/+2 |
* | more precision between closure types ('LClosure' x 'CClosure') | Roberto Ierusalimschy | 2014-06-19 | 1 | -3/+3 |
* | macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that | Roberto Ierusalimschy | 2014-04-15 | 1 | -2/+2 |
* | make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is | Roberto Ierusalimschy | 2014-03-11 | 1 | -3/+4 |
* | detail (breaking too long lines) | Roberto Ierusalimschy | 2014-03-10 | 1 | -3/+5 |
* | more explicit handling of headers for binary chunks | Roberto Ierusalimschy | 2014-02-27 | 1 | -10/+12 |
* | no more 'Proto' objects on the stack. Protos are anchored on outer | Roberto Ierusalimschy | 2012-05-08 | 1 | -2/+2 |
* | changes by lhf (better control of chars x bytes) | Roberto Ierusalimschy | 2011-05-17 | 1 | -14/+6 |
* | new versions by lhf | Roberto Ierusalimschy | 2005-11-16 | 1 | -15/+16 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -2/+2 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -5/+7 |
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 1 | -2/+2 |
* | no more checks for non-default compilation options + luaU_dump has | Roberto Ierusalimschy | 2003-08-15 | 1 | -2/+2 |
* | LUA_SIGNATURE is public | Roberto Ierusalimschy | 2003-05-15 | 1 | -2/+1 |
* | last changes by lhfv5.0 | Roberto Ierusalimschy | 2003-04-10 | 1 | -4/+4 |
* | dump/undump of upvalue names | Roberto Ierusalimschy | 2003-01-27 | 1 | -4/+4 |
* | Writer type must be public (so, in lua.h) | Roberto Ierusalimschy | 2002-10-25 | 1 | -4/+2 |
* | `undump' also uses private buffer | Roberto Ierusalimschy | 2002-10-09 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-08-12 | 1 | -2/+2 |
* | new versions from lhf | Roberto Ierusalimschy | 2002-06-05 | 1 | -8/+14 |
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 1 | -1/+4 |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 1 | -2/+1 |
* | new definition for headers of binary files | Roberto Ierusalimschy | 2001-07-12 | 1 | -3/+2 |
* | new versions by lhf | Roberto Ierusalimschy | 2001-07-05 | 1 | -8/+4 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -4/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -4/+4 |
* | last changes by lhf.v4.0 | Roberto Ierusalimschy | 2000-11-07 | 1 | -5/+5 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -7/+1 |
* | changes by lhf | Roberto Ierusalimschy | 2000-09-18 | 1 | -1/+1 |
* | new versions by lhf | Roberto Ierusalimschy | 2000-09-04 | 1 | -6/+4 |
* | final version (by lhf) | Roberto Ierusalimschy | 2000-04-25 | 1 | -7/+6 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -3/+3 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -1/+2 |
* | modifications by lhf | Roberto Ierusalimschy | 1999-12-02 | 1 | -9/+13 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -4/+4 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
* | new format for numbers in precompiled code (as strings)v3.2 | Roberto Ierusalimschy | 1999-07-08 | 1 | -13/+4 |
* | numbers are stored in ascii format for better portability and simplicity | Roberto Ierusalimschy | 1999-04-13 | 1 | -73/+18 |
* | format for function prototypes. | Roberto Ierusalimschy | 1999-04-07 | 1 | -4/+4 |
* | new version by lhf. | Roberto Ierusalimschy | 1999-03-30 | 1 | -37/+59 |
* | details (for regularity) | Roberto Ierusalimschy | 1998-12-15 | 1 | -2/+2 |
* | details (by lhf) | Roberto Ierusalimschy | 1998-06-25 | 1 | -3/+27 |
* | new version by lhf | Roberto Ierusalimschy | 1998-06-18 | 1 | -17/+21 |
* | changes by lhf | Roberto Ierusalimschy | 1998-03-26 | 1 | -8/+34 |
* | module to load bytecodes from files.v3.1-alpha | Roberto Ierusalimschy | 1998-01-14 | 1 | -0/+27 |