popt-1.16: patch for building on NetBSD-current

2010-06-05 Thread Thomas Klausner
Hi! Since NetBSD-5.99.11, glob_pattern_p is included in libc. The attached patch fixes the resulting compilation problem. Please include it in the next release. Thanks, Thomas : patch-aa,v 1.8 2009/04/22 15:25:05 tnn Exp $ --- poptconfig.c.orig 2009-04-12 20:14:38.0 +0200 +++

Re: Disallowing args

2010-06-05 Thread Jeff Johnson
On Jun 5, 2010, at 12:48 PM, Wayne Davison wrote: On Sat, Jun 5, 2010 at 8:56 AM, Jeff Johnson n3...@mac.com wrote: but --foo bar returns bar in the argument list? Yes. The user may well have wanted it to be in the arg list. There's no way for the program to know that the user

Re: Disallowing args

2010-06-05 Thread Jeff Johnson
On Jun 5, 2010, at 12:42 PM, Danny Sung wrote: On 06/05/2010 8:56 AM, Jeff Johnson wrote: (aside) Anything you want to see in POPT 2.0? I'm collecting features ... Since you're collecting features... =) One thing I'd like is to extend the help/usage capability just a little. Well