aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detailsRoberto Ierusalimschy1997-12-233-6/+12
|
* error method *always* gets a string (otherwise it is not called at all)Roberto Ierusalimschy1997-12-231-4/+2
|
* "zio" now keeps its "name".Roberto Ierusalimschy1997-12-225-29/+32
|
* details (aborts with invalid arguments)Roberto Ierusalimschy1997-12-221-2/+3
|
* help messageRoberto Ierusalimschy1997-12-221-27/+42
|
* small bugs in error reportRoberto Ierusalimschy1997-12-222-5/+7
|
* new syntax for constructors (a={n=3;1,2,3}).Roberto Ierusalimschy1997-12-221-23/+28
|
* new command line optionsRoberto Ierusalimschy1997-12-191-34/+47
|
* sorting the includes...Roberto Ierusalimschy1997-12-181-3/+3
|
* back to "lua_upvalue"... (seems better choice)Roberto Ierusalimschy1997-12-185-29/+27
|
* "lua_dobuffer" (is not official, but its there...)Roberto Ierusalimschy1997-12-171-1/+12
|
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-1715-172/+181
|
* new structure for closures, without static variables.Roberto Ierusalimschy1997-12-151-50/+62
|
* new yearRoberto Ierusalimschy1997-12-151-4/+4
|
* optimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-1513-93/+132
|
* otimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-151-33/+66
|
* new API function and built-in "lua_copytagmethods"Roberto Ierusalimschy1997-12-113-4/+26
|
* new option "-q" (quiet), and multi-line commands (ending with '\')Roberto Ierusalimschy1997-12-111-9/+31
|
* better treatment of MARKs and DEBUG cases.Roberto Ierusalimschy1997-12-115-28/+50
|
* safer way to put #defines in error messages...Roberto Ierusalimschy1997-12-091-8/+11
|
* details (mainly error messages)Roberto Ierusalimschy1997-12-0916-92/+89
|
* arguments "var=value" doesn't need quotes for valueRoberto Ierusalimschy1997-12-031-2/+20
|
* bug logRoberto Ierusalimschy1997-12-021-3/+4
|
* BUG: "lastline" was not reset on function entry, so debug informationRoberto Ierusalimschy1997-12-022-3/+3
| | | | started only in the 2nd line of a function.
* commentsRoberto Ierusalimschy1997-12-021-7/+7
|
* first version of "lua_close"Roberto Ierusalimschy1997-12-017-12/+84
|
* other distribution of memory debug information.Roberto Ierusalimschy1997-12-013-15/+15
|
* store "functofind" in stack top, so doesn't need this field inRoberto Ierusalimschy1997-11-282-8/+7
| | | | global state.
* no more protected global variables; using upvalues to store tags.Roberto Ierusalimschy1997-11-281-35/+48
|
* no more protected global variablesRoberto Ierusalimschy1997-11-281-9/+1
|
* detailsRoberto Ierusalimschy1997-11-282-9/+9
|
* other access method for C upvalues (as arguments)Roberto Ierusalimschy1997-11-274-44/+40
|
* global variables starting with '.' are protected in Lua (temporarily atRoberto Ierusalimschy1997-11-272-28/+41
| | | | least...)
* no more 'globalbag'Roberto Ierusalimschy1997-11-275-17/+5
|
* detailsRoberto Ierusalimschy1997-11-262-20/+16
|
* "stacklimit" is not necessary.Roberto Ierusalimschy1997-11-262-11/+6
|
* extra argument for "assert"Roberto Ierusalimschy1997-11-261-2/+2
|
* small details by lint.Roberto Ierusalimschy1997-11-2610-25/+20
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-2113-295/+301
|
* make sure there is no mem problems, using %.ns instead of %s for luaV_error.Roberto Ierusalimschy1997-11-194-8/+8
|
* allows '\r' at the end of pragmas, so one can mix Windows and Unix filesRoberto Ierusalimschy1997-11-191-2/+3
|
* global state for Lua interpreterRoberto Ierusalimschy1997-11-192-0/+134
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-1925-828/+781
|
* detailsRoberto Ierusalimschy1997-11-101-2/+2
|
* "call" now handles errors (instead of "dostring")Roberto Ierusalimschy1997-11-071-20/+29
|
* small detailsRoberto Ierusalimschy1997-11-074-9/+12
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-0414-133/+87
|
* trigonometric mode stored in a Lua global variable.Roberto Ierusalimschy1997-11-031-11/+12
|
* no need of "emergency error"...Roberto Ierusalimschy1997-11-031-20/+3
|
* "global" version of a nil object.Roberto Ierusalimschy1997-11-034-16/+13
|