Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more robust when printing error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -4/+9 |
* | small bug building error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+6 |
* | accept option arguments without spaces (e.g. "-eprint(a)") | Roberto Ierusalimschy | 2002-06-18 | 1 | -8/+10 |
* | better tests (assertions) for debug hooks | Roberto Ierusalimschy | 2002-06-18 | 3 | -5/+14 |
* | better treatment for error messages | Roberto Ierusalimschy | 2002-06-18 | 1 | -20/+24 |
* | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 5 | -19/+39 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 13 | -158/+178 |
* | `traceback' returns only the traceback | Roberto Ierusalimschy | 2002-06-18 | 1 | -6/+6 |
* | luaL_verror -> luaL_error | Roberto Ierusalimschy | 2002-06-18 | 4 | -25/+25 |
* | avoid assignments to TObject access macros | Roberto Ierusalimschy | 2002-06-17 | 1 | -6/+7 |
* | avoid gotos when possible | Roberto Ierusalimschy | 2002-06-14 | 1 | -45/+39 |
* | new macro to check conditions on expression macros | Roberto Ierusalimschy | 2002-06-13 | 2 | -2/+8 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 8 | -20/+20 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 12 | -39/+109 |
* | details | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+1 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 9 | -69/+77 |
* | Lua now uses only `realloc' for all its memory management | Roberto Ierusalimschy | 2002-06-11 | 3 | -9/+17 |
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 5 | -17/+12 |
* | new "local function" | Roberto Ierusalimschy | 2002-06-06 | 1 | -26/+32 |
* | some refactoring | Roberto Ierusalimschy | 2002-06-06 | 1 | -20/+18 |
* | details | Roberto Ierusalimschy | 2002-06-06 | 1 | -10/+10 |
* | on the way to 5.0 | Roberto Ierusalimschy | 2002-06-06 | 1 | -154/+168 |
* | C is not C++... | Roberto Ierusalimschy | 2002-06-06 | 1 | -2/+2 |
* | _ERRORMESSAGE `accepts' non-string arguments (at least for now...) | Roberto Ierusalimschy | 2002-06-06 | 1 | -2/+3 |
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 5 | -28/+27 |
* | new function `xpcall' (at least for now...) | Roberto Ierusalimschy | 2002-06-06 | 1 | -3/+19 |
* | io.close() closes standard output file; `close' now is method | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+8 |
* | new versions from lhf | Roberto Ierusalimschy | 2002-06-05 | 2 | -33/+44 |
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 7 | -15/+27 |
* | don't need stdio | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+1 |
* | better error messages | Roberto Ierusalimschy | 2002-06-05 | 2 | -8/+20 |
* | details | Roberto Ierusalimschy | 2002-06-05 | 2 | -4/+4 |
* | defintions for lua_number2str and lua_str2number don't need to be public | Roberto Ierusalimschy | 2002-06-05 | 3 | -13/+15 |
* | undump may return LUA_ERRRUN | Roberto Ierusalimschy | 2002-06-03 | 1 | -4/+2 |
* | uses `isspace' to recognize space characters | Roberto Ierusalimschy | 2002-06-03 | 1 | -26/+26 |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 5 | -45/+219 |
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 5 | -11/+25 |
* | detail | Roberto Ierusalimschy | 2002-06-03 | 2 | -6/+5 |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 6 | -184/+55 |
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 4 | -11/+5 |
* | `strconc' -> `concat' | Roberto Ierusalimschy | 2002-06-03 | 3 | -8/+7 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 8 | -53/+57 |
* | new copyright notice | Roberto Ierusalimschy | 2002-05-23 | 1 | -31/+19 |
* | details | Roberto Ierusalimschy | 2002-05-23 | 1 | -9/+9 |
* | details | Roberto Ierusalimschy | 2002-05-20 | 2 | -4/+4 |
* | _ALERT is a private afair of lua.c | Roberto Ierusalimschy | 2002-05-16 | 2 | -19/+15 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 12 | -100/+78 |
* | new commands to test `load' | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+8 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 15 | -96/+113 |
* | no more `global' declarations | Roberto Ierusalimschy | 2002-05-14 | 4 | -161/+53 |