Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2005-01-10 | 1 | -1/+3 |
* | macros for all arithmetic operations over lua_Numbers | Roberto Ierusalimschy | 2005-01-10 | 1 | -3/+11 |
* | no more `lua_userinit' macro | Roberto Ierusalimschy | 2005-01-10 | 1 | -11/+1 |
* | a^b calls `pow´ (from math.h) directly | Roberto Ierusalimschy | 2005-01-07 | 1 | -1/+6 |
* | better configuration for Windows | Roberto Ierusalimschy | 2005-01-04 | 1 | -4/+3 |
* | small change | Roberto Ierusalimschy | 2004-12-27 | 1 | -5/+1 |
* | several improvements/corrections | Roberto Ierusalimschy | 2004-12-22 | 1 | -15/+52 |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -1/+4 |
* | added an `L' parameter to macros L_TRY & L_THROW (someone may need it). | Roberto Ierusalimschy | 2004-12-01 | 1 | -5/+5 |
* | `LUA_FIRSTINDEX' should not be configurable | Roberto Ierusalimschy | 2004-12-01 | 1 | -4/+1 |
* | better support for 64-bit machines | Roberto Ierusalimschy | 2004-11-24 | 1 | -18/+36 |
* | first full implementation of new package system | Roberto Ierusalimschy | 2004-11-18 | 1 | -3/+15 |
* | better configuration for loadlib | Roberto Ierusalimschy | 2004-10-18 | 1 | -5/+16 |
* | detail | Roberto Ierusalimschy | 2004-10-06 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2004-09-29 | 1 | -2/+5 |
* | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 2004-09-10 | 1 | -3/+3 |
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 1 | -4/+2 |
* | detail | Roberto Ierusalimschy | 2004-08-30 | 1 | -4/+5 |
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 1 | -4/+10 |
* | new interface for search-path function | Roberto Ierusalimschy | 2004-06-29 | 1 | -2/+2 |
* | libraries may want to use `lua_assert' too... | Roberto Ierusalimschy | 2004-06-23 | 1 | -1/+4 |
* | new macro `lua_threadyield' + lock stuff in `luaconf.h' + details | Roberto Ierusalimschy | 2004-06-02 | 1 | -1/+27 |
* | clear definition for `lua_number2int' | Roberto Ierusalimschy | 2004-06-02 | 1 | -3/+7 |
* | `popen' is not ANSI and therefore was removed from the basic library | Roberto Ierusalimschy | 2004-05-28 | 1 | -11/+1 |
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -1/+5 |
* | LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it | Roberto Ierusalimschy | 2004-05-10 | 1 | -4/+4 |
* | configuration file for Lua project | Roberto Ierusalimschy | 2004-05-03 | 1 | -0/+280 |