summaryrefslogtreecommitdiff
path: root/ldebug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-2/+3
* no more compatibility code for traversing tablesRoberto Ierusalimschy2005-05-041-2/+1
* small bug for tail-recursive debuggingRoberto Ierusalimschy2005-04-141-6/+6
* small optimizationsRoberto Ierusalimschy2005-04-051-2/+3
* removed dirt optimizations that gave small gainsRoberto Ierusalimschy2005-04-041-17/+19
* `luac' may generate code without upvalue namesRoberto Ierusalimschy2004-12-201-2/+2
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-4/+4
* cannot jump to a setlist countRoberto Ierusalimschy2004-10-071-2/+8
* new format for SETLIST opcodeRoberto Ierusalimschy2004-10-041-4/+5
* detailsRoberto Ierusalimschy2004-09-011-3/+4
* new way to code RK valuesRoberto Ierusalimschy2004-06-291-6/+5
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-021-6/+7
* new way to use `vararg' parameters (with `...')Roberto Ierusalimschy2004-05-311-3/+10
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-1/+2
* better message for errors with upvaluesRoberto Ierusalimschy2004-03-231-1/+6
* added include to stdarg.h (as it uses vararg facilities)Roberto Ierusalimschy2004-02-201-1/+3
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-10/+10
* core does not look for function name in globals (too particular)Roberto Ierusalimschy2003-10-201-17/+3
* avoid unecessary includes of `stdlib'Roberto Ierusalimschy2003-10-021-2/+2
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-161-17/+2
* opcode number may be invalidRoberto Ierusalimschy2003-07-101-1/+2
* better information about instruction behavior (use of arguments)Roberto Ierusalimschy2003-05-141-20/+27
* new semantics for "for" local variablesRoberto Ierusalimschy2003-05-131-2/+3
* avoid warnings (`Instruction' may not fit into an `int')Roberto Ierusalimschy2003-04-281-2/+2
* avoid name colision (for alllua.c)Roberto Ierusalimschy2003-03-191-4/+4
* name changes to avoid name collision between macros and variablesRoberto Ierusalimschy2003-03-181-4/+4
* unused argumentRoberto Ierusalimschy2003-03-181-3/+3
* detailRoberto Ierusalimschy2003-02-271-2/+2
* no-nonsense debug information about tail callsRoberto Ierusalimschy2003-02-271-57/+65
* expressions too complex for an ARM compiler...Roberto Ierusalimschy2003-02-191-5/+8
* different variables for number of upvalues and size of upvalue arrayRoberto Ierusalimschy2003-02-111-3/+3
* OP_TFORLOOP uses extra stack spaceRoberto Ierusalimschy2002-12-111-2/+2
* TFORLOOP makes a call that affects all values above it on the stackRoberto Ierusalimschy2002-12-061-1/+2
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
* detailRoberto Ierusalimschy2002-11-261-3/+5
* simpler interface to hooks + use of `int' to count hooksRoberto Ierusalimschy2002-11-251-7/+10
* keep L->ci->base in L->base for faster accessRoberto Ierusalimschy2002-11-211-2/+2
* new representation for hooks (to allow asynchronous calls to sethook)Roberto Ierusalimschy2002-11-181-13/+22
* new macros to distinguish different types of object moves (for future GCRoberto Ierusalimschy2002-11-071-5/+5
* in case of memory allocation errors, sizecode and sizelineinfo canRoberto Ierusalimschy2002-10-161-1/+2
* no more newlines at the end of error messagesRoberto Ierusalimschy2002-09-051-7/+4
* new simetric format for ABC instructions, to avoid exchanging operandsRoberto Ierusalimschy2002-08-201-6/+13
* use a linear count for count hookRoberto Ierusalimschy2002-08-121-8/+5
* external messages add their own extra informationRoberto Ierusalimschy2002-08-081-11/+6
* (much) cleaner way to control function statesRoberto Ierusalimschy2002-08-071-6/+8
* warnings in other compilersRoberto Ierusalimschy2002-08-071-21/+20
* `luadebug.h' content now is included in `lua.h'Roberto Ierusalimschy2002-08-061-2/+1
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-061-14/+13
* new implementation for tailcalls and error handlingRoberto Ierusalimschy2002-08-051-39/+33
* CallInfo has different fields for C functions and Lua functionsRoberto Ierusalimschy2002-07-161-13/+9