Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 1 | -9/+7 |
* | details | Roberto Ierusalimschy | 2000-10-27 | 1 | -2/+2 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -21/+23 |
* | better treatment for source names | Roberto Ierusalimschy | 2000-10-09 | 1 | -2/+2 |
* | luaD_call is more uniform | Roberto Ierusalimschy | 2000-10-06 | 1 | -4/+7 |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -7/+9 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -39/+40 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -5/+5 |
* | small "by 1" bug | Roberto Ierusalimschy | 2000-09-18 | 1 | -2/+2 |
* | better name for source_id (short_src) | Roberto Ierusalimschy | 2000-09-12 | 1 | -2/+2 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -12/+16 |
* | errors may happen before function start running (with pc=-1) | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+13 |
* | L is not unused. | Roberto Ierusalimschy | 2000-08-28 | 1 | -2/+1 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -19/+21 |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -3/+3 |
* | cannot run symbolic execution for non-active functions | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+2 |
* | small bug in symbolic execution | Roberto Ierusalimschy | 2000-08-14 | 1 | -15/+22 |
* | still more debug information | Roberto Ierusalimschy | 2000-08-11 | 1 | -17/+50 |
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 1 | -44/+40 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -12/+5 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+33 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -12/+25 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -9/+9 |
* | symbolic execution must handle return and tailcall | Roberto Ierusalimschy | 2000-06-30 | 1 | -4/+17 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -12/+136 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -30/+44 |
* | `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 | -2/+2 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -2/+2 |
* | cannot change value of private locals (used to implement `for') | Roberto Ierusalimschy | 2000-05-15 | 1 | -2/+2 |
* | `getinfo' gets information about non-active functions, too. | Roberto Ierusalimschy | 2000-05-12 | 1 | -7/+11 |
* | details | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -5/+6 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -6/+6 |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -11/+11 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -18/+10 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -2/+2 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -19/+19 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | must include a definition for NULL | Roberto Ierusalimschy | 2000-02-17 | 1 | -1/+3 |
* | removing implementation for better error messages (must rethink it...) | Roberto Ierusalimschy | 2000-02-11 | 1 | -34/+9 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -2/+2 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -3/+2 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -82/+131 |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -17/+21 |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -8/+58 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -9/+14 |
* | new module with the debug API functions | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+145 |