summaryrefslogtreecommitdiff
path: root/ldebug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* check C is independent from check BRoberto Ierusalimschy2001-07-031-4/+5
* new module lopcodes.c for tables describing opcodesRoberto Ierusalimschy2001-06-281-50/+1
* rename of `kproto' to `p'Roberto Ierusalimschy2001-06-281-3/+3
* too much optimization to "break" keys in tables; keep them as TObjects...Roberto Ierusalimschy2001-06-261-3/+3
* cleaner way to ensure alignment for strings and userdataRoberto Ierusalimschy2001-06-151-3/+3
* details about opcode parametersRoberto Ierusalimschy2001-06-111-48/+48
* new definition for `luaD_call' and `luaD_adjusttop'Roberto Ierusalimschy2001-06-081-2/+2
* details.Roberto Ierusalimschy2001-06-081-9/+3
* details (rests of debug code)Roberto Ierusalimschy2001-06-071-5/+1
* detailsRoberto Ierusalimschy2001-06-071-2/+2
* new implementation for the Virtual MachineRoberto Ierusalimschy2001-06-051-165/+195
* list constructors do not adjust last expressionRoberto Ierusalimschy2001-04-061-5/+5
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-1/+2
* better way to link callinfo's and stackRoberto Ierusalimschy2001-03-071-99/+75
* optimization for tailcall does not seem to pay itselfRoberto Ierusalimschy2001-03-071-12/+4
* sizeof(string) != strlen(string)+1 when sizeof(char) != 1Roberto Ierusalimschy2001-03-061-2/+2
* lower-case for macros with argumentsRoberto Ierusalimschy2001-03-021-13/+13
* buffer should be void *, as char now is not that neutral...Roberto Ierusalimschy2001-02-231-2/+2
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-40/+40
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-221-2/+2
* warnings from Visual C++Roberto Ierusalimschy2001-02-211-3/+3
* code check for upvaluesRoberto Ierusalimschy2001-02-201-3/+4
* better separation between basic typesRoberto Ierusalimschy2001-02-201-4/+4
* better strucuture for code checkerRoberto Ierusalimschy2001-02-161-46/+49
* checking consistency of jumps (and some other details)Roberto Ierusalimschy2001-02-121-26/+75
* string pointers are always fully alignedRoberto Ierusalimschy2001-02-091-5/+5
* first version of code verificationRoberto Ierusalimschy2001-02-091-46/+123
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-8/+10
* lock/unlock may use L + better structure for internal debug stuffRoberto Ierusalimschy2001-02-021-13/+13
* smaller tables for machines with 8-bit alignmentRoberto Ierusalimschy2001-01-291-3/+3
* new macros + new names to facilitate compilation of threaded versionRoberto Ierusalimschy2001-01-261-13/+13
* first implementation for type namesRoberto Ierusalimschy2001-01-251-4/+4
* macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua coreRoberto Ierusalimschy2001-01-241-22/+51
* thead-specific state separated from "global" stateRoberto Ierusalimschy2001-01-191-19/+18
* all accesses to TObjects done through macrosRoberto Ierusalimschy2001-01-181-6/+5
* explicit control of size for growing vectorsRoberto Ierusalimschy2000-12-261-2/+2
* better control over extensions of char/short to intRoberto Ierusalimschy2000-11-301-2/+2
* all API functions are declared in a single line (to facilitate pre-processing).Roberto Ierusalimschy2000-10-301-9/+7
* detailsRoberto Ierusalimschy2000-10-271-2/+2
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-21/+23
* better treatment for source namesRoberto Ierusalimschy2000-10-091-2/+2
* luaD_call is more uniformRoberto Ierusalimschy2000-10-061-4/+7
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-7/+9
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-39/+40
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-5/+5
* small "by 1" bugRoberto Ierusalimschy2000-09-181-2/+2
* better name for source_id (short_src)Roberto Ierusalimschy2000-09-121-2/+2
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-12/+16
* errors may happen before function start running (with pc=-1)Roberto Ierusalimschy2000-08-311-5/+13
* L is not unused.Roberto Ierusalimschy2000-08-281-2/+1