Re: expr(1) diff 1 of 3, make it 64-bit capable

2011-01-15 Thread Benny Lofgren
On 2011-01-15 07.05, Philip Guenther wrote: If you're going to email diffs, you MUST turn off 'format=flowed', as Thunderbird munged the whitespace on your diffs enough to make them break with patch -l. Thunderbird has an option for that; find it and use it. Check. for (i=0; i100; i++)

expr(1) diff 1 of 3, make it 64-bit capable

2011-01-14 Thread Benny Lofgren
Hi, Resubmitting the first of my three changes to expr(1) for review. To recap from my original mail: + Makes it 64-bit capable on both 32- and 64-bit architectures by changing relevant int:s to int64_t:s. I often use expr as a quick calculator for example when partitioning disks and such,

Re: expr(1) diff 1 of 3, make it 64-bit capable

2011-01-14 Thread Philip Guenther
On Fri, Jan 14, 2011 at 8:08 PM, Benny Lofgren bl-li...@lofgren.biz wrote: + Makes it 64-bit capable on both 32- and 64-bit architectures by changing relevant int:s to int64_t:s. I often use expr as a quick calculator for example when partitioning disks and such, and frequently find myself up