Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better control over calls to _ALERT and _ERRORMESSAGE (to avoid error | Roberto Ierusalimschy | 1999-02-22 | 3 | -24/+24 | |
* | debug state is restored after a dofile/dostring | Roberto Ierusalimschy | 1999-02-22 | 1 | -1/+3 | |
* | details | Roberto Ierusalimschy | 1999-02-19 | 1 | -53/+35 | |
* | details | Roberto Ierusalimschy | 1999-02-12 | 6 | -22/+19 | |
* | new name for opcode | Roberto Ierusalimschy | 1999-02-09 | 3 | -8/+8 | |
* | new year for Copyright. | Roberto Ierusalimschy | 1999-02-09 | 1 | -3/+3 | |
* | small corrections in opcodes. | Roberto Ierusalimschy | 1999-02-09 | 3 | -17/+30 | |
* | assignment expression may be multiple | Roberto Ierusalimschy | 1999-02-08 | 3 | -35/+47 | |
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 5 | -45/+46 | |
* | another (silly) debuging function. | Roberto Ierusalimschy | 1999-02-08 | 1 | -1/+7 | |
* | userdata and strings are kept in separate stringtables | Roberto Ierusalimschy | 1999-02-08 | 1 | -16/+17 | |
* | Lua cannot have static variables. | Roberto Ierusalimschy | 1999-02-05 | 1 | -7/+13 | |
* | lots of new stuff from 3.2 | Roberto Ierusalimschy | 1999-02-05 | 1 | -69/+138 | |
* | details | Roberto Ierusalimschy | 1999-02-05 | 1 | -22/+23 | |
* | format "%s" may break limit of "sprintf" on some machines. | Roberto Ierusalimschy | 1999-02-04 | 2 | -9/+17 | |
* | compile option EXTRALIB for builtin functions that can be written in Lua. | Roberto Ierusalimschy | 1999-02-04 | 2 | -14/+21 | |
* | "errorim" now is _ERRORMESSAGE. | Roberto Ierusalimschy | 1999-02-04 | 1 | -4/+7 | |
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 10 | -56/+53 | |
* | new dependencies | Roberto Ierusalimschy | 1999-02-04 | 1 | -2/+3 | |
* | new opcode for "long" arguments (3 bytes) | Roberto Ierusalimschy | 1999-02-04 | 3 | -119/+152 | |
* | getlocal cannot return the local itself, since lua_isstring and | Roberto Ierusalimschy | 1999-02-03 | 2 | -4/+9 | |
* | only parser uses MAX_WORD | Roberto Ierusalimschy | 1999-02-03 | 1 | -8/+1 | |
* | new syntax: assignment expressions + better order for opcodes | Roberto Ierusalimschy | 1999-02-02 | 3 | -67/+111 | |
* | opcodes with builtin parameters are too complicated for very little extra | Roberto Ierusalimschy | 1999-02-02 | 3 | -309/+96 | |
* | "if" expression leaves only one of its expressions on the stack | Roberto Ierusalimschy | 1999-02-02 | 1 | -2/+5 | |
* | "if" expressions. | Roberto Ierusalimschy | 1999-02-01 | 1 | -24/+31 | |
* | negative numerals do not need a MINUSOPeration; go directly to contant | Roberto Ierusalimschy | 1999-01-29 | 1 | -44/+51 | |
* | no need to define functions for macros... | Roberto Ierusalimschy | 1999-01-26 | 3 | -36/+5 | |
* | details | Roberto Ierusalimschy | 1999-01-26 | 1 | -2/+2 | |
* | luaH_set does the set and protect its value; luaH_move can then be a | Roberto Ierusalimschy | 1999-01-25 | 1 | -31/+16 | |
* | luaH_set does the set, and protects its value, so luaH_move can be a | Roberto Ierusalimschy | 1999-01-25 | 1 | -4/+4 | |
* | luaH_set does the set! | Roberto Ierusalimschy | 1999-01-25 | 1 | -13/+8 | |
* | uses the same double hashing that is used for tables | Roberto Ierusalimschy | 1999-01-25 | 1 | -12/+17 | |
* | table entries with ref=null always have val=null too. | Roberto Ierusalimschy | 1999-01-25 | 3 | -32/+21 | |
* | small optimizations(?) | Roberto Ierusalimschy | 1999-01-22 | 1 | -49/+36 | |
* | C cannot initialize a struct. | Roberto Ierusalimschy | 1999-01-22 | 1 | -10/+10 | |
* | "free" usually handles NULL; handle non ANSI case separately. | Roberto Ierusalimschy | 1999-01-22 | 1 | -1/+2 | |
* | local names are all in the constant pool, so they do not need to be | Roberto Ierusalimschy | 1999-01-22 | 1 | -9/+2 | |
* | "realloc" usually implements "malloc"; handle non ANSI case separately. | Roberto Ierusalimschy | 1999-01-22 | 1 | -23/+21 | |
* | <string.h> is needed because of "memcpy". | Roberto Ierusalimschy | 1999-01-21 | 1 | -1/+2 | |
* | small optimizations | Roberto Ierusalimschy | 1999-01-20 | 1 | -9/+8 | |
* | small optimization in getglobal | Roberto Ierusalimschy | 1999-01-15 | 1 | -18/+20 | |
* | names... | Roberto Ierusalimschy | 1999-01-15 | 2 | -38/+24 | |
* | new functions to manipulate C global variables | Roberto Ierusalimschy | 1999-01-15 | 3 | -11/+51 | |
* | GC can be called during parsing, if needed. | Roberto Ierusalimschy | 1999-01-15 | 2 | -31/+44 | |
* | "getstack" returns func, too. | Roberto Ierusalimschy | 1999-01-15 | 1 | -1/+5 | |
* | "%.16g" already formats integers as integers, so we do not need an | Roberto Ierusalimschy | 1999-01-13 | 1 | -12/+5 | |
* | details (comments) | Roberto Ierusalimschy | 1999-01-13 | 2 | -8/+6 | |
* | better precision when converting numbers to strings. | Roberto Ierusalimschy | 1999-01-12 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 1999-01-11 | 1 | -4/+8 |