Re: [Toybox] [PATCH] file: slightly improve .class, add .dex.

2018-07-30 Thread enh
ping? On Tue, Jul 24, 2018 at 11:49 AM enh wrote: > > --- > tests/file.test | 12 +++- > toys/posix/file.c | 10 +++--- > 2 files changed, 14 insertions(+), 8 deletions(-) > > ___ Toybox mailing list Toybox@lists.landley.net

Re: [Toybox] [PATCH] Add tests for grep with implicit/explicit BREs and explicit EREs.

2018-07-30 Thread enh
ping? On Thu, Jul 26, 2018 at 3:44 PM enh wrote: > This is in POSIX, but pcre2grep gets it wrong ( > https://bugs.exim.org/show_bug.cgi?id=2294). > --- > tests/grep.test | 8 > 1 file changed, 8 insertions(+) > > ___ Toybox mailing list

Re: [Toybox] [PATCH] wc: fix the column width heuristics even further.

2018-07-30 Thread enh
ping? On Thu, Jul 26, 2018 at 4:38 PM enh wrote: > > This was found by > https://kernel.googlesource.com/pub/scm/linux/kernel/git/shuah/linux-kselftest/+/master/tools/testing/selftests/splice/default_file_splice_read.sh > which broke after the recent change. > > Plus this actually fixes another