250 Commits (eca9fa02d2887d06cee5e2f742f7e3031ac76a51)

Author SHA1 Message Date
Roberto Ierusalimschy f21e9c172f details 20 years ago
Roberto Ierusalimschy 67578ec51f several small details 20 years ago
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 years ago
Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition 20 years ago
Roberto Ierusalimschy 65f4a0f636 no more compatibility code for traversing tables 20 years ago
Roberto Ierusalimschy 12acca7bd8 comments 20 years ago
Roberto Ierusalimschy c3939f5786 comment 20 years ago
Roberto Ierusalimschy bcc4089a7d comment 20 years ago
Roberto Ierusalimschy fabf5db237 C stack is the same for the parser and the interpreter, so depth 20 years ago
Roberto Ierusalimschy 04bbd01171 new operation *t (for size of t) (may yet be removed...) 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy d3902cfa81 entries `{[...] = ...}' need space too. 20 years ago
Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator 20 years ago
Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int 20 years ago
Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 years ago
Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' 20 years ago
Roberto Ierusalimschy 70751dd27c details 20 years ago
Roberto Ierusalimschy c78940f21a static names do not need `luaX_' prefix 20 years ago
Roberto Ierusalimschy 8b239eeba1 details 20 years ago
Roberto Ierusalimschy a5330b77f3 static names do not need `luaX_' prefix 20 years ago
Roberto Ierusalimschy 10e48b9160 details 20 years ago
Roberto Ierusalimschy 5ee87acd6b small optimization for boolean constants + new format for SETLIST opcode 20 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} 21 years ago
Roberto Ierusalimschy a003e89125 better error messages for some limits 21 years ago
Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
Roberto Ierusalimschy df429f163a First version of incremental GC 21 years ago
Roberto Ierusalimschy a41d60e1d1 debugger can only see `local function' after it has a meaningful value 21 years ago
Roberto Ierusalimschy 3a508b8bd7 avoid the use of `strlen' (strings are literals) 21 years ago
Roberto Ierusalimschy 5d4bf35ec9 bug: syntax `local function' does not increment stack size 21 years ago
Roberto Ierusalimschy 2a70107581 detail 21 years ago
Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 years ago
Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) 22 years ago
Roberto Ierusalimschy e89945aaa1 syntax `...=var' changed to `var=...' 22 years ago
Roberto Ierusalimschy d407d3fe0e details 22 years ago
Roberto Ierusalimschy 265530478b more changes to reduce stack usage by the parser 22 years ago
Roberto Ierusalimschy 00180bb133 small changes to reduce stack usage by the parser 22 years ago
Roberto Ierusalimschy 9eb0f25a29 no more compatibility code for 4.0 22 years ago
Roberto Ierusalimschy 5cc448386a new syntax: `... [= name]' 22 years ago
Roberto Ierusalimschy 6d268b0b00 new semantics for "for" local variables 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 6b6bc532a4 better error message for (deprecated) "%global" 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy d674626392 compatibility with '%' syntax is optional 22 years ago
Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array 22 years ago
Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) 22 years ago
Roberto Ierusalimschy 73517e86b0 OP_TFORLOOP uses extra stack space 22 years ago
Roberto Ierusalimschy cc4a22ebe2 bug: scope of generic for variables is not sound 22 years ago