Re: [Toybox] [PATCH] fix newline on stdin for

2014-12-24 Thread enh
On Wed, Dec 24, 2014 at 7:47 PM, Rob Landley wrote: > On 12/12/14 17:19, Robert Thompson wrote: >> I ran across a variance between toybox factor and coreutils factor. >> >> Coreutils factor will accept numbers on stdin separated by any whitespace >> (including newlines and tabs) between integers,

Re: [Toybox] [PATCH] fix newline on stdin for

2014-12-24 Thread Rob Landley
On 12/12/14 17:19, Robert Thompson wrote: > I ran across a variance between toybox factor and coreutils factor. > > Coreutils factor will accept numbers on stdin separated by any whitespace > (including newlines and tabs) between integers, but toybox factor was only > accepting one integer per line

[Toybox] [PATCH] fix min/max argument counts for chcon, getenforce, and setenforce

2014-12-24 Thread enh
these were in the patch that added TOYBOX_SELINUX to Config.in, but are probably a lot less contentious... should i break the non-SELinux id fixes out of the id patch too? diff --git a/toys/pending/chcon.c b/toys/pending/chcon.c index 41259de..63bc201 100644 --- a/toys/pending/chcon.c +++ b/toys/