Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better error messages for wrong tokens | Roberto Ierusalimschy | 1998-02-11 | 1 | -2/+1 | |
| | ||||||
* | interrupts lua loops with "^C" (via signals) | Roberto Ierusalimschy | 1998-02-11 | 1 | -6/+40 | |
| | ||||||
* | put back quotes (") when string in dostring ends with a \n | Roberto Ierusalimschy | 1998-01-29 | 1 | -2/+5 | |
| | ||||||
* | "volatile is the only reliable way to ensure that a local variable | Roberto Ierusalimschy | 1998-01-28 | 1 | -6/+6 | |
| | | | | retains the value it had at the time of the call to longjmp" | |||||
* | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 1998-01-28 | 3 | -26/+47 | |
| | ||||||
* | details in "dostring" identification | Roberto Ierusalimschy | 1998-01-27 | 1 | -2/+2 | |
| | ||||||
* | BUG: "lua_getstring" may create a new string, so should check GC | Roberto Ierusalimschy | 1998-01-27 | 2 | -1/+8 | |
| | ||||||
* | bug: format size limits with little problems | Roberto Ierusalimschy | 1998-01-27 | 2 | -4/+10 | |
| | ||||||
* | wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -0/+5 | |
| | ||||||
* | BUG: wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -4/+2 | |
| | ||||||
* | needs "stdlib.h" (calls "exit") | Roberto Ierusalimschy | 1998-01-19 | 1 | -1/+2 | |
| | ||||||
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 4 | -8/+26 | |
| | ||||||
* | module to load bytecodes from files.v3.1-alpha | Roberto Ierusalimschy | 1998-01-14 | 4 | -348/+299 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1998-01-14 | 1 | -3/+3 | |
| | ||||||
* | "strcoll" may not exist in ond ansi machines | Roberto Ierusalimschy | 1998-01-14 | 1 | -1/+6 | |
| | ||||||
* | we don't need a type "Word". | Roberto Ierusalimschy | 1998-01-14 | 1 | -5/+2 | |
| | ||||||
* | small optimizations (?) | Roberto Ierusalimschy | 1998-01-13 | 2 | -5/+10 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1998-01-13 | 1 | -6/+6 | |
| | ||||||
* | new way to hanlde arg information | Roberto Ierusalimschy | 1998-01-12 | 3 | -29/+21 | |
| | ||||||
* | we don't need a type "Word". | Roberto Ierusalimschy | 1998-01-12 | 1 | -3/+3 | |
| | ||||||
* | luaL_arg_check now is inlined | Roberto Ierusalimschy | 1998-01-09 | 2 | -15/+21 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1998-01-09 | 6 | -30/+27 | |
| | ||||||
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 6 | -35/+36 | |
| | ||||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 6 | -41/+45 | |
| | | | | trivial to make currying. | |||||
* | details | Roberto Ierusalimschy | 1998-01-06 | 1 | -18/+21 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1998-01-05 | 1 | -2/+2 | |
| | ||||||
* | reference manual of the Lua language | Roberto Ierusalimschy | 1998-01-02 | 1 | -231/+360 | |
| | ||||||
* | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 1998-01-02 | 5 | -17/+13 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-12-30 | 1 | -5/+2 | |
| | ||||||
* | variants for "ARGS". | Roberto Ierusalimschy | 1997-12-30 | 3 | -5/+14 | |
| | ||||||
* | opctional "base" in "tonumber" convertion. | Roberto Ierusalimschy | 1997-12-30 | 1 | -6/+20 | |
| | ||||||
* | variant opcodes for PUSHSELF | Roberto Ierusalimschy | 1997-12-29 | 3 | -5/+17 | |
| | ||||||
* | new syntax possibilities: f(x).x, etc; on the other hand, | Roberto Ierusalimschy | 1997-12-29 | 1 | -42/+44 | |
| | | | | "function ... (x)" now is more restricted. | |||||
* | new syntax: f´s´ for f(´s´). | Roberto Ierusalimschy | 1997-12-28 | 1 | -1/+2 | |
| | ||||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 5 | -66/+79 | |
| | ||||||
* | "rand()", in SunOS, may return values bigger than "RAND_MAX"... | Roberto Ierusalimschy | 1997-12-26 | 1 | -2/+4 | |
| | ||||||
* | auxlib split in two parts (lauxlib and lbuffer) | Roberto Ierusalimschy | 1997-12-23 | 2 | -76/+5 | |
| | ||||||
* | Generic buffer facilities for Lua (and libraries) | Roberto Ierusalimschy | 1997-12-23 | 1 | -0/+81 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-12-23 | 3 | -6/+12 | |
| | ||||||
* | error method *always* gets a string (otherwise it is not called at all) | Roberto Ierusalimschy | 1997-12-23 | 1 | -4/+2 | |
| | ||||||
* | "zio" now keeps its "name". | Roberto Ierusalimschy | 1997-12-22 | 5 | -29/+32 | |
| | ||||||
* | details (aborts with invalid arguments) | Roberto Ierusalimschy | 1997-12-22 | 1 | -2/+3 | |
| | ||||||
* | help message | Roberto Ierusalimschy | 1997-12-22 | 1 | -27/+42 | |
| | ||||||
* | small bugs in error report | Roberto Ierusalimschy | 1997-12-22 | 2 | -5/+7 | |
| | ||||||
* | new syntax for constructors (a={n=3;1,2,3}). | Roberto Ierusalimschy | 1997-12-22 | 1 | -23/+28 | |
| | ||||||
* | new command line options | Roberto Ierusalimschy | 1997-12-19 | 1 | -34/+47 | |
| | ||||||
* | sorting the includes... | Roberto Ierusalimschy | 1997-12-18 | 1 | -3/+3 | |
| | ||||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 5 | -29/+27 | |
| | ||||||
* | "lua_dobuffer" (is not official, but its there...) | Roberto Ierusalimschy | 1997-12-17 | 1 | -1/+12 | |
| | ||||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 15 | -172/+181 | |
| |