Re: Permit arg units (like 100Kb), add getdate?

2008-05-02 Thread Jeff Johnson
On May 2, 2008, at 2:24 AM, Ralf S. Engelschall wrote: On Thu, May 01, 2008, Jeff Johnson wrote: While using popt in another program, I came across 2 usage cases that might be usefully internalized in popt. One usage case was an attempt to specify a memory limit as --memory 16777216 Addi

Re: Permit arg units (like 100Kb), add getdate?

2008-05-01 Thread Ralf S. Engelschall
On Thu, May 01, 2008, Jeff Johnson wrote: > While using popt in another program, I came across 2 usage > cases that might be usefully internalized in popt. > > One usage case was an attempt to specify a memory limit as > --memory 16777216 > Adding unit scaling, e.g. > --memory 16Mb > -

Permit arg units (like 100Kb), add getdate?

2008-05-01 Thread Jeff Johnson
While using popt in another program, I came across 2 usage cases that might be usefully internalized in popt. One usage case was an attempt to specify a memory limit as --memory 16777216 Adding unit scaling, e.g. --memory 16Mb --memory 16384Kb would not be hard to add using something