Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -2/+2 |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -2/+2 |
* | details (function list in alphabetical order) | Roberto Ierusalimschy | 2005-07-11 | 1 | -16/+16 |
* | 'math.mod' -> 'math.fmod' | Roberto Ierusalimschy | 2005-06-13 | 1 | -3/+7 |
* | new functions (to complete math.h) | Roberto Ierusalimschy | 2005-03-04 | 1 | -1/+30 |
* | a^b calls `pow´ (from math.h) directly | Roberto Ierusalimschy | 2005-01-07 | 1 | -3/+1 |
* | no more USE_DEGREES option | Roberto Ierusalimschy | 2004-05-10 | 1 | -21/+8 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -2/+2 |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -5/+3 |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -4/+4 |
* | ^ operator is defined by global `__pow' | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |
* | `openlib' functions return new module | Roberto Ierusalimschy | 2002-12-20 | 1 | -2/+2 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -35/+32 |
* | detailv5.0-alpha | Roberto Ierusalimschy | 2002-08-14 | 1 | -3/+3 |
* | angles in radians(!) | Roberto Ierusalimschy | 2002-08-14 | 1 | -7/+7 |
* | ensure proper rounding | Roberto Ierusalimschy | 2002-08-07 | 1 | -3/+3 |
* | `^' operator is defined in registry.__pow | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+5 |
* | luaL_verror -> luaL_error | Roberto Ierusalimschy | 2002-06-18 | 1 | -2/+2 |
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+2 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 |
* | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 2002-05-02 | 1 | -2/+2 |
* | `pow' must be global (as the implementation of '^') | Roberto Ierusalimschy | 2002-04-04 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-04-02 | 1 | -2/+2 |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -27/+33 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -3/+2 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -30/+29 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | open functions are lua_Cfunctions | Roberto Ierusalimschy | 2001-03-06 | 1 | -2/+3 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -29/+29 |
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+2 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -6/+6 |
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+1 |
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 1 | -2/+2 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -5/+5 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -2/+2 |
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -45/+77 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -4/+4 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 |
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -71/+73 |
* | random(0) and random(x,0) are wrong (0 is read as no argument!). | Roberto Ierusalimschy | 1999-08-18 | 1 | -8/+11 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -2/+2 |