Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 1999-03-10 | 4 | -83/+20 |
* | new opcode TAILCALL | Roberto Ierusalimschy | 1999-03-05 | 3 | -28/+39 |
* | details about debug info. | Roberto Ierusalimschy | 1999-03-05 | 3 | -8/+9 |
* | "feof" may be a macro. | Roberto Ierusalimschy | 1999-03-05 | 1 | -2/+2 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 15 | -86/+91 |
* | details. | Roberto Ierusalimschy | 1999-03-04 | 2 | -6/+6 |
* | file stream cannot call fread after EOF. | Roberto Ierusalimschy | 1999-03-04 | 2 | -4/+10 |
* | warnings | Roberto Ierusalimschy | 1999-03-01 | 1 | -4/+4 |
* | vector do not need to grow until MINSIZE | Roberto Ierusalimschy | 1999-03-01 | 1 | -4/+5 |
* | warnings... | Roberto Ierusalimschy | 1999-03-01 | 1 | -9/+9 |
* | better control of vector when DEBUGing | Roberto Ierusalimschy | 1999-02-26 | 1 | -9/+17 |
* | warnings in Solaris | Roberto Ierusalimschy | 1999-02-26 | 2 | -4/+4 |
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 6 | -30/+24 |
* | details | Roberto Ierusalimschy | 1999-02-26 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 1999-02-26 | 1 | -5/+5 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 13 | -103/+106 |
* | small correction | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+3 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+5 |
* | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 1999-02-25 | 4 | -45/+32 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 5 | -66/+51 |
* | details | Roberto Ierusalimschy | 1999-02-24 | 1 | -1/+4 |
* | better instrumentation for internal debugging | Roberto Ierusalimschy | 1999-02-24 | 4 | -8/+29 |
* | warnings | Roberto Ierusalimschy | 1999-02-24 | 1 | -5/+5 |
* | no more EXTRALIBS (and new dependencies) | Roberto Ierusalimschy | 1999-02-23 | 1 | -25/+26 |
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 6 | -132/+143 |
* | LONGARGW (for completeness). | Roberto Ierusalimschy | 1999-02-23 | 2 | -4/+6 |
* | comments | Roberto Ierusalimschy | 1999-02-22 | 1 | -3/+3 |
* | new function lua_nextvar | Roberto Ierusalimschy | 1999-02-22 | 4 | -12/+36 |
* | 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 |