Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error functions are shared by all libraries | Roberto Ierusalimschy | 1995-11-10 | 1 | -21/+21 |
* | new functions: "ascii" and "int2str", | Roberto Ierusalimschy | 1995-10-09 | 1 | -67/+92 |
* | new function for copy strings (strdup is not ANSI) | Roberto Ierusalimschy | 1995-02-06 | 1 | -5/+16 |
* | a null lua_Object is LUA_NOOBJECT, not NULL. | Roberto Ierusalimschy | 1995-02-02 | 1 | -8/+9 |
* | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 1995-01-14 | 1 | -3/+3 |
* | function 'strfind' now has two optional parameters, to specify where | Roberto Ierusalimschy | 1995-01-06 | 1 | -4/+26 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 1 | -8/+8 |
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 1 | -2/+2 |
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -5/+5 |
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-18 | 1 | -4/+1 |
* | inclusao de 'lualib.h' para ter prototipos das funcoes de | Waldemar Celes | 1994-08-17 | 1 | -1/+2 |
* | Acrescentar o include do gerenciador de memoria "mm". | Waldemar Celes | 1994-03-28 | 1 | -1/+3 |
* | String library to LUA | Waldemar Celes | 1993-12-17 | 1 | -12/+14 |
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+131 |