2617 Commits (3b19af44b05ce5e7f7db3708d052cca25fe6d7d3)
 

Author SHA1 Message Date
Roberto Ierusalimschy e84b11a494 avoid names starting with '_' 20 years ago
Roberto Ierusalimschy bbf2cea9a1 more "polite" way to change a thread's environment 20 years ago
Roberto Ierusalimschy b3f7a43019 lua_setfenv/lua_getfenv should also manipulate threads 20 years ago
Roberto Ierusalimschy 7f97ec286e parent modules are also imported toghether with the module itself 20 years ago
Roberto Ierusalimschy e82b41aac2 several small improvements 20 years ago
Roberto Ierusalimschy ee1edd5734 detail 20 years ago
Roberto Ierusalimschy 8efb44b5e0 changes in 'string.find' and 'string.gfind' (new 'string.match' and 20 years ago
Roberto Ierusalimschy f7720bebe3 more precise way to check incomplete lines 20 years ago
Roberto Ierusalimschy 69cc0a12fe small bug 20 years ago
Roberto Ierusalimschy 2f0955b99b detail 20 years ago
Roberto Ierusalimschy 999d55d887 several updates 20 years ago
Roberto Ierusalimschy 1f9f97e3cf 'math.mod' -> 'math.fmod' 20 years ago
Roberto Ierusalimschy 34aac33c15 detail 20 years ago
Roberto Ierusalimschy 3c2cf9db67 some extra consistency checks 20 years ago
Roberto Ierusalimschy 0b71bfd6af syntax for length changed from '*' to '#' 20 years ago
Roberto Ierusalimschy 0d1685d751 bug: last tag is not the number of tags... 20 years ago
Roberto Ierusalimschy bf2b342ac1 better control for compatibility code for varargs 20 years ago
Roberto Ierusalimschy 5fa2bec1f0 bug: current line should work for call hook 20 years ago
Roberto Ierusalimschy 746a1d612b small bug (type error) 20 years ago
Roberto Ierusalimschy 3ad03b331d optional size for 'setvbuf' 20 years ago
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