2847 Commits (0e961ad47acbe2d67b72c90cc1ba0040f3907b75)
 

Author SHA1 Message Date
Roberto Ierusalimschy 86add535d8 'popen' is back 20 years ago
Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data 20 years ago
Roberto Ierusalimschy eca9fa02d2 small improvement 20 years ago
Roberto Ierusalimschy e33d7bae45 __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) 20 years ago
Roberto Ierusalimschy d628795940 lua_objsize -> lua_objlen (more compatible with use of `len´ in other 20 years ago
Roberto Ierusalimschy 05348d834b better error message 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy e8a7ecb982 luaL_findstring -> luaL_checkoption 20 years ago
Roberto Ierusalimschy 38da9d568a better use defined/undefined as flag values for macros 20 years ago
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 da32450c3d new API function `lua_tolstring' 20 years ago
Roberto Ierusalimschy a2b78aad49 debug information for active lines 20 years ago
Roberto Ierusalimschy c6293a76cc LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN 20 years ago
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