Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1998-02-11 | interrupts lua loops with "^C" (via signals) | Roberto Ierusalimschy | 1 | -6/+40 |
1998-01-29 | put back quotes (") when string in dostring ends with a \n | Roberto Ierusalimschy | 1 | -2/+5 |
1998-01-28 | "volatile is the only reliable way to ensure that a local variable | Roberto Ierusalimschy | 1 | -6/+6 |
1998-01-28 | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 3 | -26/+47 |
1998-01-27 | details in "dostring" identification | Roberto Ierusalimschy | 1 | -2/+2 |
1998-01-27 | BUG: "lua_getstring" may create a new string, so should check GC | Roberto Ierusalimschy | 2 | -1/+8 |
1998-01-27 | bug: format size limits with little problems | Roberto Ierusalimschy | 2 | -4/+10 |
1998-01-19 | wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1 | -0/+5 |
1998-01-19 | BUG: wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1 | -4/+2 |
1998-01-19 | needs "stdlib.h" (calls "exit") | Roberto Ierusalimschy | 1 | -1/+2 |
1998-01-19 | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 4 | -8/+26 |
1998-01-14 | module to load bytecodes from files.v3.1-alpha | Roberto Ierusalimschy | 4 | -348/+299 |
1998-01-14 | details | Roberto Ierusalimschy | 1 | -3/+3 |
1998-01-14 | "strcoll" may not exist in ond ansi machines | Roberto Ierusalimschy | 1 | -1/+6 |
1998-01-14 | we don't need a type "Word". | Roberto Ierusalimschy | 1 | -5/+2 |
1998-01-13 | small optimizations (?) | Roberto Ierusalimschy | 2 | -5/+10 |
1998-01-13 | details | Roberto Ierusalimschy | 1 | -6/+6 |
1998-01-12 | new way to hanlde arg information | Roberto Ierusalimschy | 3 | -29/+21 |
1998-01-12 | we don't need a type "Word". | Roberto Ierusalimschy | 1 | -3/+3 |
1998-01-09 | luaL_arg_check now is inlined | Roberto Ierusalimschy | 2 | -15/+21 |
1998-01-09 | details | Roberto Ierusalimschy | 6 | -30/+27 |
1998-01-09 | small optimizations in switch order | Roberto Ierusalimschy | 6 | -35/+36 |
1998-01-07 | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 6 | -41/+45 |
1998-01-06 | details | Roberto Ierusalimschy | 1 | -18/+21 |
1998-01-05 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1998-01-02 | reference manual of the Lua language | Roberto Ierusalimschy | 1 | -231/+360 |
1998-01-02 | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 5 | -17/+13 |
1997-12-30 | details | Roberto Ierusalimschy | 1 | -5/+2 |
1997-12-30 | variants for "ARGS". | Roberto Ierusalimschy | 3 | -5/+14 |
1997-12-30 | opctional "base" in "tonumber" convertion. | Roberto Ierusalimschy | 1 | -6/+20 |
1997-12-29 | variant opcodes for PUSHSELF | Roberto Ierusalimschy | 3 | -5/+17 |
1997-12-29 | new syntax possibilities: f(x).x, etc; on the other hand, | Roberto Ierusalimschy | 1 | -42/+44 |
1997-12-28 | new syntax: f´s´ for f(´s´). | Roberto Ierusalimschy | 1 | -1/+2 |
1997-12-26 | some details related to OLD_ANSI | Roberto Ierusalimschy | 5 | -66/+79 |
1997-12-26 | "rand()", in SunOS, may return values bigger than "RAND_MAX"... | Roberto Ierusalimschy | 1 | -2/+4 |
1997-12-23 | auxlib split in two parts (lauxlib and lbuffer) | Roberto Ierusalimschy | 2 | -76/+5 |