Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 5 | -34/+33 |
* | removed dirt optimizations that gave small gains | Roberto Ierusalimschy | 2005-04-04 | 4 | -89/+54 |
* | detail | Roberto Ierusalimschy | 2005-04-01 | 1 | -4/+3 |
* | details | Roberto Ierusalimschy | 2005-03-30 | 2 | -5/+4 |
* | using `require' to implement `-l' | Roberto Ierusalimschy | 2005-03-29 | 1 | -10/+6 |
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 4 | -10/+43 |
* | standard configuration should run out-of-the-box in "any" system | Roberto Ierusalimschy | 2005-03-29 | 2 | -126/+200 |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 6 | -24/+21 |
* | wrong comment corrected | Roberto Ierusalimschy | 2005-03-28 | 1 | -2/+3 |
* | change `#ifdef' for `#if defined' | Roberto Ierusalimschy | 2005-03-23 | 2 | -5/+5 |
* | LUA_USERCONFIG is no longer necessary | Roberto Ierusalimschy | 2005-03-23 | 1 | -10/+1 |
* | some line-edit facilities must free the line after its use | Roberto Ierusalimschy | 2005-03-22 | 1 | -1/+2 |
* | avoid name conflict with some spurious included header files | Roberto Ierusalimschy | 2005-03-22 | 1 | -11/+11 |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 6 | -16/+16 |
* | lua_gc(STEP) returns whether collection cycle finished | Roberto Ierusalimschy | 2005-03-21 | 1 | -1/+3 |
* | cleaner configuration for lua.c | Roberto Ierusalimschy | 2005-03-21 | 2 | -56/+61 |
* | small bug: a GC step was not proportional to its "size" | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+3 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 4 | -15/+16 |
* | call limit may be larger than shorts | Roberto Ierusalimschy | 2005-03-18 | 2 | -5/+5 |
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 3 | -163/+303 |
* | internal definitions have prefix `luai_' | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 |
* | avoid name colision with `close' function | Roberto Ierusalimschy | 2005-03-18 | 1 | -3/+3 |
* | avoid too much configuration options | Roberto Ierusalimschy | 2005-03-18 | 1 | -5/+16 |
* | try to avoid warnings | Roberto Ierusalimschy | 2005-03-18 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2005-03-16 | 2 | -3/+4 |
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 6 | -15/+47 |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 7 | -66/+101 |
* | bug: rawset/rawget do not ignore extra arguments | Roberto Ierusalimschy | 2005-03-11 | 2 | -1/+24 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 14 | -126/+126 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 16 | -253/+237 |
* | entries `{[...] = ...}' need space too. | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 6 | -10/+12 |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 8 | -23/+48 |
* | details | Roberto Ierusalimschy | 2005-03-08 | 1 | -4/+7 |
* | C module names may have an optional `l' prefix | Roberto Ierusalimschy | 2005-03-08 | 1 | -5/+7 |
* | detail | Roberto Ierusalimschy | 2005-03-07 | 1 | -4/+4 |
* | `loadlib' not global anymore (packaged inside `package') | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+6 |
* | small bug: must use original (previous) base | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+2 |
* | USHRT_MAX may not fit in a (16-bit) int | Roberto Ierusalimschy | 2005-03-07 | 2 | -4/+4 |
* | new functions (to complete math.h) | Roberto Ierusalimschy | 2005-03-04 | 1 | -1/+30 |
* | "coroutine.current" -> "running" (compatible with "running" status) | Roberto Ierusalimschy | 2005-02-28 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2005-02-28 | 1 | -14/+26 |
* | avoid access to undefined global variables | Roberto Ierusalimschy | 2005-02-28 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 11 | -42/+40 |
* | small bug | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+2 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 17 | -111/+206 |
* | more secure way to stop GC cycles during finalizers | Roberto Ierusalimschy | 2005-02-14 | 1 | -3/+4 |
* | detail | Roberto Ierusalimschy | 2005-02-14 | 1 | -3/+3 |
* | all collected userdata must go to the end of the list of finalizers | Roberto Ierusalimschy | 2005-02-11 | 2 | -18/+26 |
* | LUA_PATH_SEP -> LUA_PATHSEP | Roberto Ierusalimschy | 2005-02-10 | 2 | -5/+5 |