Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small problems with 'luaone.c' | Roberto Ierusalimschy | 2011-02-28 | 1 | -3/+3 | |
| | ||||||
* | better control for GC running or stopped | Roberto Ierusalimschy | 2011-02-01 | 1 | -2/+2 | |
| | ||||||
* | more efficient hash for numbers in IEEE754 machines | Roberto Ierusalimschy | 2010-12-23 | 1 | -9/+10 | |
| | ||||||
* | new macro 'cast_uchar' | Roberto Ierusalimschy | 2010-12-10 | 1 | -1/+2 | |
| | ||||||
* | code should not use "defined" types, but "typedef"s types when they | Roberto Ierusalimschy | 2010-11-08 | 1 | -10/+11 | |
| | | | | | | are available (i.e., after including lua.h) + small changes to make conversions more portable across diferent types for lua_Number (long double) and lua_Unsigned (long long unsigned) | |||||
* | code for conversion macros moved from luaconf to llimits + 'uint' | Roberto Ierusalimschy | 2010-11-03 | 1 | -1/+90 | |
| | | | | renamed to 'unsigned' in those macros | |||||
* | new macro MAXUPVAL (maximum number of upvalues per closure) | Roberto Ierusalimschy | 2010-05-31 | 1 | -1/+6 | |
| | ||||||
* | GC should not run when stopped, even in hard tests | Roberto Ierusalimschy | 2010-05-24 | 1 | -2/+3 | |
| | ||||||
* | 'lua_assert' can be empty when assertions are off | Roberto Ierusalimschy | 2010-05-07 | 1 | -2/+2 | |
| | ||||||
* | new way to control GC speed (keeping a 'debt' counter) | Roberto Ierusalimschy | 2010-04-29 | 1 | -1/+2 | |
| | ||||||
* | ensure that 'luai_userstatethread' is always called (even if | Roberto Ierusalimschy | 2010-04-19 | 1 | -5/+5 | |
| | | | | 'stack_init' throws a memory error) | |||||
* | more options moved from luaconf.h into internal files | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+33 | |
| | ||||||
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -15/+30 | |
| | | | | luaconf.h and into more internal files | |||||
* | when doing hard memory tests, perform a full GC at every possible step | Roberto Ierusalimschy | 2009-11-17 | 1 | -1/+7 | |
| | ||||||
* | API checks now have explanatory messages | Roberto Ierusalimschy | 2009-08-31 | 1 | -3/+5 | |
| | ||||||
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -3/+3 | |
| | ||||||
* | use of LUAI_UINT32 replaced by 'unsigned LUA_INT32' (one less | Roberto Ierusalimschy | 2009-07-01 | 1 | -2/+2 | |
| | | | | definition needed) | |||||
* | new macro 'condmovestack' instead of 'condhardstacktests' | Roberto Ierusalimschy | 2009-06-08 | 1 | -3/+4 | |
| | ||||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
| | ||||||
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 1 | -5/+14 | |
| | ||||||
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -1/+5 | |
| | ||||||
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -1/+10 | |
| | ||||||
* | 'lua_lock' and similars should be hard to use | Roberto Ierusalimschy | 2005-08-04 | 1 | -1/+11 | |
| | ||||||
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -7/+7 | |
| | ||||||
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -6/+8 | |
| | | | | must have a lua/LUA prefix). | |||||
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -3/+1 | |
| | ||||||
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -1/+3 | |
| | ||||||
* | better support for 64-bit machines | Roberto Ierusalimschy | 2004-11-24 | 1 | -17/+6 | |
| | ||||||
* | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 2004-09-10 | 1 | -4/+2 | |
| | ||||||
* | libraries may want to use `lua_assert' too... | Roberto Ierusalimschy | 2004-06-23 | 1 | -6/+1 | |
| | ||||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -90/+2 | |
| | ||||||
* | incremental GC phases | Roberto Ierusalimschy | 2003-12-01 | 1 | -1/+21 | |
| | ||||||
* | no need for a maximum number of parameters (maximum number of locals | Roberto Ierusalimschy | 2003-07-29 | 1 | -7/+1 | |
| | | | | take care of that). | |||||
* | ok to use `#elif' and `#if defined()' | Roberto Ierusalimschy | 2003-05-14 | 1 | -4/+2 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2003-04-28 | 1 | -7/+5 | |
| | ||||||
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 1 | -13/+18 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2003-02-20 | 1 | -1/+4 | |
| | ||||||
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -6/+1 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2002-11-22 | 1 | -3/+3 | |
| | ||||||
* | separated control over C recursion level | Roberto Ierusalimschy | 2002-11-22 | 1 | -3/+16 | |
| | ||||||
* | avoid C stack overflow during parsing | Roberto Ierusalimschy | 2002-11-22 | 1 | -1/+7 | |
| | ||||||
* | small changes in type configuration facilities | Roberto Ierusalimschy | 2002-10-22 | 1 | -3/+12 | |
| | ||||||
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -1/+7 | |
| | ||||||
* | hook count is quadratic | Roberto Ierusalimschy | 2002-07-08 | 1 | -1/+5 | |
| | ||||||
* | new macro to check conditions on expression macros | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+6 | |
| | ||||||
* | good stack limit to compute ack(8,3) | Roberto Ierusalimschy | 2002-04-23 | 1 | -2/+2 | |
| | ||||||
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 1 | -4/+10 | |
| | ||||||
* | configurable macros should live in llimits.h | Roberto Ierusalimschy | 2002-03-18 | 1 | -1/+16 | |
| | ||||||
* | implementation of `global' statement | Roberto Ierusalimschy | 2002-03-14 | 1 | -4/+4 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-03-07 | 1 | -3/+9 | |
| |