Re: [ANN] Lua 5.3.0 (alpha) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (alpha) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 1 Aug 2014 11:46:35 -0300
> More inscrutable to me is why f must be positive.
It does not seem a hard restriction, and it avoids several nasty cases.
(For instance, due to wrap arounds, the source could overlap the
destination in unespected ways, and even on both ends...)
-- Roberto