| Commit message (Expand) | Author | Age | Files | Lines |
* | 'db_errorfb' changed to 'db_traceback' for consistency | Roberto Ierusalimschy | 2009-02-17 | 1 | -3/+3 |
* | no more '__len' metamethod for strings | Roberto Ierusalimschy | 2009-02-16 | 1 | -3/+1 |
* | 'luaL_typeerror' spelled right | Roberto Ierusalimschy | 2009-02-13 | 2 | -6/+10 |
* | comment (should not use 'go trhough' when simply using multiple labels) | Roberto Ierusalimschy | 2009-02-11 | 1 | -2/+2 |
* | 'writestring' changed into a configurable macro | Roberto Ierusalimschy | 2009-02-07 | 2 | -18/+12 |
* | avoid using 'fputs' in 'print' to avoid problems with embedded zeros | Roberto Ierusalimschy | 2009-02-06 | 1 | -6/+12 |
* | check for invalid use of '%' in replacement string in 'string.gsub' | Roberto Ierusalimschy | 2009-02-03 | 1 | -2/+6 |
* | detail (MAXSRC changed to LUA_IDSIZE) | Roberto Ierusalimschy | 2008-12-26 | 1 | -6/+3 |
* | concat TM can yield | Roberto Ierusalimschy | 2008-11-06 | 2 | -12/+24 |
* | generic for coded as two dedicated instructions to simplify resumption | Roberto Ierusalimschy | 2008-10-30 | 6 | -39/+43 |
* | yields accross metamethods and for iterators (except for __concat) | Roberto Ierusalimschy | 2008-10-28 | 2 | -40/+84 |
* | whole build depends on 'makefile' itself + better format for warning | Roberto Ierusalimschy | 2008-10-28 | 1 | -36/+47 |
* | some cleaning | Roberto Ierusalimschy | 2008-10-28 | 2 | -10/+18 |
* | detail (added 'UNUSED' to unused argument) | Roberto Ierusalimschy | 2008-10-28 | 1 | -1/+2 |
* | updating header dependencies | Roberto Ierusalimschy | 2008-10-03 | 1 | -26/+26 |
* | more specific test to avoid calling luaF_close when function returns | Roberto Ierusalimschy | 2008-09-09 | 1 | -3/+3 |
* | better control of call status through CallInfo | Roberto Ierusalimschy | 2008-08-26 | 7 | -30/+41 |
* | first steps towards yielding through longjump | Roberto Ierusalimschy | 2008-08-13 | 3 | -62/+50 |
* | small bug: lua_resume returning LUA_YIELD is not an error | Roberto Ierusalimschy | 2008-08-13 | 1 | -2/+2 |
* | new field 'status' in CallInfo structure | Roberto Ierusalimschy | 2008-08-13 | 2 | -3/+5 |
* | added missing parentheses around function names | Roberto Ierusalimschy | 2008-08-13 | 1 | -12/+12 |
* | change in error message | Roberto Ierusalimschy | 2008-08-06 | 1 | -3/+2 |
* | 'module' may change the environment of a C function + | Roberto Ierusalimschy | 2008-08-06 | 1 | -2/+51 |
* | bug: string at the end of TString must consider the entire TString | Roberto Ierusalimschy | 2008-08-05 | 1 | -2/+2 |
* | bug: 'module' now checks that is caller is a Lua function | Roberto Ierusalimschy | 2008-08-05 | 1 | -5/+8 |
* | larger alignment requirement helps to uncover some kinds of bugs | Roberto Ierusalimschy | 2008-08-05 | 1 | -1/+6 |
* | GC step does not unblock collector (when it is blocked by "stop") | Roberto Ierusalimschy | 2008-08-01 | 1 | -1/+4 |
* | LUA_COMPAT -> LUA_COMPAT_API (more specific) | Roberto Ierusalimschy | 2008-07-18 | 3 | -7/+7 |
* | do not use compatibility macros in Lua | Roberto Ierusalimschy | 2008-07-11 | 3 | -5/+7 |
* | new macro LUA_COMPAT to control some compatibility macros | Roberto Ierusalimschy | 2008-07-11 | 2 | -2/+12 |
* | 'string.byte' gets confused with some out-of-range negative indices + | Roberto Ierusalimschy | 2008-07-11 | 1 | -2/+59 |
* | bug: GC step could loop forever under very particular circumstances | Roberto Ierusalimschy | 2008-07-04 | 1 | -8/+8 |
* | useless test removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+2 |
* | comment about exported function not used by Lua | Roberto Ierusalimschy | 2008-07-03 | 1 | -1/+2 |
* | useless #define removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -4/+1 |
* | useless #include removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+1 |
* | identation error (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+2 |
* | message from -v option goes to stdout, as it is not an error message | Roberto Ierusalimschy | 2008-06-26 | 1 | -2/+2 |
* | simplification in the handling of finalizers: no more 'tmudata' list + | Roberto Ierusalimschy | 2008-06-26 | 5 | -100/+89 |
* | GC called after errors now are called after showing error message (to | Roberto Ierusalimschy | 2008-06-26 | 1 | -3/+3 |
* | added a comment about warnings for __attribute__(visibility) in some | Roberto Ierusalimschy | 2008-06-25 | 1 | -2/+6 |
* | bug: when closing the state, 'luaC_separateudata' might mark | Roberto Ierusalimschy | 2008-06-23 | 1 | -5/+3 |
* | code reorganization (only changed comments and order of functions) | Roberto Ierusalimschy | 2008-06-23 | 1 | -154/+203 |
* | outdated comment | Roberto Ierusalimschy | 2008-06-23 | 1 | -2/+2 |
* | "test trick" seems more useful with pointers instead of integers | Roberto Ierusalimschy | 2008-06-23 | 2 | -5/+5 |
* | when error is 'bad self' original message probably makes no sense, so | Roberto Ierusalimschy | 2008-06-13 | 1 | -3/+2 |
* | removed static variable lua_state (not used) | Roberto Ierusalimschy | 2008-06-13 | 1 | -4/+1 |
* | by default, 'os.exit' closes current state | Roberto Ierusalimschy | 2008-06-13 | 1 | -2/+6 |
* | 'luaL_gsub' moved into 'testC' (all auxlib should be tested through 'testC') | Roberto Ierusalimschy | 2008-06-13 | 1 | -23/+7 |
* | 'luaL_testudata' does not leave garbage on the stack in case of failure | Roberto Ierusalimschy | 2008-06-12 | 1 | -6/+6 |