306 Commits (04e19712a5d48b84869f9942836ff8314fb0be8e)

Author SHA1 Message Date
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy 754ca0060f n Windows, 'popen' accepts "[rw][bt]?" as valid modes 4 years ago
Roberto Ierusalimschy 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' 4 years ago
Roberto Ierusalimschy efcf24be0c 'luaL_execresult' does not assume -1 status as error 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy b96b0b5abb Added macro 'luaL_pushfail' 5 years ago
Roberto Ierusalimschy 223bb04090 Correction in the documentation of 'io.lines' 5 years ago
Roberto Ierusalimschy e888976bc6 Details (typos in comments) 5 years ago
Roberto Ierusalimschy 924bed7297 Methods separated from metamethods in 'io' 5 years ago
Roberto Ierusalimschy b293ae0577 Details 6 years ago
Roberto Ierusalimschy 0b63d79b36 Details 6 years ago
Roberto Ierusalimschy 7f6f70853c To-be-closed variable in 'for' loop separated from the state 6 years ago
Roberto Ierusalimschy 2fc6b55dae Removed resource-related "emergency collections" 6 years ago
Roberto Ierusalimschy 947a372f58 State in generic 'for' acts as a to-be-closed variable 6 years ago
Roberto Ierusalimschy 0a9aca56ca Added a '__close' metamethod to file handles 6 years ago
Roberto Ierusalimschy 3d838f635c Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' 6 years ago
Roberto Ierusalimschy e885dee5ab File operations try an "emergency collection" when failing 6 years ago
Roberto Ierusalimschy 00008b8ed0 back to one format per argument 7 years ago
Roberto Ierusalimschy c67603fafb using new 'lua_newuserdatauv' instead of 'lua_newuserdata' 7 years ago
Roberto Ierusalimschy c47111bd4e 'io.read' accepts multiple formats in a single string argument 7 years ago
Roberto Ierusalimschy e4e5aa85a2 detail ('signal' -> 'sign' in comments) 7 years ago
Roberto Ierusalimschy d266d40dea error when calling close method without arguments (e.g., 8 years ago
Roberto Ierusalimschy 9903dd52a3 Using LUAI_UAC* types more consistently on vararg calls 8 years ago
Roberto Ierusalimschy 3b91b07fd9 detail (macro 'l_checkmode' reimplemented as function) 8 years ago
Roberto Ierusalimschy f3b52a6061 'io.read("n")' accepts both a dot and the locale point as its 9 years ago
Roberto Ierusalimschy 71344b5cac easy the way to accept other modifiers for 'mode' in 'io.open' 9 years ago
Roberto Ierusalimschy 050e8536bb bug: 'io.lines' does not check maximum number of options 9 years ago
Roberto Ierusalimschy 5b6ac971f9 detail (comment) 9 years ago
Roberto Ierusalimschy 43cff79bf7 detail 10 years ago
Roberto Ierusalimschy 48d0674c2e more consistent use of locale radix character across Lua 10 years ago
Roberto Ierusalimschy d7d44b038d detail (use 'lua_pushliteral' to push an empty string) 10 years ago
Roberto Ierusalimschy 234fb7f695 clearer(?) code (also avoids a warning about 'c' being used 10 years ago
Roberto Ierusalimschy 1735c05ac7 avoid memory errors while a file is locked (when reading a line) 10 years ago
Roberto Ierusalimschy e75c0148c3 comments (references to "ANSI C" changed to "ISO C", which is the 10 years ago
Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before 10 years ago
Roberto Ierusalimschy 1a69a3ecea LUA_WIN -> LUA_USE_WINDOWS 10 years ago
Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 years ago
Roberto Ierusalimschy 88ff582fd8 detail (using 'sizeof' instead of 'strlen' for length of a constant 10 years ago
Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally 10 years ago
Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' 10 years ago
Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated 10 years ago
Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' 10 years ago
Roberto Ierusalimschy 2f4d429071 details (comments) 10 years ago
Roberto Ierusalimschy 27f7bd2e83 detail 10 years ago
Roberto Ierusalimschy 56699cd603 small change to avoid bug in some versions of the clang compiler 10 years ago
Roberto Ierusalimschy 3ccbae84d2 added some casts between integral types (to avoid warnings) 10 years ago
Roberto Ierusalimschy b9dcf9974d detail (typos in comments) 11 years ago
Roberto Ierusalimschy e9d86eddf3 if numeral overflows the reading buffer, signal it as invalid input 11 years ago
Roberto Ierusalimschy e966e53791 no more use of 'scanf' for reading numbers 11 years ago
Roberto Ierusalimschy 1ddb251d86 using a more conventional handling of stack space in 'io_readline' 11 years ago