Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1999-03-01 | warnings... | Roberto Ierusalimschy | 1 | -9/+9 |
1999-02-26 | better control of vector when DEBUGing | Roberto Ierusalimschy | 1 | -9/+17 |
1999-02-26 | warnings in Solaris | Roberto Ierusalimschy | 2 | -4/+4 |
1999-02-26 | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 6 | -30/+24 |
1999-02-26 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-02-26 | comments | Roberto Ierusalimschy | 1 | -5/+5 |
1999-02-25 | details (from lhf) | Roberto Ierusalimschy | 13 | -103/+106 |
1999-02-25 | small correction | Roberto Ierusalimschy | 1 | -2/+3 |
1999-02-25 | details (from lhf) | Roberto Ierusalimschy | 1 | -2/+5 |
1999-02-25 | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 4 | -45/+32 |
1999-02-25 | new way to handle "growing" vectors | Roberto Ierusalimschy | 5 | -66/+51 |
1999-02-24 | details | Roberto Ierusalimschy | 1 | -1/+4 |
1999-02-24 | better instrumentation for internal debugging | Roberto Ierusalimschy | 4 | -8/+29 |
1999-02-24 | warnings | Roberto Ierusalimschy | 1 | -5/+5 |
1999-02-23 | no more EXTRALIBS (and new dependencies) | Roberto Ierusalimschy | 1 | -25/+26 |
1999-02-23 | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 6 | -132/+143 |
1999-02-23 | LONGARGW (for completeness). | Roberto Ierusalimschy | 2 | -4/+6 |
1999-02-22 | comments | Roberto Ierusalimschy | 1 | -3/+3 |
1999-02-22 | new function lua_nextvar | Roberto Ierusalimschy | 4 | -12/+36 |
1999-02-22 | better control over calls to _ALERT and _ERRORMESSAGE (to avoid error | Roberto Ierusalimschy | 3 | -24/+24 |
1999-02-22 | debug state is restored after a dofile/dostring | Roberto Ierusalimschy | 1 | -1/+3 |
1999-02-19 | details | Roberto Ierusalimschy | 1 | -53/+35 |
1999-02-12 | details | Roberto Ierusalimschy | 6 | -22/+19 |
1999-02-09 | new name for opcode | Roberto Ierusalimschy | 3 | -8/+8 |
1999-02-09 | new year for Copyright. | Roberto Ierusalimschy | 1 | -3/+3 |
1999-02-09 | small corrections in opcodes. | Roberto Ierusalimschy | 3 | -17/+30 |
1999-02-08 | assignment expression may be multiple | Roberto Ierusalimschy | 3 | -35/+47 |
1999-02-08 | clearer way to set tables. | Roberto Ierusalimschy | 5 | -45/+46 |
1999-02-08 | another (silly) debuging function. | Roberto Ierusalimschy | 1 | -1/+7 |
1999-02-08 | userdata and strings are kept in separate stringtables | Roberto Ierusalimschy | 1 | -16/+17 |
1999-02-05 | Lua cannot have static variables. | Roberto Ierusalimschy | 1 | -7/+13 |
1999-02-05 | lots of new stuff from 3.2 | Roberto Ierusalimschy | 1 | -69/+138 |
1999-02-05 | details | Roberto Ierusalimschy | 1 | -22/+23 |
1999-02-04 | format "%s" may break limit of "sprintf" on some machines. | Roberto Ierusalimschy | 2 | -9/+17 |
1999-02-04 | compile option EXTRALIB for builtin functions that can be written in Lua. | Roberto Ierusalimschy | 2 | -14/+21 |
1999-02-04 | "errorim" now is _ERRORMESSAGE. | Roberto Ierusalimschy | 1 | -4/+7 |
1999-02-04 | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 10 | -56/+53 |
1999-02-04 | new dependencies | Roberto Ierusalimschy | 1 | -2/+3 |
1999-02-04 | new opcode for "long" arguments (3 bytes) | Roberto Ierusalimschy | 3 | -119/+152 |
1999-02-03 | getlocal cannot return the local itself, since lua_isstring and | Roberto Ierusalimschy | 2 | -4/+9 |
1999-02-03 | only parser uses MAX_WORD | Roberto Ierusalimschy | 1 | -8/+1 |
1999-02-02 | new syntax: assignment expressions + better order for opcodes | Roberto Ierusalimschy | 3 | -67/+111 |
1999-02-02 | opcodes with builtin parameters are too complicated for very little extra | Roberto Ierusalimschy | 3 | -309/+96 |
1999-02-02 | "if" expression leaves only one of its expressions on the stack | Roberto Ierusalimschy | 1 | -2/+5 |
1999-02-01 | "if" expressions. | Roberto Ierusalimschy | 1 | -24/+31 |
1999-01-29 | negative numerals do not need a MINUSOPeration; go directly to contant | Roberto Ierusalimschy | 1 | -44/+51 |
1999-01-26 | no need to define functions for macros... | Roberto Ierusalimschy | 3 | -36/+5 |
1999-01-26 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-01-25 | luaH_set does the set and protect its value; luaH_move can then be a | Roberto Ierusalimschy | 1 | -31/+16 |
1999-01-25 | luaH_set does the set, and protects its value, so luaH_move can be a | Roberto Ierusalimschy | 1 | -4/+4 |