Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | easier way to change type Number | Roberto Ierusalimschy | 2000-10-03 | 1 | -3/+3 | |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+2 | |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -4/+2 | |
* | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 2000-09-25 | 1 | -2/+2 | |
* | macros to do jumps | Roberto Ierusalimschy | 2000-09-20 | 1 | -18/+21 | |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+2 | |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -59/+67 | |
* | `call' doesn't use pack anymore | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 | |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -18/+14 | |
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 1 | -3/+5 | |
* | better implementation for luaV_pack | Roberto Ierusalimschy | 2000-08-29 | 1 | -16/+11 | |
* | checkstack needs a correct stack | Roberto Ierusalimschy | 2000-08-22 | 1 | -1/+3 | |
* | simpler code for settable and gettable | Roberto Ierusalimschy | 2000-08-22 | 1 | -47/+39 | |
* | details | Roberto Ierusalimschy | 2000-08-14 | 1 | -92/+83 | |
* | still more debug information | Roberto Ierusalimschy | 2000-08-11 | 1 | -2/+2 | |
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 1 | -14/+20 | |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
* | bug: lastpc was not initialized | Roberto Ierusalimschy | 2000-08-09 | 1 | -1/+2 | |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -14/+12 | |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -6/+12 | |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -7/+7 | |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -16/+16 | |
* | details | Roberto Ierusalimschy | 2000-06-27 | 1 | -10/+8 | |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -44/+56 | |
* | comment | Roberto Ierusalimschy | 2000-06-19 | 1 | -2/+4 | |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 | |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -10/+10 | |
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -14/+8 | |
* | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 2000-06-05 | 1 | -4/+3 | |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -13/+12 | |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 | |
* | type details | Roberto Ierusalimschy | 2000-05-25 | 1 | -3/+4 | |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -16/+18 | |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -2/+2 | |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -4/+33 | |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -21/+19 | |
* | no more `register' declarations: leave it to the compiler. | Roberto Ierusalimschy | 2000-04-19 | 1 | -5/+5 | |
* | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 2000-04-14 | 1 | -3/+2 | |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -15/+3 | |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -1/+29 | |
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 1 | -20/+24 | |
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 1 | -13/+28 | |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -22/+28 | |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -6/+6 | |
* | small optimization for i..'' | Roberto Ierusalimschy | 2000-03-17 | 1 | -8/+4 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -103/+103 | |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -1/+2 | |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -36/+41 | |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -33/+43 | |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -4/+4 |