Re: [Toybox] strings tests and bugfixes

2017-07-03 Thread Rob Landley
On 06/14/2017 08:04 AM, Ilya Kuzmich wrote: > ping? Sorry again for the delay! (I have so many open tabs. Trying to close a few.) >>> I glanced at this one to see if it was trivial to apply but: >>> >>> -if (nread < 1) break; >>> +if (nread < 1) { >>> + if (count == wlen)

Re: [Toybox] strings tests and bugfixes

2017-06-14 Thread Ilya Kuzmich
ping? On 01/06, Ilya Kuzmich wrote: > On 01/06, Rob Landley wrote: > > On 05/28/2017 11:25 PM, Ilya Kuzmich wrote: > > > Found and fixed some strings bugs. duh. > > > > Sorry for the delay, I started a new Japanese class at the local > > community college (one of those compressed summer session

Re: [Toybox] strings tests and bugfixes

2017-06-01 Thread Ilya Kuzmich
On 01/06, Rob Landley wrote: > On 05/28/2017 11:25 PM, Ilya Kuzmich wrote: > > Found and fixed some strings bugs. duh. > > Sorry for the delay, I started a new Japanese class at the local > community college (one of those compressed summer session things) and > between that and $DAYJOB everything

Re: [Toybox] strings tests and bugfixes

2017-06-01 Thread Rob Landley
On 05/28/2017 11:25 PM, Ilya Kuzmich wrote: > Found and fixed some strings bugs. duh. Sorry for the delay, I started a new Japanese class at the local community college (one of those compressed summer session things) and between that and $DAYJOB everything else is mostly just on weekends right

[Toybox] strings tests and bugfixes

2017-05-28 Thread Ilya Kuzmich
Found and fixed some strings bugs. duh. >From 2a5b48249df851fbab0cb7af3d0f5d45bf2aee37 Mon Sep 17 00:00:00 2001 From: Ilya Kuzmich Date: Mon, 29 May 2017 07:05:16 +0300 Subject: [PATCH] strings tests and bugfixes Fixes missing newline in output if last byte of the input