From owner-freebsd-hackers Sat Sep 28 20:42:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA16155 for hackers-outgoing; Sat, 28 Sep 1996 20:42:02 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA16093 for ; Sat, 28 Sep 1996 20:41:56 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id VAA00553; Sat, 28 Sep 1996 21:41:07 -0600 (MDT) Message-Id: <199609290341.VAA00553@rover.village.org> To: Bruce Evans Subject: Re: Quick question about getopt Cc: thorpej@nas.nasa.gov, hackers@FreeBSD.ORG In-reply-to: Your message of "Sun, 29 Sep 1996 13:29:27 +1000." <199609290329.NAA14103@godzilla.zeta.org.au> References: <199609290329.NAA14103@godzilla.zeta.org.au> Date: Sat, 28 Sep 1996 21:41:07 -0600 From: Warner Losh Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609290329.NAA14103@godzilla.zeta.org.au> Bruce Evans writes: : >>From NetBSD's getopt(3): : > : > The getopt() function was once specified to return EOF instead of -1. : > This was changed by IEEE Std1003.2-1992 (``POSIX.2'') to decouple : > getopt() from . : : This is also in 4.4Lite2's getopt(3). 4.4Lite2 should be merged with : before NetBSD. I have no problem with doing that work. Would anybody have an object? Are there things about how work like this should be done that I should know about before undertaking it? CVS branches to use, how to import the 4.4lite2 stuff, etc? I know that Jordan has asked many times for someone to do this for the whole tree. I don't know if I can commit to the whole tree. However, I can commit to parts of the tree that are logical units, and would be happy to do them one after the other. I have limited time for this project, so would rather commit small peices as I go, rather than trying to do the entire tree all at once. It would be less disruptive as well to have things go in a little at a time. Anyway, that's just my two cents... Warner