Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 1 | -10/+9 | |
| | ||||||
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+5 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+9 | |
| | ||||||
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 1 | -2/+2 | |
| | ||||||
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -3/+3 | |
| | ||||||
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -479/+566 | |
| | ||||||
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -11/+7 | |
| | ||||||
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 1 | -5/+3 | |
| | ||||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 | |
| | ||||||
* | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 2001-03-07 | 1 | -11/+1 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -8/+8 | |
| | ||||||
* | some compilers (wrongly) complain about that | Roberto Ierusalimschy | 2001-02-12 | 1 | -2/+2 | |
| | ||||||
* | warnings from Visual C | Roberto Ierusalimschy | 2001-02-08 | 1 | -2/+2 | |
| | ||||||
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -18/+21 | |
| | ||||||
* | simpler implementation of for loops | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+12 | |
| | ||||||
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -3/+3 | |
| | ||||||
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -8/+8 | |
| | ||||||
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -5/+4 | |
| | ||||||
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -11/+13 | |
| | ||||||
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -8/+11 | |
| | ||||||
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -5/+5 | |
| | ||||||
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 1 | -3/+3 | |
| | ||||||
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+5 | |
| | ||||||
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -3/+3 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 | |
| | ||||||
* | small bug in symbolic execution | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+3 | |
| | ||||||
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 1 | -3/+2 | |
| | ||||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
| | ||||||
* | better code for unary/binary operators | Roberto Ierusalimschy | 2000-08-09 | 1 | -38/+46 | |
| | ||||||
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+2 | |
| | ||||||
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -7/+16 | |
| | ||||||
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+3 | |
| | ||||||
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -8/+8 | |
| | ||||||
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -55/+53 | |
| | ||||||
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -12/+7 | |
| | ||||||
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -6/+13 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-06-21 | 1 | -2/+2 | |
| | ||||||
* | optimizations for "while 1", "until nil", and the like | Roberto Ierusalimschy | 2000-06-16 | 1 | -52/+101 | |
| | ||||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 | |
| | ||||||
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -16/+22 | |
| | ||||||
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+2 | |
| | ||||||
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+5 | |
| | ||||||
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -139/+119 | |
| | ||||||
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -1/+13 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -9/+1 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-04-19 | 1 | -3/+3 | |
| | ||||||
* | simpler version of `luaK_tostack' | Roberto Ierusalimschy | 2000-04-17 | 1 | -40/+25 | |
| | ||||||
* | better code organization | Roberto Ierusalimschy | 2000-04-14 | 1 | -67/+133 | |
| | ||||||
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -23/+5 | |
| |