227 Commits (5d834bdf571ef3ee343b21fde2d49de1e4ea08b4)

Author SHA1 Message Date
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
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 0050d983fc make more clear "primitive" recursive definitions 22 years ago
Roberto Ierusalimschy 04b143ddf9 avoid C stack overflow during parsing 22 years ago
Roberto Ierusalimschy 007f229568 detail 22 years ago
Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy c78aaa9a70 better line number for function definitions 23 years ago
Roberto Ierusalimschy 6c283b2f4f new simetric format for ABC instructions, to avoid exchanging operands 23 years ago
Roberto Ierusalimschy 1c0ac3c0f5 new implementation for tailcall 23 years ago
Roberto Ierusalimschy 1fe280df72 new priority for and/or 23 years ago
Roberto Ierusalimschy 88607acc2c details 23 years ago
Roberto Ierusalimschy 65d66ba275 new "local function" 23 years ago
Roberto Ierusalimschy cff22f57dd some refactoring 23 years ago
Roberto Ierusalimschy 168ea16acb details 23 years ago
Roberto Ierusalimschy ff91b355f4 no more use of stdio inside the core (except for `tostring'...) 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
Roberto Ierusalimschy 1c328a191a no more `global' declarations 23 years ago
Roberto Ierusalimschy af19d55635 generic for also coded to make test at the end of the loop 23 years ago
Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps 23 years ago
Roberto Ierusalimschy b487975344 optimization for `while' (first version) 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 years ago