lua/testes
Roberto Ierusalimschy b0810c51c3 Small optimizations in 'string.gsub'
Avoid creating extra strings when possible:

- avoid creating new resulting string when subject was not modified
(instead, return the subject itself);

- avoid creating strings representing the captured substrings when
handling replacements like '%1' (instead, add the substring directly
to the buffer).
2019-04-11 11:29:16 -03:00
..
libs 'all' script automatically 'make's everything 2018-12-19 13:15:14 -02:00
all.lua Changes in the warning system 2019-03-14 15:30:54 -03:00
api.lua Changes in the warning system 2019-03-14 15:30:54 -03:00
attrib.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
big.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
bitwise.lua Removed extra information from RCS keyword strings in tests 2018-10-22 15:20:07 -03:00
bwcoercion.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
calls.lua 'print' does not call 'tostring' to format its arguments 2019-04-10 12:58:14 -03:00
closure.lua Removed internal cache for closures 2018-11-01 13:21:00 -03:00
code.lua New semantics for the integer 'for' loop 2019-03-19 10:53:18 -03:00
constructs.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
coroutine.lua Added an optional parameter to 'coroutine.isyieldable' 2019-04-10 13:23:14 -03:00
cstack.lua Changes in the control of C-stack overflow 2018-12-27 14:32:29 -02:00
db.lua Keep correct type for immediate operands in comparisons 2019-03-22 13:37:17 -03:00
errors.lua Fixed wrong error message in 'return math.seed(0)' 2019-04-04 16:31:24 -03:00
events.lua Keep correct type for immediate operands in comparisons 2019-03-22 13:37:17 -03:00
files.lua Corrected tests around non-portable 'isdst' in dates 2019-04-09 18:44:13 -03:00
gc.lua Small optimizations in 'string.gsub' 2019-04-11 11:29:16 -03:00
gengc.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
goto.lua No more to-be-closed functions 2019-01-04 13:09:47 -02:00
heavy.lua Added file 'testes/heavy.lua' 2018-12-14 13:49:02 -02:00
literals.lua Syntax should not allow numbers touching identifiers 2019-04-09 18:40:39 -03:00
locals.lua No more to-be-closed functions 2019-01-04 13:09:47 -02:00
main.lua New functions 'lua_resetthread' and 'coroutine.kill' 2018-12-13 13:07:53 -02:00
math.lua 'math.randomseed()' sets a somewhat random seed 2019-03-13 14:47:48 -03:00
nextvar.lua Details in the implementation of the integer 'for' loop 2019-03-21 16:01:55 -03:00
pm.lua Small optimizations in 'string.gsub' 2019-04-11 11:29:16 -03:00
sort.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
strings.lua New conversion specifier '%p' for 'string.format' 2019-03-13 14:04:01 -03:00
tpack.lua Optional 'init' argument to 'string.gmatch' 2019-01-08 14:22:32 -02:00
utf8.lua Fixed wrong error message in 'return math.seed(0)' 2019-04-04 16:31:24 -03:00
vararg.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00
verybig.lua Added directory to test file names in '$Id:' 2018-07-25 15:31:04 -03:00