Re: svn commit: r267745 - head/lib/libc/stdlib

2014-07-04 Thread Pedro Giffuni
On 07/04/14 14:18, Benjamin Kaduk wrote: On Sun, Jun 22, 2014 at 4:13 PM, Pedro F. Giffuni > wrote: Author: pfg Date: Sun Jun 22 20:13:57 2014 New Revision: 267745 URL: http://svnweb.freebsd.org/changeset/base/267745 Log: getopt(3): recognize

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-07-04 Thread Benjamin Kaduk
On Sun, Jun 22, 2014 at 4:13 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jun 22 20:13:57 2014 > New Revision: 267745 > URL: http://svnweb.freebsd.org/changeset/base/267745 > > Log: > getopt(3): recognize option:: as GNU extension for "optional options". > [...] > is to follow. > +If

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Pedro Giffuni
Il giorno 22/giu/2014, alle ore 18:48, Baptiste Daroussin ha scritto: > On Sun, Jun 22, 2014 at 08:13:58PM +, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Sun Jun 22 20:13:57 2014 >> New Revision: 267745 >> URL: http://svnweb.freebsd.org/changeset/base/267745 >> >> Log: >> getopt(3): r

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Baptiste Daroussin
On Sun, Jun 22, 2014 at 08:13:58PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jun 22 20:13:57 2014 > New Revision: 267745 > URL: http://svnweb.freebsd.org/changeset/base/267745 > > Log: > getopt(3): recognize option:: as GNU extension for "optional options". > Will that allow t

svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 22 20:13:57 2014 New Revision: 267745 URL: http://svnweb.freebsd.org/changeset/base/267745 Log: getopt(3): recognize option:: as GNU extension for "optional options". Also ANSIfy a function declaration. While here update the OpenBSD patch level in getopt_long.