aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more debug information (still with bug for tag methods...)Roberto Ierusalimschy1999-12-306-30/+41
* tag method must be a functionRoberto Ierusalimschy1999-12-301-2/+6
* tag method must be a functionRoberto Ierusalimschy1999-12-301-4/+7
* details.Roberto Ierusalimschy1999-12-301-2/+2
* return gives wrong line in debug information.Roberto Ierusalimschy1999-12-291-0/+6
* bug: return gives wrong line in debug information.Roberto Ierusalimschy1999-12-291-2/+3
* first version of extra debug information (NAME)Roberto Ierusalimschy1999-12-296-520/+658
* detailsRoberto Ierusalimschy1999-12-291-28/+37
* details.Roberto Ierusalimschy1999-12-282-5/+5
* better error messagesRoberto Ierusalimschy1999-12-282-41/+48
* comments.Roberto Ierusalimschy1999-12-2720-65/+65
* no more "lua" in error messagesRoberto Ierusalimschy1999-12-272-4/+4
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-2315-147/+180
* detailsRoberto Ierusalimschy1999-12-221-3/+5
* little bug: `1ea' got a wrong token at the error messageRoberto Ierusalimschy1999-12-221-2/+3
* new way to control hooks inside hooks (now the control is done inside Lua)Roberto Ierusalimschy1999-12-217-77/+82
* new way to pass arguments: with option `-f'Roberto Ierusalimschy1999-12-211-25/+36
* debug information for parameters use line 0 for them (as they areRoberto Ierusalimschy1999-12-211-15/+12
* detailsRoberto Ierusalimschy1999-12-201-6/+4
* new chunkid for C functions (`luaL_chunkid')Roberto Ierusalimschy1999-12-201-10/+17
* new way to handle _PROMPTRoberto Ierusalimschy1999-12-201-4/+10
* luaS_newfixedstring renamed to luaS_newfixedRoberto Ierusalimschy1999-12-144-10/+10
* many details + code redistributionRoberto Ierusalimschy1999-12-1413-529/+170
* module for internal use only, with functions for internal testsRoberto Ierusalimschy1999-12-141-0/+273
* new module with the debug API functionsRoberto Ierusalimschy1999-12-141-0/+145
* commentsRoberto Ierusalimschy1999-12-091-5/+4
* detailsRoberto Ierusalimschy1999-12-072-4/+4
* keep it simpleRoberto Ierusalimschy1999-12-071-44/+14
* stack may not be empty after a correct run...Roberto Ierusalimschy1999-12-071-6/+6
* for the future...Roberto Ierusalimschy1999-12-071-3/+3
* `optimization' doesn't seem to make any difference...Roberto Ierusalimschy1999-12-061-16/+10
* better control (and error recovery) for begin/end blocksRoberto Ierusalimschy1999-12-063-11/+13
* configurable stack size + some corrections in error recovery inRoberto Ierusalimschy1999-12-061-32/+27
* `lua_setfallback' leaves things on the stack, so it is better to protectRoberto Ierusalimschy1999-12-061-1/+3
* new tests for begin/end blocks and multi-stateRoberto Ierusalimschy1999-12-061-5/+38
* `lua_newstate' gets the inital stack size and other argumentsRoberto Ierusalimschy1999-12-065-15/+55
* details.Roberto Ierusalimschy1999-12-061-9/+12
* new language for testC (debugging facility)Roberto Ierusalimschy1999-12-031-71/+127
* detailsRoberto Ierusalimschy1999-12-031-3/+3
* modifications by lhfRoberto Ierusalimschy1999-12-022-100/+104
* missing includeRoberto Ierusalimschy1999-12-022-2/+4
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-027-84/+80
* fixed stack; first version.Roberto Ierusalimschy1999-12-0110-402/+400
* detailsRoberto Ierusalimschy1999-11-302-6/+8
* `object' and `string' are very busy names...Roberto Ierusalimschy1999-11-292-50/+50
* mistake in change for multi-state (gc threshold was not corrected)Roberto Ierusalimschy1999-11-291-2/+2
* new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECTRoberto Ierusalimschy1999-11-293-8/+8
* table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1999-11-291-15/+6
* table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1999-11-266-40/+37
* new way to keep function arguments (with StkId instead of copy)Roberto Ierusalimschy1999-11-261-52/+51