2632 Commits (8dcc6bc5321f12f28c6738b68350e920983101fb)
 

Author SHA1 Message Date
Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition 20 years ago
Roberto Ierusalimschy 6cf85dcc90 metatables for all types 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 d5fd44d747 corrected definition of lua_number2int for Windows 20 years ago
Roberto Ierusalimschy b0abc2ca03 better control of local variables in luaV_execute 20 years ago
Roberto Ierusalimschy b320d37a80 better tests for correctness of `savedpc' 20 years ago
Roberto Ierusalimschy 9b8d136e1c `*' operator is primitive only for tables 20 years ago
Roberto Ierusalimschy 9832f6b186 small bug 20 years ago
Roberto Ierusalimschy 8e696dd14a detail 20 years ago
Roberto Ierusalimschy c3939f5786 comment 20 years ago
Roberto Ierusalimschy bcc4089a7d comment 20 years ago
Roberto Ierusalimschy cf5d1bdd76 nesting of long strings only in compatibility mode 20 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 8c3c3e7691 small bug for tail-recursive debugging 20 years ago
Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries 20 years ago
Roberto Ierusalimschy 2873d4efff stack could overflow with too many command-line arguments 20 years ago
Roberto Ierusalimschy a7ea0c71e8 detail 20 years ago
Roberto Ierusalimschy b1957b1e8e detail for Windows (untested) 20 years ago
Roberto Ierusalimschy a17e1fe124 new organization using only one library 20 years ago
Roberto Ierusalimschy fabf5db237 C stack is the same for the parser and the interpreter, so depth 20 years ago
Roberto Ierusalimschy de0bfe33b7 new definition for `lua_number2int' for Windows (not tested yet!) 20 years ago
Roberto Ierusalimschy 9768e2f681 detail 20 years ago
Roberto Ierusalimschy 71eb824036 details 20 years ago
Roberto Ierusalimschy 7b6c3b463e small optimizations 20 years ago
Roberto Ierusalimschy 0316308c0d removed dirt optimizations that gave small gains 20 years ago
Roberto Ierusalimschy 409ee99900 detail 20 years ago
Roberto Ierusalimschy 445eda7ead details 20 years ago
Roberto Ierusalimschy 092dc95b06 using `require' to implement `-l' 20 years ago
Roberto Ierusalimschy e6e543a534 better control for compatibility code 20 years ago
Roberto Ierusalimschy 1c9c886974 standard configuration should run out-of-the-box in "any" system 20 years ago
Roberto Ierusalimschy ade585bdf9 no more LUA_FIRSTINDEX 20 years ago
Roberto Ierusalimschy 04c41444e2 wrong comment corrected 20 years ago
Roberto Ierusalimschy 03fb3c39d4 change `#ifdef' for `#if defined' 20 years ago
Roberto Ierusalimschy 8af1ca02e0 LUA_USERCONFIG is no longer necessary 20 years ago
Roberto Ierusalimschy f1eb79fdf4 some line-edit facilities must free the line after its use 20 years ago
Roberto Ierusalimschy 408cb71795 avoid name conflict with some spurious included header files 20 years ago
Roberto Ierusalimschy 390256edf7 better name for GC pause 20 years ago
Roberto Ierusalimschy ad24cff0f1 lua_gc(STEP) returns whether collection cycle finished 20 years ago
Roberto Ierusalimschy 6d475731ca cleaner configuration for lua.c 20 years ago
Roberto Ierusalimschy f41fc0eb0e small bug: a GC step was not proportional to its "size" 20 years ago
Roberto Ierusalimschy d872090248 small errors in previous `ci' of luaconf.h. 20 years ago
Roberto Ierusalimschy fb0f95a2b7 call limit may be larger than shorts 20 years ago
Roberto Ierusalimschy d3a6d95b9a more cleaning on configurations 20 years ago
Roberto Ierusalimschy 47984a0cc2 internal definitions have prefix `luai_' 20 years ago
Roberto Ierusalimschy 086d6b09ce avoid name colision with `close' function 20 years ago
Roberto Ierusalimschy bfe2905618 avoid too much configuration options 20 years ago
Roberto Ierusalimschy 2cbd9eecfb try to avoid warnings 20 years ago
Roberto Ierusalimschy 4494094031 detail 20 years ago
Roberto Ierusalimschy 04bbd01171 new operation *t (for size of t) (may yet be removed...) 20 years ago