summaryrefslogtreecommitdiff
path: root/lua.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* first implementation of yieldable 'pcall'Roberto Ierusalimschy2009-04-081-2/+5
|
* 'context' added to suspendable callsRoberto Ierusalimschy2009-03-231-5/+6
|
* yielding across lua_call (first version)Roberto Ierusalimschy2009-03-101-2/+6
|
* new macro 'lua_checkversion' to check whether core and application areRoberto Ierusalimschy2009-02-181-1/+5
| | | | compatible
* added missing parentheses around function namesRoberto Ierusalimschy2008-08-131-12/+12
|
* LUA_COMPAT -> LUA_COMPAT_API (more specific)Roberto Ierusalimschy2008-07-181-2/+2
|
* new macro LUA_COMPAT to control some compatibility macrosRoberto Ierusalimschy2008-07-111-1/+3
|
* updated years in some comments/stringsRoberto Ierusalimschy2008-05-091-3/+3
|
* bug: pseudo-indices should be linked to maximum C stack sizeRoberto Ierusalimschy2008-02-111-4/+4
|
* detail (LUA_COPYRIGHT includes release number)Roberto Ierusalimschy2007-08-071-2/+2
|
* lua_pushstring/pushlstring return stringRoberto Ierusalimschy2007-04-171-6/+6
|
* new year...Roberto Ierusalimschy2007-02-071-2/+2
|
* detail (tab->space)Roberto Ierusalimschy2006-11-301-2/+2
|
* towards 5.2 + detail in authors + avoiding reverse plicksRoberto Ierusalimschy2006-10-171-10/+10
|
* new constant LUA_OKRoberto Ierusalimschy2006-10-101-2/+3
|
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-181-4/+4
|
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-3/+3
|
* new macro LUA_RELEASERoberto Ierusalimschy2006-06-021-2/+3
|
* new version numberRoberto Ierusalimschy2006-05-311-2/+2
|
* detailRoberto Ierusalimschy2006-01-101-2/+2
|
* copyright will be 2006Roberto Ierusalimschy2005-12-271-2/+2
|
* more precision for gc countRoberto Ierusalimschy2005-10-201-4/+5
|
* new function 'lua_setallocf'Roberto Ierusalimschy2005-09-201-1/+2
|
* detailRoberto Ierusalimschy2005-08-261-3/+2
|
* commentsRoberto Ierusalimschy2005-08-121-2/+2
|
* new version (and new copyright)...Roberto Ierusalimschy2005-08-091-5/+5
|
* lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in otherRoberto Ierusalimschy2005-05-311-3/+3
| | | | places [opcode name, metamethod index, etc.])
* several small detailsRoberto Ierusalimschy2005-05-171-22/+21
|
* new API function `lua_tolstring'Roberto Ierusalimschy2005-05-161-1/+4
|
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-1/+2
|
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-4/+1
|
* change `#ifdef' for `#if defined'Roberto Ierusalimschy2005-03-231-2/+2
|
* better name for GC pauseRoberto Ierusalimschy2005-03-221-2/+2
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-2/+3
|
* detailRoberto Ierusalimschy2005-01-171-2/+2
|
* no more generational collector (and no more `noinc' mode)Roberto Ierusalimschy2005-01-141-2/+2
|
* all function declarations surround name with parenthesesRoberto Ierusalimschy2005-01-101-71/+71
|
* detailsRoberto Ierusalimschy2005-01-071-5/+4
|
* a different option for the GCRoberto Ierusalimschy2004-12-131-2/+2
|
* more options for controling the GCRoberto Ierusalimschy2004-12-061-6/+8
|
* `LUA_FIRSTINDEX' should not be configurableRoberto Ierusalimschy2004-12-011-1/+5
|
* use of parentheses around macro parameters in call lists, to avoidRoberto Ierusalimschy2004-10-181-14/+14
| | | | problems with comma expressions
* cleaner API for coroutinesRoberto Ierusalimschy2004-09-151-6/+9
|
* option for garbage-collector `step'Roberto Ierusalimschy2004-06-041-1/+2
|
* what is provided by lauxlib.c should be defined at lauxlib.hRoberto Ierusalimschy2004-06-021-20/+5
|
* `lua_strlen' upgraded to `lua_objsize' (which also works with userdata)Roberto Ierusalimschy2004-05-311-7/+4
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-30/+4
|
* new copyright yearRoberto Ierusalimschy2004-03-241-3/+3
|
* new (temporary?) API for garbage collectorRoberto Ierusalimschy2004-03-091-5/+12
|
* detailRoberto Ierusalimschy2003-12-101-5/+2
|