Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1998-05-20 | new function "clock" | Roberto Ierusalimschy | 2 | -4/+15 |
1998-05-18 | number type in Lua changed for double (by default). | Roberto Ierusalimschy | 4 | -9/+12 |
1998-05-18 | arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. | Roberto Ierusalimschy | 2 | -3/+9 |
1998-04-02 | details (format for html) | Roberto Ierusalimschy | 1 | -3/+4 |
1998-03-30 | many small corrections; strings with '\0' | Roberto Ierusalimschy | 1 | -148/+265 |
1998-03-30 | words are stored in hi-lo order (easier to print) | Roberto Ierusalimschy | 2 | -5/+5 |
1998-03-26 | changes by lhf | Roberto Ierusalimschy | 2 | -150/+143 |
1998-03-25 | opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) | Roberto Ierusalimschy | 3 | -13/+13 |
1998-03-24 | pattern-matching support for '\0'. | Roberto Ierusalimschy | 2 | -43/+68 |
1998-03-20 | details (and new escape sequences: \a, \b, ...) | Roberto Ierusalimschy | 1 | -5/+10 |
1998-03-11 | details | Roberto Ierusalimschy | 3 | -9/+9 |
1998-03-09 | better use of "ASSERT". | Roberto Ierusalimschy | 9 | -19/+34 |
1998-03-09 | BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty). | Roberto Ierusalimschy | 2 | -3/+7 |
1998-03-09 | correct way to handle string delimiters | Roberto Ierusalimschy | 1 | -7/+5 |
1998-03-06 | new names for "lua_pushlstr" and "lua_getstrlen" | Roberto Ierusalimschy | 5 | -16/+16 |
1998-03-06 | support for strings with '\0' | Roberto Ierusalimschy | 14 | -156/+236 |
1998-02-12 | "settag" returns its first argument. | Roberto Ierusalimschy | 1 | -1/+2 |
1998-02-12 | usefull macros also available as functions | Roberto Ierusalimschy | 3 | -5/+33 |
1998-02-11 | implementation of numerical escape sequences in strings ("\12"); | Roberto Ierusalimschy | 1 | -20/+41 |
1998-02-11 | better error messages for wrong tokens | Roberto Ierusalimschy | 1 | -2/+1 |
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 |