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