Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+3 |
| | |||||
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 1 | -24/+39 |
| | |||||
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -1/+3 |
| | |||||
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -13/+25 |
| | |||||
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -7/+7 |
| | |||||
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -3/+6 |
| | |||||
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -15/+6 |
| | |||||
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 |
| | |||||
* | comments | Roberto Ierusalimschy | 1999-12-09 | 1 | -5/+4 |
| | |||||
* | `optimization' doesn't seem to make any difference... | Roberto Ierusalimschy | 1999-12-06 | 1 | -16/+10 |
| | |||||
* | details. | Roberto Ierusalimschy | 1999-12-06 | 1 | -9/+12 |
| | |||||
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -173/+178 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-11-30 | 1 | -3/+5 |
| | |||||
* | new way to code CALLs + passing multiple arguments between function calls | Roberto Ierusalimschy | 1999-11-25 | 1 | -8/+3 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -111/+113 |
| | |||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -10/+10 |
| | |||||
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -3/+3 |
| | |||||
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+2 |
| | |||||
* | remove of some useless #includes | Roberto Ierusalimschy | 1999-09-17 | 1 | -5/+1 |
| | |||||
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -15/+2 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -21/+18 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-08-10 | 1 | -18/+19 |
| | |||||
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 1 | -3/+3 |
| | |||||
* | some C compilers cannot initialize a local struct | Roberto Ierusalimschy | 1999-05-21 | 1 | -7/+9 |
| | |||||
* | better control of stack size (only for DEBUG). | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 |
| | |||||
* | details. | Roberto Ierusalimschy | 1999-04-13 | 1 | -3/+6 |
| | |||||
* | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 1999-03-10 | 1 | -31/+1 |
| | |||||
* | new opcode TAILCALL | Roberto Ierusalimschy | 1999-03-05 | 1 | -13/+19 |
| | |||||
* | details. | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
| | |||||
* | better instrumentation for internal debugging | Roberto Ierusalimschy | 1999-02-24 | 1 | -1/+5 |
| | |||||
* | LONGARGW (for completeness). | Roberto Ierusalimschy | 1999-02-23 | 1 | -3/+4 |
| | |||||
* | new name for opcode | Roberto Ierusalimschy | 1999-02-09 | 1 | -3/+3 |
| | |||||
* | small corrections in opcodes. | Roberto Ierusalimschy | 1999-02-09 | 1 | -4/+12 |
| | |||||
* | assignment expression may be multiple | Roberto Ierusalimschy | 1999-02-08 | 1 | -11/+22 |
| | |||||
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 1 | -35/+35 |
| | |||||
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -4/+4 |
| | |||||
* | new opcode for "long" arguments (3 bytes) | Roberto Ierusalimschy | 1999-02-04 | 1 | -19/+24 |
| | |||||
* | new syntax: assignment expressions + better order for opcodes | Roberto Ierusalimschy | 1999-02-02 | 1 | -32/+46 |
| | |||||
* | opcodes with builtin parameters are too complicated for very little extra | Roberto Ierusalimschy | 1999-02-02 | 1 | -184/+51 |
| | | | | performance. | ||||
* | luaH_set does the set! | Roberto Ierusalimschy | 1999-01-25 | 1 | -13/+8 |
| | |||||
* | small optimizations | Roberto Ierusalimschy | 1999-01-20 | 1 | -9/+8 |
| | |||||
* | small optimization in getglobal | Roberto Ierusalimschy | 1999-01-15 | 1 | -18/+20 |
| | |||||
* | "%.16g" already formats integers as integers, so we do not need an | Roberto Ierusalimschy | 1999-01-13 | 1 | -12/+5 |
| | | | | alternative "%ld" convertion in "tostring". | ||||
* | better precision when converting numbers to strings. | Roberto Ierusalimschy | 1999-01-12 | 1 | -2/+2 |
| | |||||
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 1 | -34/+42 |
| | |||||
* | new functions "tinsert" and "tremove" | Roberto Ierusalimschy | 1998-12-30 | 1 | -11/+13 |
| | |||||
* | new function "luaO_str2d" to convert strings to numbers, because | Roberto Ierusalimschy | 1998-12-27 | 1 | -18/+25 |
| | | | | | old "lex" algorithm had aproximation errors, but strtod (and atof and scanf) are too slow. | ||||
* | "strtod" is cleaner than "scanf" for this job. | Roberto Ierusalimschy | 1998-12-24 | 1 | -8/+11 |
| | |||||
* | small warnings | Roberto Ierusalimschy | 1998-12-03 | 1 | -2/+2 |
| | |||||
* | new function "sort" + many small changes | Roberto Ierusalimschy | 1998-07-12 | 1 | -16/+13 |
| |