57 Commits (2d3f09544895b422eeecf89e0d108da8b8fcdfca)

Author SHA1 Message Date
Roberto Ierusalimschy b0810c51c3 Small optimizations in 'string.gsub' 6 years ago
Roberto Ierusalimschy a93e014447 Added an optional parameter to 'coroutine.isyieldable' 6 years ago
Roberto Ierusalimschy 8ba4523ccc 'print' does not call 'tostring' to format its arguments 6 years ago
Roberto Ierusalimschy 0f028b9008 Corrected tests around non-portable 'isdst' in dates 6 years ago
Roberto Ierusalimschy 65d1aa7a77 Syntax should not allow numbers touching identifiers 6 years ago
Roberto Ierusalimschy 8004798b03 Fixed wrong error message in 'return math.seed(0)' 6 years ago
Roberto Ierusalimschy d12262068d Small optimizations in range checks 6 years ago
Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 years ago
Roberto Ierusalimschy 682054920d Details in the implementation of the integer 'for' loop 6 years ago
Roberto Ierusalimschy f53eabeed8 Small changes in the header of binary files 6 years ago
Roberto Ierusalimschy 9b37a4695e New semantics for the integer 'for' loop 6 years ago
Roberto Ierusalimschy 1e0c73d5b6 Changes in the validation of UTF-8 6 years ago
Roberto Ierusalimschy b56d4e570a Changes in the warning system 6 years ago
Roberto Ierusalimschy 9eca305e75 'math.randomseed()' sets a somewhat random seed 6 years ago
Roberto Ierusalimschy dfebe439db New conversion specifier '%p' for 'string.format' 6 years ago
Roberto Ierusalimschy cf71a5ddc7 Details 6 years ago
Roberto Ierusalimschy 2c32bff609 After a "bad collections", avoid switching back back to generational 6 years ago
Roberto Ierusalimschy 264659bd53 Optional 'init' argument to 'string.gmatch' 6 years ago
Roberto Ierusalimschy 4ace93ca65 No more to-be-closed functions 6 years ago
Roberto Ierusalimschy c6f7181e91 No more LUA_ERRGCMM errors 6 years ago
Roberto Ierusalimschy 437a5b07d4 Added a warning system to Lua 6 years ago
Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow 6 years ago
Roberto Ierusalimschy da37ac9c78 Detail 6 years ago
Roberto Ierusalimschy 662506476b 'all' script automatically 'make's everything 6 years ago
Roberto Ierusalimschy 5d7dec5520 Added directory 'testes/libs/P1' to the repository 6 years ago
Roberto Ierusalimschy 2258f3133b Added file 'testes/heavy.lua' 6 years ago
Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 years ago
Roberto Ierusalimschy 51316f9df7 'math.rand()' uses higher bits to produce float value 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 84e32ad2eb Added opcodes for arithmetic with K operands 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 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 e8c779736f Removed internal cache for closures 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 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 6a4b9bb2b4 Removed extra information from RCS keyword strings in tests 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 5382a22e0e Corrections in the implementation of '%' for floats. 6 years ago