summaryrefslogtreecommitdiff
path: root/llimits.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code should not use "defined" types, but "typedef"s types when theyRoberto Ierusalimschy2010-11-081-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 Ierusalimschy2010-11-031-1/+90
| | | | renamed to 'unsigned' in those macros
* new macro MAXUPVAL (maximum number of upvalues per closure)Roberto Ierusalimschy2010-05-311-1/+6
|
* GC should not run when stopped, even in hard testsRoberto Ierusalimschy2010-05-241-2/+3
|
* 'lua_assert' can be empty when assertions are offRoberto Ierusalimschy2010-05-071-2/+2
|
* new way to control GC speed (keeping a 'debt' counter)Roberto Ierusalimschy2010-04-291-1/+2
|
* ensure that 'luai_userstatethread' is always called (even ifRoberto Ierusalimschy2010-04-191-5/+5
| | | | 'stack_init' throws a memory error)
* more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-1/+33
|
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-15/+30
| | | | luaconf.h and into more internal files
* when doing hard memory tests, perform a full GC at every possible stepRoberto Ierusalimschy2009-11-171-1/+7
|
* API checks now have explanatory messagesRoberto Ierusalimschy2009-08-311-3/+5
|
* new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy2009-07-151-3/+3
|
* use of LUAI_UINT32 replaced by 'unsigned LUA_INT32' (one lessRoberto Ierusalimschy2009-07-011-2/+2
| | | | definition needed)
* new macro 'condmovestack' instead of 'condhardstacktests'Roberto Ierusalimschy2009-06-081-3/+4
|
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-3/+3
|
* lua_assert is an internal matter, not to be configuredRoberto Ierusalimschy2005-12-271-5/+14
|
* small changes in castsRoberto Ierusalimschy2005-12-221-1/+5
|
* some bugs related to stack reallocationRoberto Ierusalimschy2005-08-241-1/+10
|
* 'lua_lock' and similars should be hard to useRoberto Ierusalimschy2005-08-041-1/+11
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-7/+7
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-6/+8
| | | | must have a lua/LUA prefix).
* no more generational collector (and no more `noinc' mode)Roberto Ierusalimschy2005-01-141-3/+1
|
* a different option for the GCRoberto Ierusalimschy2004-12-131-1/+3
|
* better support for 64-bit machinesRoberto Ierusalimschy2004-11-241-17/+6
|
* simpler configuration to turn on all assertsRoberto Ierusalimschy2004-09-101-4/+2
|
* libraries may want to use `lua_assert' too...Roberto Ierusalimschy2004-06-231-6/+1
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-90/+2
|
* incremental GC phasesRoberto Ierusalimschy2003-12-011-1/+21
|
* no need for a maximum number of parameters (maximum number of localsRoberto Ierusalimschy2003-07-291-7/+1
| | | | take care of that).
* ok to use `#elif' and `#if defined()'Roberto Ierusalimschy2003-05-141-4/+2
|
* commentsRoberto Ierusalimschy2003-04-281-7/+5
|
* Lua does not need all those different types...Roberto Ierusalimschy2003-04-281-13/+18
|
* detailsRoberto Ierusalimschy2003-02-201-1/+4
|
* simpler interface to hooks + use of `int' to count hooksRoberto Ierusalimschy2002-11-251-6/+1
|
* commentsRoberto Ierusalimschy2002-11-221-3/+3
|
* separated control over C recursion levelRoberto Ierusalimschy2002-11-221-3/+16
|
* avoid C stack overflow during parsingRoberto Ierusalimschy2002-11-221-1/+7
|
* small changes in type configuration facilitiesRoberto Ierusalimschy2002-10-221-3/+12
|
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-081-1/+7
|
* hook count is quadraticRoberto Ierusalimschy2002-07-081-1/+5
|
* new macro to check conditions on expression macrosRoberto Ierusalimschy2002-06-131-1/+6
|
* good stack limit to compute ack(8,3)Roberto Ierusalimschy2002-04-231-2/+2
|
* simpler way to control stack overflowRoberto Ierusalimschy2002-03-261-4/+10
|
* configurable macros should live in llimits.hRoberto Ierusalimschy2002-03-181-1/+16
|
* implementation of `global' statementRoberto Ierusalimschy2002-03-141-4/+4
|
* detailsRoberto Ierusalimschy2002-03-071-3/+9
|
* configurable minimum size for the string tableRoberto Ierusalimschy2002-03-051-1/+6
|
* LFIELDS_PER_FLUSH is an opcode detailRoberto Ierusalimschy2002-02-141-8/+1
|
* first version of dynamic stackRoberto Ierusalimschy2002-01-251-5/+0
|
* detailRoberto Ierusalimschy2002-01-111-2/+3
|