summaryrefslogtreecommitdiff
path: root/lapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid assignment to local structureRoberto Ierusalimschy2000-09-181-14/+13
* new API function lua_rawgetRoberto Ierusalimschy2000-09-141-1/+10
* topointer handles only types that have no other "to" functionRoberto Ierusalimschy2000-09-121-6/+1
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-4/+3
* API functions check stack overflowRoberto Ierusalimschy2000-09-111-3/+4
* new version for APIRoberto Ierusalimschy2000-09-051-49/+69
* more builtin functions using official APIRoberto Ierusalimschy2000-08-311-5/+43
* new API functions `pop', `insert', and `move'Roberto Ierusalimschy2000-08-311-13/+25
* new implementation for `next'Roberto Ierusalimschy2000-08-311-19/+16
* explicit stack control in the APIRoberto Ierusalimschy2000-08-291-1/+5
* lua_equal also accepts out-of-range indicesRoberto Ierusalimschy2000-08-291-2/+5
* first version for new APIRoberto Ierusalimschy2000-08-281-221/+211
* new name for `lua_[sg]etglobaltable'Roberto Ierusalimschy2000-08-141-5/+5
* default now is multi-stateRoberto Ierusalimschy2000-08-091-3/+1
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-2/+3
* access to `values' in TObject always through macrosRoberto Ierusalimschy2000-06-081-10/+10
* new signature for `luaH_set'Roberto Ierusalimschy2000-06-061-2/+2
* functions `for...' and `raw...' are obsolete nowRoberto Ierusalimschy2000-05-261-22/+30
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-3/+3
* detailsRoberto Ierusalimschy2000-05-081-12/+9
* global variables are stored in a Lua tableRoberto Ierusalimschy2000-05-081-45/+33
* no more `seterrormethod' functionRoberto Ierusalimschy2000-04-171-10/+1
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-18/+5
* TAG_ARRAY -> TAG_TABLERoberto Ierusalimschy2000-03-271-6/+6
* tags can be positive valuesRoberto Ierusalimschy2000-03-201-6/+5
* some name changesRoberto Ierusalimschy2000-03-101-27/+27
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-19/+20
* it is better to control stack space where it is needed.Roberto Ierusalimschy2000-02-221-4/+1
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-4/+5
* keep `top' in registers when running basic tasks (settable, getglobal, ...)Roberto Ierusalimschy2000-01-241-6/+8
* new debug API (first version)Roberto Ierusalimschy2000-01-191-27/+5
* little change when calling tag methodsRoberto Ierusalimschy2000-01-131-3/+4
* tag method must be a functionRoberto Ierusalimschy1999-12-301-2/+6
* comments.Roberto Ierusalimschy1999-12-271-2/+2
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-45/+36
* many details + code redistributionRoberto Ierusalimschy1999-12-141-216/+29
* better control (and error recovery) for begin/end blocksRoberto Ierusalimschy1999-12-061-7/+4
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-021-51/+51
* fixed stack; first version.Roberto Ierusalimschy1999-12-011-53/+50
* `object' and `string' are very busy names...Roberto Ierusalimschy1999-11-291-17/+17
* new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECTRoberto Ierusalimschy1999-11-291-3/+3
* macros `key', `val', and `node' don't need the stateRoberto Ierusalimschy1999-11-231-5/+5
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-187/+187
* new API function `lua_equalobj'Roberto Ierusalimschy1999-11-111-5/+10
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-041-39/+28
* new implementation of hash tables.Roberto Ierusalimschy1999-10-141-3/+3
* new implementation for string hashing, with chaining.Roberto Ierusalimschy1999-10-111-5/+5
* new API function 'lua_type'.Roberto Ierusalimschy1999-10-071-1/+4
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-12/+18
* `put_luaObjectonTop' must be public (to be used by lfback.c), and soRoberto Ierusalimschy1999-09-211-7/+7