home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0050.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  1.2 KB

  1. From:  peter@ficc.uucp
  2.  
  3. In article <729@longway.TIC.COM> From: David J. MacKenzie <djm@eng.umd.edu>
  4. > Parseargs has a lot of problems; I looked at it and discarded it.
  5.  
  6. On the other hand, I looked at it and fixed them. Check comp.sources.misc.
  7.  
  8. > It
  9. > might provide a superior interface to the programmer, but it doesn't
  10. > provide the same interface to the user; that is, it doesn't conform to
  11. > the standard Unix option syntax that most programs use (allowing
  12. > ganging of multiple single-letter options into a single argument, for
  13. > example).
  14.  
  15. Actually, it does do this. You shoulda looked harder. What it doesn't do
  16. is handle variable nubers of arguments, which is one thing I fixed.
  17.  
  18. > Since getopt is an existing-practice de-facto standard, I
  19. > see no justification for trying to push something quite different that
  20. > hardly anyone uses as an IEEE standard.
  21.  
  22. Given the things that have already gone in to POSIX, even the almighty
  23. base (such as fgetpos, or banning silent truncation of long file names)
  24. I think that's a bit of a quibble. Getopt pretty much has to stay, I
  25. agree. But parseargs should be considered as a recommended alternative.
  26. -- 
  27. Peter da Silva.   `-_-'
  28. +1 713 274 5180.
  29. <peter@ficc.ferranti.com>
  30.  
  31.  
  32. Volume-Number: Volume 20, Number 49
  33.  
  34.