aboutsummaryrefslogtreecommitdiff
path: root/lapi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | it must have a "public" name: `luaA_putObjectOnTop'
* compatibility with old fallback system now provided by external moduleRoberto Ierusalimschy1999-09-201-25/+2
|
* "const" !!!Roberto Ierusalimschy1999-08-161-97/+58
|
* better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy1999-06-221-10/+8
|
* better treatment for arbitrary limitsRoberto Ierusalimschy1999-06-171-2/+2
|
* details (message text)Roberto Ierusalimschy1999-05-141-2/+2
|
* there is no need for a size for CblocksRoberto Ierusalimschy1999-05-111-19/+10
|
* array Cblocks should grow dynamicallyRoberto Ierusalimschy1999-05-111-11/+15
|
* check first whether function is global.Roberto Ierusalimschy1999-03-261-4/+4
|
* storing chunk "sources" instead of "filenames".Roberto Ierusalimschy1999-03-041-5/+4
|
* warnings...Roberto Ierusalimschy1999-03-011-9/+9
|
* details (from lhf)Roberto Ierusalimschy1999-02-251-3/+3
|
* new function "lua_next" (+ new implementation for "next")Roberto Ierusalimschy1999-02-231-16/+48
|
* new function lua_nextvarRoberto Ierusalimschy1999-02-221-2/+28
|
* detailsRoberto Ierusalimschy1999-02-121-6/+1
|
* clearer way to set tables.Roberto Ierusalimschy1999-02-081-2/+3
|
* "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".Roberto Ierusalimschy1999-02-041-7/+7
|
* getlocal cannot return the local itself, since lua_isstring andRoberto Ierusalimschy1999-02-031-4/+3
| | | | lua_isnumber can modify it.
* no need to define functions for macros...Roberto Ierusalimschy1999-01-261-24/+1
|
* new functions to manipulate C global variablesRoberto Ierusalimschy1999-01-151-3/+44
|
* details ("settable")Roberto Ierusalimschy1998-12-301-7/+5
|
* small warningsRoberto Ierusalimschy1998-12-031-2/+2
|
* new function "lua_nups" (number of upvalues).Roberto Ierusalimschy1998-09-071-1/+7
|
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-211-9/+8
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* small changes to use new auxiliar functionsRoberto Ierusalimschy1998-07-121-7/+3
|
* name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy1998-06-051-2/+2
|
* better use of "ASSERT".Roberto Ierusalimschy1998-03-091-2/+2
|