summaryrefslogtreecommitdiff
path: root/lbuiltin.c
Commit message (Expand)AuthorAgeFilesLines
* tag method must be a functionRoberto Ierusalimschy1999-12-301-4/+7
* details.Roberto Ierusalimschy1999-12-281-3/+3
* comments.Roberto Ierusalimschy1999-12-271-7/+7
* no more "lua" in error messagesRoberto Ierusalimschy1999-12-271-2/+2
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-3/+3
* detailsRoberto Ierusalimschy1999-12-201-6/+4
* luaS_newfixedstring renamed to luaS_newfixedRoberto Ierusalimschy1999-12-141-3/+3
* many details + code redistributionRoberto Ierusalimschy1999-12-141-282/+48
* detailsRoberto Ierusalimschy1999-12-071-2/+2
* new tests for begin/end blocks and multi-stateRoberto Ierusalimschy1999-12-061-5/+38
* new language for testC (debugging facility)Roberto Ierusalimschy1999-12-031-71/+127
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-021-16/+15
* fixed stack; first version.Roberto Ierusalimschy1999-12-011-53/+46
* detailsRoberto Ierusalimschy1999-11-301-3/+3
* new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECTRoberto Ierusalimschy1999-11-291-2/+2
* new way to keep function arguments (with StkId instead of copy)Roberto Ierusalimschy1999-11-261-52/+51
* new macro luaL_openlRoberto Ierusalimschy1999-11-221-2/+2
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-296/+295
* last warnings in Visual CRoberto Ierusalimschy1999-11-161-5/+5
* new API function `lua_equalobj'Roberto Ierusalimschy1999-11-111-1/+5
* better ways to test lock mechanismRoberto Ierusalimschy1999-11-101-6/+9
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-041-26/+35
* invariant tests over tables performed externally, through a built-inRoberto Ierusalimschy1999-10-261-13/+20
* warnings from Visual C++Roberto Ierusalimschy1999-10-191-2/+2
* new implementation of hash tables.Roberto Ierusalimschy1999-10-141-24/+49
* new implementation for string hashing, with chaining.Roberto Ierusalimschy1999-10-111-7/+14
* new API function 'lua_type'.Roberto Ierusalimschy1999-10-071-8/+8
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-18/+45
* compatibility with old fallback system now provided by external moduleRoberto Ierusalimschy1999-09-201-7/+5
* tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.Roberto Ierusalimschy1999-09-081-7/+9
* "const" !!!Roberto Ierusalimschy1999-08-161-22/+22
* details.Roberto Ierusalimschy1999-07-221-2/+2
* better treatment for arbitrary limitsRoberto Ierusalimschy1999-06-171-2/+5
* tremove erases its previous last element (to avoid locking potentialRoberto Ierusalimschy1999-05-271-7/+8
* foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy1999-05-241-14/+20
* storing chunk "sources" instead of "filenames".Roberto Ierusalimschy1999-03-041-2/+2
* warningsRoberto Ierusalimschy1999-03-011-4/+4
* new function "lua_next" (+ new implementation for "next")Roberto Ierusalimschy1999-02-231-89/+83
* new function lua_nextvarRoberto Ierusalimschy1999-02-221-8/+4
* better control over calls to _ALERT and _ERRORMESSAGE (to avoid errorRoberto Ierusalimschy1999-02-221-14/+12
* detailsRoberto Ierusalimschy1999-02-121-2/+2
* another (silly) debuging function.Roberto Ierusalimschy1999-02-081-1/+7
* compile option EXTRALIB for builtin functions that can be written in Lua.Roberto Ierusalimschy1999-02-041-10/+14
* no need to define functions for macros...Roberto Ierusalimschy1999-01-261-2/+2
* table entries with ref=null always have val=null too.Roberto Ierusalimschy1999-01-251-2/+2
* C cannot initialize a struct.Roberto Ierusalimschy1999-01-221-10/+10
* "goto" for tail recursion changed to "while"Roberto Ierusalimschy1999-01-041-14/+13
* new sort algorithm.Roberto Ierusalimschy1999-01-041-54/+66
* new functions "tinsert" and "tremove"Roberto Ierusalimschy1998-12-301-1/+34
* tables are better manipulated via "Hash *" instead of "TObject" orRoberto Ierusalimschy1998-12-301-31/+38