5038 Commits (fdc25a1ebfe9968dcec390dd556375105aa0be40)
 

Author SHA1 Message Date
Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 years ago
Roberto Ierusalimschy 3b06f983ae Details 6 years ago
Roberto Ierusalimschy 51316f9df7 'math.rand()' uses higher bits to produce float value 6 years ago
Roberto Ierusalimschy 46beca5bed Better error messages for some polymorphic functions 6 years ago
Roberto Ierusalimschy 28d829c867 Calls cannot be tail in the scope of a to-be-closed variable 6 years ago
Roberto Ierusalimschy 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) 6 years ago
Roberto Ierusalimschy 7696c6474f Auxiliary buffer cannot close box with 'lua_remove' 6 years ago
Roberto Ierusalimschy 7e63d3da02 Some bugs with stack reallocation by 'luaF_close' 6 years ago
Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands 6 years ago
Roberto Ierusalimschy 35296e1fde Details 6 years ago
Roberto Ierusalimschy bb0185b196 Documentation for to-be-closed variables 6 years ago
Roberto Ierusalimschy d40cd315f5 Visibility of non-API functions changed to "internal" 6 years ago
Roberto Ierusalimschy 8cb84210ab String buffer using to-be-closed variable 6 years ago
Roberto Ierusalimschy 5fda30b4f9 'lua_toclose' gets the index to be closed as an argument 6 years ago
Roberto Ierusalimschy 9eafe9c053 New implementation for 'luaL_addvalue' 6 years ago
Roberto Ierusalimschy 7f6f70853c To-be-closed variable in 'for' loop separated from the state 6 years ago
Roberto Ierusalimschy b8fed93215 New syntax for to-be-closed variables 6 years ago
Roberto Ierusalimschy 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 years ago
Roberto Ierusalimschy e8c779736f Removed internal cache for closures 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 e073cbc2e5 Better error messages for invalid operands in numeric 'for' 6 years ago
Roberto Ierusalimschy 2316ec4c24 Back with optimization for 'if cond then goto' 6 years ago
Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos 6 years ago
Roberto Ierusalimschy 6e9b719694 More uniformity in code generation for 'for' loops 6 years ago
Roberto Ierusalimschy 34840301b5 To-be-closed variables in the C API 6 years ago
Roberto Ierusalimschy 41c800b352 Closing methods should not interfere with returning values 6 years ago
Roberto Ierusalimschy 0a9aca56ca Added a '__close' metamethod to file handles 6 years ago
Roberto Ierusalimschy ea1322ef54 Detail: bad assertion in 'luaM_free_' 6 years ago
Roberto Ierusalimschy 6a4b9bb2b4 Removed extra information from RCS keyword strings in tests 6 years ago
Roberto Ierusalimschy 7c8146d556 Small improvements in the manual 6 years ago
Roberto Ierusalimschy c90176f969 Complete implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 3c7dc52909 Handling of memory errors when creating to-be-closed upvalues 6 years ago
Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy b114c7d487 Added "cost" for the use of C stack by a coroutine invocation. 6 years ago
Roberto Ierusalimschy 9cbf17b0f1 Details (comments) 6 years ago
Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. 6 years ago
Roberto Ierusalimschy 8c8a91f2ef Deprecated the emulation of '__le' using '__lt' 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy 3dcd04ad61 details 6 years ago
Roberto Ierusalimschy faaf7e481f Removed use of 'rl_inhibit_completion' in 'lua.c' 6 years ago
Roberto Ierusalimschy 3d838f635c Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' 6 years ago
Roberto Ierusalimschy aa4c5cf190 Added directory to test file names in '$Id:' 6 years ago
Roberto Ierusalimschy b47f2cd068 Small improvements in the manual 6 years ago
Roberto Ierusalimschy e885dee5ab File operations try an "emergency collection" when failing 6 years ago
Roberto Ierusalimschy ccae0f5aad Comments about OLD0/OLD1 ages 6 years ago
Roberto Ierusalimschy 2e297d6ab3 Fixed bug in generational collection of userdata 6 years ago
Roberto Ierusalimschy fb18346ddd Avoid using 'int' for UTF-8 values 6 years ago
Roberto Ierusalimschy 96f9643f33 Bug: wrong 'nCcalls' when resuming a coroutine 6 years ago