home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.23 / text0083.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  863 b   |  23 lines

  1. Submitted-by: mib@geech.gnu.ai.mit.edu (Michael I Bushnell)
  2.  
  3. In article <1991Jun3.225808.8518@uunet.uu.net> OFM writes:
  4.  
  5.    [ Personal comment here:  the one vendor I personally know who had
  6.      qualms about full POSIX compliance did so because of backwards-
  7.      compatibility problems.  I suspect many vendors will have the
  8.      same reservations.  So, how about it:  is full compliance worth
  9.      breaking old programs/scripts?  --mod ]
  10.  
  11. I'm most interested in Posix.1, so I'll address that.  If a compiler
  12. switch is provided (like gcc -ansi) then full compliance is possible.
  13. Given the _POSIX_SOURCE feature test macro, OS designers can load all
  14. they want in, and turn it off only when _POSIX_SOURCE is defined.  I'm
  15. writing a Posix compliant system which will also be 4.4BSD compatable;
  16. I know whereof I speak.
  17.  
  18.     -mib
  19.  
  20.  
  21. Volume-Number: Volume 23, Number 86
  22.  
  23.