summaryrefslogtreecommitdiff
path: root/ldebug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua 5.3.5 ported to gitv5.3.5Roberto Ierusalimschy2018-12-171-1/+1
| | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2.
* reuse of 'addinfo' by lexical errorsRoberto Ierusalimschy2015-05-221-1/+3
|
* 'ci_func' don't need to be exportedRoberto Ierusalimschy2015-03-111-4/+1
|
* better error message for bitwise operators (they are not arithmetic...)Roberto Ierusalimschy2014-11-101-3/+4
|
* detail (unknown lines are marked as -1, not 0)Roberto Ierusalimschy2014-02-251-2/+2
|
* correct error message for conversion errors from float to intRoberto Ierusalimschy2013-05-061-1/+3
|
* added 'const' to parameters of 'luaG_concaterror'Roberto Ierusalimschy2013-04-291-2/+3
|
* functions 'traceexec', 'callTM', and 'call_binTM' moved to otherRoberto Ierusalimschy2013-04-251-1/+3
| | | | files to make 'lvm.c' a little smaller
* new type 'l_noret' for function that do not returnRoberto Ierusalimschy2011-10-071-10/+10
|
* stricter control (using tag variants) over closure kinds (Lua x C)Roberto Ierusalimschy2011-06-021-1/+4
|
* 'getline' renamed to 'getfuncline' (to avoid problems with POSIX)Roberto Ierusalimschy2009-06-101-2/+2
|
* no more code checkingRoberto Ierusalimschy2009-04-301-3/+1
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-9/+12
|
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-021-2/+2
|
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-4/+4
| | | | for incremental garbage collection
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-161-2/+1
|
* new representation for hooks (to allow asynchronous calls to sethook)Roberto Ierusalimschy2002-11-181-5/+3
|
* new simetric format for ABC instructions, to avoid exchanging operandsRoberto Ierusalimschy2002-08-201-2/+2
| | | | for `commutative' operators
* use a linear count for count hookRoberto Ierusalimschy2002-08-121-3/+2
|
* external messages add their own extra informationRoberto Ierusalimschy2002-08-081-2/+2
|
* `luadebug.h' content now is included in `lua.h'Roberto Ierusalimschy2002-08-061-2/+1
|
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-061-2/+1
|
* new implementation for tailcalls and error handlingRoberto Ierusalimschy2002-08-051-1/+2
|
* hook count is quadraticRoberto Ierusalimschy2002-07-081-2/+2
|
* new interface for debug hooksRoberto Ierusalimschy2002-07-081-1/+8
|
* detailsRoberto Ierusalimschy2002-06-241-2/+2
|
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-1/+2
|
* new format for error messagesRoberto Ierusalimschy2002-05-151-1/+2
|
* precompiler may create functions without `lineinfo'Roberto Ierusalimschy2002-05-021-1/+3
|
* line trace uses `savedpc' to save last `pc' seenRoberto Ierusalimschy2002-04-101-1/+3
|
* simpler implementation for line informationRoberto Ierusalimschy2002-03-251-2/+1
|
* erroneous objects may not live in the stackRoberto Ierusalimschy2002-03-191-3/+3
|
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-2/+2
|
* new module lopcodes.c for tables describing opcodesRoberto Ierusalimschy2001-06-281-20/+1
|
* details about opcode parametersRoberto Ierusalimschy2001-06-111-3/+2
|
* detailsRoberto Ierusalimschy2001-06-071-2/+2
|
* new implementation for the Virtual MachineRoberto Ierusalimschy2001-06-051-3/+24
|
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-3/+3
|
* checking consistency of jumps.Roberto Ierusalimschy2001-02-121-2/+2
|
* first version of code verificationRoberto Ierusalimschy2001-02-091-1/+2
|
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-2/+2
|
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-2/+2
|
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-2/+2
|
* still more debug informationRoberto Ierusalimschy2000-08-111-1/+2
|
* still better error messagesRoberto Ierusalimschy2000-08-101-3/+3
|
* new structure for line informationRoberto Ierusalimschy2000-08-081-1/+2
|
* better error messagesRoberto Ierusalimschy2000-06-281-4/+4
|
* Auxiliary functions from Debug Interface moduleRoberto Ierusalimschy2000-01-141-0/+19