Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | new RedHat defines PI :-( | Roberto Ierusalimschy | 1999-07-07 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 1999-02-19 | 1 | -53/+35 |
* | comments | Roberto Ierusalimschy | 1999-01-04 | 1 | -8/+11 |
* | donĀ“t need the "+1", the "%" is enough to garantee r<1. | Roberto Ierusalimschy | 1998-12-30 | 1 | -4/+4 |
* | new option for function "random": random(a,b) returns a<=x<=b | Roberto Ierusalimschy | 1998-12-30 | 1 | -9/+15 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -5/+4 |
* | "_TRIGMODE" was still being declared. | Roberto Ierusalimschy | 1998-09-08 | 1 | -2/+1 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | new functions "frexp" and "ldexp" | Roberto Ierusalimschy | 1998-05-27 | 1 | -2/+14 |
* | "rand()", in SunOS, may return values bigger than "RAND_MAX"... | Roberto Ierusalimschy | 1997-12-26 | 1 | -2/+4 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -19/+6 |
* | details | Roberto Ierusalimschy | 1997-11-28 | 1 | -7/+7 |
* | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+2 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -2/+2 |
* | trigonometric mode stored in a Lua global variable. | Roberto Ierusalimschy | 1997-11-03 | 1 | -11/+12 |
* | definition of "PI" and modes for angles. | Roberto Ierusalimschy | 1997-10-24 | 1 | -7/+23 |
* | Lua standard mathematical library | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+195 |