Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details | Roberto Ierusalimschy | 2002-04-01 | 1 | -3/+2 | |
| | ||||||
* | small bug if LUA_USERINIT leaves garbage on the stack | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+3 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2002-02-15 | 1 | -2/+2 | |
| | ||||||
* | get error messages from luaL_errstr | Roberto Ierusalimschy | 2002-02-14 | 1 | -6/+5 | |
| | ||||||
* | prints any results returned by chunk | Roberto Ierusalimschy | 2002-02-14 | 1 | -8/+6 | |
| | ||||||
* | incomplete lines (by lhf) | Roberto Ierusalimschy | 2002-02-07 | 1 | -110/+132 | |
| | ||||||
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -3/+2 | |
| | ||||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -59/+58 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-11-27 | 1 | -2/+2 | |
| | ||||||
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -2/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-09-25 | 1 | -4/+4 | |
| | ||||||
* | new syntax "= exp" to rpint exp + simplifications | Roberto Ierusalimschy | 2001-08-30 | 1 | -38/+50 | |
| | ||||||
* | unused definition | Roberto Ierusalimschy | 2001-06-11 | 1 | -5/+1 | |
| | ||||||
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 | |
| | ||||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -2/+3 | |
| | ||||||
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 1 | -2/+2 | |
| | ||||||
* | `atoi' does not have a wide-char equivalent | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -53/+53 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -9/+13 | |
| | ||||||
* | better way to handle multi-line input (with concat) | Roberto Ierusalimschy | 2001-02-14 | 1 | -29/+29 | |
| | ||||||
* | easier to add new initialization functions | Roberto Ierusalimschy | 2001-02-06 | 1 | -3/+11 | |
| | ||||||
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -16/+20 | |
| | ||||||
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -2/+2 | |
| | ||||||
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
| | ||||||
* | more controled use of `sprintf' | Roberto Ierusalimschy | 2000-10-20 | 1 | -4/+4 | |
| | ||||||
* | no more USERINIT (macro) | Roberto Ierusalimschy | 2000-10-17 | 1 | -7/+3 | |
| | ||||||
* | better treatment for errors inside _ERRORMETHOD | Roberto Ierusalimschy | 2000-10-09 | 1 | -2/+4 | |
| | ||||||
* | lua_state (now called `L') should not be global | Roberto Ierusalimschy | 2000-09-25 | 1 | -3/+2 | |
| | ||||||
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+2 | |
| | ||||||
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -7/+10 | |
| | ||||||
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+4 | |
| | ||||||
* | negative stack sizes are invalid, too. | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 | |
| | ||||||
* | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+2 | |
| | ||||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -36/+38 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+2 | |
| | ||||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -77/+128 | |
| | ||||||
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -2/+6 | |
| | ||||||
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 1 | -5/+4 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-06-19 | 1 | -2/+2 | |
| | ||||||
* | small changes to allow redefinition of some buffer sizes. | Roberto Ierusalimschy | 2000-06-16 | 1 | -3/+7 | |
| | ||||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+2 | |
| | ||||||
* | new option `-c' to close lua. | Roberto Ierusalimschy | 2000-05-10 | 1 | -11/+16 | |
| | ||||||
* | new function `getargs' | Roberto Ierusalimschy | 2000-04-14 | 1 | -29/+35 | |
| | ||||||
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -5/+5 | |
| | ||||||
* | new option `-s' + argv ends with NULL (so we don't need argc). | Roberto Ierusalimschy | 2000-03-20 | 1 | -33/+48 | |
| | ||||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -15/+9 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-02-21 | 1 | -3/+3 | |
| | ||||||
* | new debug API | Roberto Ierusalimschy | 2000-01-19 | 1 | -5/+5 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1999-12-30 | 1 | -17/+24 | |
| |