On Tue, Jun 19, 2018 at 07:39:52PM +0200, Goffredo Baroncelli wrote:
> A portion of the logging code is moved outside of internal for(;;). The part
> that is left inside is the one which depends on the internal for(;;) index.
>
> This is a preparatory patch. The next one will refactor the code insi
On Sun, Jun 03, 2018 at 08:53:44PM +0200, Goffredo Baroncelli wrote:
> A portion of the logging code is moved outside of internal for(;;). The part
> that is left inside is the one which depends by the internal for(;;) index.
s/depends by/depends on/
> This is a preparatory patch: in the next one
On Wed, May 16, 2018 at 08:48:15PM +0200, Goffredo Baroncelli wrote:
> A portion of the logging code is moved outside a for(;;). The part that is
s/outside a for/outside of for/
> left inside is the one which depends by the for(;;) index.
s/depends by the for/depends on the for/
By the way, the