Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2005-04-29 | 1 | -2/+4 |
* | nesting of long strings only in compatibility mode | Roberto Ierusalimschy | 2005-04-27 | 1 | -1/+8 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -1/+15 |
* | detail for Windows (untested) | Roberto Ierusalimschy | 2005-04-07 | 1 | -12/+9 |
* | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 2005-04-07 | 1 | -9/+3 |
* | new definition for `lua_number2int' for Windows (not tested yet!) | Roberto Ierusalimschy | 2005-04-06 | 1 | -11/+5 |
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 1 | -5/+26 |
* | standard configuration should run out-of-the-box in "any" system | Roberto Ierusalimschy | 2005-03-29 | 1 | -119/+186 |
* | cleaner configuration for lua.c | Roberto Ierusalimschy | 2005-03-21 | 1 | -11/+31 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -6/+6 |
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 1 | -139/+293 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -53/+53 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -151/+132 |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 1 | -5/+1 |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+2 |
* | C module names may have an optional `l' prefix | Roberto Ierusalimschy | 2005-03-08 | 1 | -5/+7 |
* | comments | Roberto Ierusalimschy | 2005-02-28 | 1 | -14/+26 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -6/+3 |
* | LUA_PATH_SEP -> LUA_PATHSEP | Roberto Ierusalimschy | 2005-02-10 | 1 | -2/+2 |
* | 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 |