Re: [Toybox] Graff and bc

2018-03-15 Thread Gavin Howard
Before I answer your questions, I have good news: in the midst of fixing bugs, I was still able to reduce the line count, even though I had to add quite a bit to fix bugs. Non-comprehensive list of bugs fixed: * Number printing * String printing * Various math bugs * Recursion stomping on local

Re: [Toybox] Graff and bc

2018-03-15 Thread Gavin Howard
Oh, I guess another advantage to making the BcVm instance global would be that I could inline bc_vm_init() and bc_vm_free(). GH On Thu, Mar 15, 2018 at 10:47 AM, Gavin Howard wrote: > Before I answer your questions, I have good news: in the midst of > fixing bugs, I was

Re: [Toybox] Graff and bc

2018-03-15 Thread Gavin Howard
I am talked to another person that would like the bc (for a Linux distro) about making the VM global. He said that yes, he thought it would be better. Because of that, if you want it, I will do it. Gavin H. On Thu, Mar 15, 2018 at 11:50 AM, Gavin Howard wrote: > Oh, I

[Toybox] [Patch] Fix atolx "not integer" error when used with suffix b, c or d

2018-03-15 Thread Minghui Liu
0001-Fix-atolx-not-integer-error-when-used-with-suffix-b-.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Graff and bc

2018-03-15 Thread Rob Landley
On 03/15/2018 11:47 AM, Gavin Howard wrote: > Before I answer your questions, I have good news: in the midst of > fixing bugs, I was still able to reduce the line count, even though I > had to add quite a bit to fix bugs. Winding a spring tighter and figuring out how to make a watch with half as