3805 Commits (d0c038da07ee85c70cf891d803824fd7fd1832ff)
 

Author SHA1 Message Date
Roberto Ierusalimschy 0010ec68b1 documentation comment (small correction about strings being 13 years ago
Roberto Ierusalimschy 28f8ed9113 new macro 'checktype' 13 years ago
Roberto Ierusalimschy fd22ccd6d0 object tag keeps variant bits too -> no need for 'isC' field in 13 years ago
Roberto Ierusalimschy 76eab106df bug: Lexical gets confused with some combination of arithmetic 13 years ago
Roberto Ierusalimschy 81ed85ecfb BUG: memory hoarding when creating Lua hooks for coroutines 13 years ago
Roberto Ierusalimschy 7dcc02b165 BUG: coroutine hooks were not collected together with coroutine 13 years ago
Roberto Ierusalimschy e2fc2ce8df new way to handle -E option (write a mark in the registry to avoid 13 years ago
Roberto Ierusalimschy a241b6cb3c removed redundant definition for FILEHANDLE 13 years ago
Roberto Ierusalimschy f0d143f30f avoid a few warnings (casts) 13 years ago
Roberto Ierusalimschy c82087b8dd cast from 'bool' to 'int' (for C++) 13 years ago
Roberto Ierusalimschy 138be5b843 no more explicit support for 'luaall_c': unifying file can do 13 years ago
Roberto Ierusalimschy e320b5b672 small bug: format '%d' for lua_Number argument 13 years ago
Roberto Ierusalimschy ca9c405fef some compilers (e.g., gcc C++) do not accept NULL as a pointer in 13 years ago
Roberto Ierusalimschy e2feb886d6 macro 'luaL_getmetatable' seems more appropriate when getting 13 years ago
Roberto Ierusalimschy 5999e14ad9 old error messages may be misleading 13 years ago
Roberto Ierusalimschy 01747f2c24 error message: "tag method" -> "metamethod" 13 years ago
Roberto Ierusalimschy 7377fbdebc function prototype did not match one in .h 13 years ago
Roberto Ierusalimschy f1d2ac3a98 allow non-integer arguments to integer formats (%d, %x, etc.), 13 years ago
Roberto Ierusalimschy c5da4f4cd0 unused variable removed 13 years ago
Roberto Ierusalimschy 7bcb2462e4 comments 13 years ago
Roberto Ierusalimschy 0bd99b327b avoid "unreachable" 'break' 13 years ago
Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' 13 years ago
Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" 13 years ago
Roberto Ierusalimschy 0f388193b3 'lUA' -> 'LUA' 13 years ago
Roberto Ierusalimschy 7948b8568e when available, use '*_r' versions of 'gmtime' and 'localtime' 13 years ago
Roberto Ierusalimschy 61b1d9a466 another try to avoid warnings about unreachable 'return' after 'exit' 13 years ago
Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' 13 years ago
Roberto Ierusalimschy 8c62bde36f comment 13 years ago
Roberto Ierusalimschy 51650eac78 small change to avoid warnings of non-specified order of access 13 years ago
Roberto Ierusalimschy aea68e5c54 explicit option RTLD_LOCAL instead of 0 (Posix does not fix 13 years ago
Roberto Ierusalimschy ece042fef0 'table.pack' does not return 'n' (may be confusing when 13 years ago
Roberto Ierusalimschy 217b65e6d9 avoid some warnings about converting 32-bit shifts into 64-bit results 13 years ago
Roberto Ierusalimschy 8119374e74 avoid warnings of unreacheable 'break's 13 years ago
Roberto Ierusalimschy 3a997eefb5 MS_ASMTRICK is only valid on MS compilers (not any Windows compiler) 13 years ago
Roberto Ierusalimschy 5184ff2096 'LUA_DL_DLL' is not yet defined before the inclusion of 'lua.h' 13 years ago
Roberto Ierusalimschy b0cbe77816 '_fseeki64' and family not available in all Windows platforms 13 years ago
Roberto Ierusalimschy 6e899850b9 details 13 years ago
Roberto Ierusalimschy fded7bef19 options for 'collectgarbage' renamed: "inc" -> "incremental"; 13 years ago
Roberto Ierusalimschy b5d7255034 small changes to avoid some warnings 13 years ago
Roberto Ierusalimschy 6cce5c0601 new function 'luaL_loadfilex' 13 years ago
Roberto Ierusalimschy eb70f58279 'luaIO_Stream' -> 'luaL_Stream' 13 years ago
Roberto Ierusalimschy ef900f224c strutcture for file handles exported in 'lauxlib.h' 13 years ago
Roberto Ierusalimschy 3105febf9a using Lua buffers to build error messages 13 years ago
Roberto Ierusalimschy 7133e20c94 make treatment of 'pcall' and 'xpcall' more similar 13 years ago
Roberto Ierusalimschy 888d39ea75 refactoring of common parts of 'pcall' and 'xpcall' + avoids 13 years ago
Roberto Ierusalimschy eef22fa4ce create error messages with a single concat, to avoid problems with 13 years ago
Roberto Ierusalimschy eda87f1156 in 'luaL_checkstack', include extra stack space in test to allow 13 years ago
Roberto Ierusalimschy e0e406ead3 extra argument to instruction 'checkstack' (in 'testC') 13 years ago
Roberto Ierusalimschy 30cea671a7 configurable 'directory separator' in 'package.searchpath' 13 years ago
Roberto Ierusalimschy a716ae1f50 avoids including 'stdio.h' everywhere (because of definitions for 13 years ago