Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1997-12-19 | new command line options | Roberto Ierusalimschy | 1 | -34/+47 | |
1997-12-18 | sorting the includes... | Roberto Ierusalimschy | 1 | -3/+3 | |
1997-12-18 | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 5 | -29/+27 | |
1997-12-17 | "lua_dobuffer" (is not official, but its there...) | Roberto Ierusalimschy | 1 | -1/+12 | |
1997-12-17 | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 15 | -172/+181 | |
1997-12-15 | new structure for closures, without static variables. | Roberto Ierusalimschy | 1 | -50/+62 | |
1997-12-15 | new year | Roberto Ierusalimschy | 1 | -4/+4 | |
1997-12-15 | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 13 | -93/+132 | |
1997-12-15 | otimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1 | -33/+66 | |
1997-12-11 | new API function and built-in "lua_copytagmethods" | Roberto Ierusalimschy | 3 | -4/+26 | |
1997-12-11 | new option "-q" (quiet), and multi-line commands (ending with '\') | Roberto Ierusalimschy | 1 | -9/+31 | |
1997-12-11 | better treatment of MARKs and DEBUG cases. | Roberto Ierusalimschy | 5 | -28/+50 | |
1997-12-09 | safer way to put #defines in error messages... | Roberto Ierusalimschy | 1 | -8/+11 | |
1997-12-09 | details (mainly error messages) | Roberto Ierusalimschy | 16 | -92/+89 | |
1997-12-03 | arguments "var=value" doesn't need quotes for value | Roberto Ierusalimschy | 1 | -2/+20 | |
1997-12-02 | bug log | Roberto Ierusalimschy | 1 | -3/+4 | |
1997-12-02 | BUG: "lastline" was not reset on function entry, so debug information | Roberto Ierusalimschy | 2 | -3/+3 | |
started only in the 2nd line of a function. | |||||
1997-12-02 | comments | Roberto Ierusalimschy | 1 | -7/+7 | |
1997-12-01 | first version of "lua_close" | Roberto Ierusalimschy | 7 | -12/+84 | |
1997-12-01 | other distribution of memory debug information. | Roberto Ierusalimschy | 3 | -15/+15 | |
1997-11-28 | store "functofind" in stack top, so doesn't need this field in | Roberto Ierusalimschy | 2 | -8/+7 | |
global state. | |||||
1997-11-28 | no more protected global variables; using upvalues to store tags. | Roberto Ierusalimschy | 1 | -35/+48 | |
1997-11-28 | no more protected global variables | Roberto Ierusalimschy | 1 | -9/+1 | |
1997-11-28 | details | Roberto Ierusalimschy | 2 | -9/+9 | |
1997-11-27 | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 4 | -44/+40 | |
1997-11-27 | global variables starting with '.' are protected in Lua (temporarily at | Roberto Ierusalimschy | 2 | -28/+41 | |
least...) | |||||
1997-11-27 | no more 'globalbag' | Roberto Ierusalimschy | 5 | -17/+5 | |
1997-11-26 | details | Roberto Ierusalimschy | 2 | -20/+16 | |
1997-11-26 | "stacklimit" is not necessary. | Roberto Ierusalimschy | 2 | -11/+6 | |
1997-11-26 | extra argument for "assert" | Roberto Ierusalimschy | 1 | -2/+2 | |
1997-11-26 | small details by lint. | Roberto Ierusalimschy | 10 | -25/+20 | |
1997-11-21 | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 13 | -295/+301 | |
1997-11-19 | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 4 | -8/+8 | |
1997-11-19 | allows '\r' at the end of pragmas, so one can mix Windows and Unix files | Roberto Ierusalimschy | 1 | -2/+3 | |
1997-11-19 | global state for Lua interpreter | Roberto Ierusalimschy | 2 | -0/+134 | |
1997-11-19 | first implementation of centralized global state. | Roberto Ierusalimschy | 25 | -828/+781 | |
1997-11-10 | details | Roberto Ierusalimschy | 1 | -2/+2 | |
1997-11-07 | "call" now handles errors (instead of "dostring") | Roberto Ierusalimschy | 1 | -20/+29 | |
1997-11-07 | small details | Roberto Ierusalimschy | 4 | -9/+12 | |
1997-11-04 | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 14 | -133/+87 | |
1997-11-03 | trigonometric mode stored in a Lua global variable. | Roberto Ierusalimschy | 1 | -11/+12 | |
1997-11-03 | no need of "emergency error"... | Roberto Ierusalimschy | 1 | -20/+3 | |
1997-11-03 | "global" version of a nil object. | Roberto Ierusalimschy | 4 | -16/+13 | |
1997-10-30 | "read" & "write" may receive a file handler as first argument | Roberto Ierusalimschy | 1 | -9/+27 | |
1997-10-30 | new "block" syntax (DO ... END) | Roberto Ierusalimschy | 1 | -1/+3 | |
1997-10-28 | more precise error messages for compiler limits. | Roberto Ierusalimschy | 1 | -7/+7 | |
1997-10-27 | small bug. | Roberto Ierusalimschy | 1 | -3/+3 | |
1997-10-24 | optimization to handle <a.x> (new opcode). | Roberto Ierusalimschy | 3 | -23/+74 | |
1997-10-24 | definition of "PI" and modes for angles. | Roberto Ierusalimschy | 1 | -7/+23 | |
1997-10-24 | first version of Cclosures. | Roberto Ierusalimschy | 15 | -149/+177 | |