Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -2/+17 |
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+2 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -15/+15 |
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+11 |
* | simpler tests for simpler API | Roberto Ierusalimschy | 2000-08-31 | 1 | -28/+11 |
* | new API does not need tests that complex | Roberto Ierusalimschy | 2000-08-29 | 1 | -116/+101 |
* | tests for lua_is* | Roberto Ierusalimschy | 2000-08-29 | 1 | -9/+29 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -200/+213 |
* | new name for globaltable. | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -1/+2 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -6/+2 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+5 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -10/+24 |
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 1 | -3/+2 |
* | tests for locals and line numbers | Roberto Ierusalimschy | 2000-06-28 | 1 | -19/+40 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-06-21 | 1 | -2/+2 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -3/+3 |
* | new test function to list strings from a function | Roberto Ierusalimschy | 2000-06-02 | 1 | -1/+20 |
* | changed to test macros for single-state use | Roberto Ierusalimschy | 2000-06-02 | 1 | -134/+136 |
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -11/+16 |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -58/+29 |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -3/+5 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -12/+11 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -5/+2 |
* | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 2000-04-14 | 1 | -6/+6 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -4/+1 |
* | keep opcodes in the right order | Roberto Ierusalimschy | 2000-04-12 | 1 | -3/+3 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -1/+3 |
* | name changes + new operation - old operation | Roberto Ierusalimschy | 2000-04-07 | 1 | -7/+7 |
* | new functions: disassembler and get limit. | Roberto Ierusalimschy | 2000-04-06 | 1 | -8/+144 |
* | more information about memory use | Roberto Ierusalimschy | 2000-03-16 | 1 | -1/+2 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -3/+3 |
* | need "string.h" to use "strchr". | Roberto Ierusalimschy | 2000-02-21 | 1 | -1/+2 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -3/+3 |
* | error in call must be propagated | Roberto Ierusalimschy | 2000-01-24 | 1 | -2/+2 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -5/+1 |
* | details | Roberto Ierusalimschy | 2000-01-13 | 1 | -3/+3 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -1/+12 |
* | module for internal use only, with functions for internal tests | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+273 |