Re: [PATCH V2] fixes to parse_options, help info

2014-09-05 Thread Bill Spitzak
Those look good. Supporting space-separated values would be a nice addition. On 09/05/2014 01:45 AM, Pekka Paalanen wrote: On Tue, 19 Aug 2014 18:13:08 -0700 Bill Spitzak wrote: This replaces the two unpushed patches from my previous set. Includes changes based on Pekka's comments: Removed

Re: [PATCH V2] fixes to parse_options, help info

2014-09-05 Thread Pekka Paalanen
On Tue, 19 Aug 2014 18:13:08 -0700 Bill Spitzak wrote: > This replaces the two unpushed patches from my previous set. > Includes changes based on Pekka's comments: > > Removed merging of 1-letter boolean switches > > Fixed the error message for image files less than 4 bytes long > > Style fixe

[PATCH V2] fixes to parse_options, help info

2014-08-19 Thread Bill Spitzak
This replaces the two unpushed patches from my previous set. Includes changes based on Pekka's comments: Removed merging of 1-letter boolean switches Fixed the error message for image files less than 4 bytes long Style fixes. Split patch for library from patch to demo program. _