home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2343 < prev    next >
Encoding:
Text File  |  1993-01-08  |  835 b   |  22 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!friedman
  3. From: friedman@gnu.ai.mit.edu (Noah Friedman)
  4. Subject: Re: suggestions for getopt*.c in libiberty
  5. Message-ID: <9301070816.AA19825@kropotkin.gnu.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: friedman@gnu.ai.mit.edu
  8. Organization: GNUs Not Usenet
  9. References: <9301060807.AA02614@cygnus.com>
  10. Distribution: gnu
  11. Date: Thu, 7 Jan 1993 08:16:52 GMT
  12. Approved: bug-gnu-utils@prep.ai.mit.edu
  13. Lines: 7
  14.  
  15. >The efficiency of getopt is particularly irrelevant - even if
  16. >it made a difference, why do you think the system version is preferable?
  17.  
  18.    It's probably not, in fact.  GNU getopt allows users to specify options
  19. and arguments in any order, whereas traditional getopt implementations
  20. *require* options first.  
  21.  
  22.