[PATCH] resolve linker issues with Android API 21

2015-12-09 Thread Chris Renshaw
Toolchain changes in API 21 required a couple of fixes due to the following:- dprintf is now used, not fdprintf- tcdrain is now defined Thanks!Chris 002-platform-missing_syscalls.patch Description: Binary data

Subject: [PATCH] strings: Correct output to be decimal per the help, instead of octal

2016-10-11 Thread Chris Renshaw
>From fe9333ce1d69e292e14144a61ff88a23ffed0053 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 22 Sep 2016 16:17:05 -0300 Subject: [PATCH] strings: Correct output to be decimal per the help, instead of octal Most smaller/incomplete implementations of strings output decimal by defa

Re: Subject: [PATCH] strings: Correct output to be decimal per the help, instead of octal

2016-10-12 Thread Chris Renshaw
, instead of octal On 10/11/2016 04:00 PM, Chris Renshaw wrote: >>From fe9333ce1d69e292e14144a61ff88a23ffed0053 Mon Sep 17 00:00:00 2001 > From: Chris Renshaw > Date: Thu, 22 Sep 2016 16:17:05 -0300 > Subject: [PATCH] strings: Correct output to be decimal per the help, instead >

Re: Subject: [PATCH] strings: Correct output to be decimal per the help, instead of octal

2016-10-14 Thread Chris Renshaw
From: busybox on behalf of Tito Sent: October 13, 2016 3:01 AM To: busybox@busybox.net Subject: Re: Subject: [PATCH] strings: Correct output to be decimal per the help, instead of octal On 10/12/2016 08:58 PM, Chris Renshaw wrote: > Hello! > > > They chose octal because they have

Re: [PATCH] strings implement -t radix v2

2016-10-17 Thread Chris Renshaw
>On 10/15/2016 03:22 PM, Tito wrote: >> Hi, >> the attached patch implements -t radix option >> for strings program and fixes the help text >> for -o option. >> During the little testing I've done the output >> seems the same as binutils string. >> >> Ciao, >> Tito >> >Hi, >minor code cleanup, no c