home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v2 / text0013.txt < prev    next >
Encoding:
Text File  |  1987-06-30  |  2.7 KB  |  59 lines

  1. In the interests of compatibility with X3J11, most of these sections
  2.     6.  Nonlocal Jumps        (setjmp, longjmp)
  3.     10. C Language Library
  4.     11. Sorting and Searching    (bsearch, qsort)
  5.     13. Errors and Diagnostics    (perror)
  6. are no longer in the P1003.D4 draft.  Instead, there will be some sort
  7. of reference to the X3J11 standard, the exact form of which will be
  8. decided at the Steering Committee meeting in Dallas in early November.
  9. Section 2.6, C Language Definitions, may be further revised, as well.
  10.  
  11. There are several exceptions.  The following remain with P1003:
  12. ctermid, cuserid, fileno, fdopen, mktemp, ttyname, and isatty.
  13. Thus all stream (FILE *) returning functions go to X3J11,
  14. while all file descriptor-returning functions remain with P1003.
  15.  
  16. These are no longer in either draft standard:  swab, ecvt, fcvt,
  17. and gcvt.  I think bsearch and qsort are still in the X3J11 draft,
  18. but they are removed from the P1003 draft.
  19.  
  20. The conversion functions _toupper, _tolower, toascii, and isascii
  21. are handled by X3J11 (in slightly different forms), but no longer
  22. by P1003.
  23.  
  24. These are in both the P1003 and the X3J11 drafts:  getenv, exit,
  25. kill, signal, and time.  The currently intended way of handling
  26. kill and signal is that X3J11 will define the syntax and a certain
  27. small subset of legitimate arguments and behavior, while P1003 will
  28. add more signals and more behaviors.
  29.  
  30. Exit (section 3.2.2) is a controversial topic, as both committees would
  31. like to have complete control over it.  The points of contention are
  32. that the X3J11 definition refers to streams, which are no (almost) no
  33. longer referenced by P1003, and also the onexit function.  P1003 has
  34. defined _exit (just like the real _exit which appears in most known
  35. UNIXes) and has recommended that X3J11 drop onexit from their exit.  I
  36. frankly can't remember whether P1003 has actually dropped exit
  37. completely in favor of _exit.
  38.  
  39. Also, everyone is aware that some of the P1003 Numerical Limits of
  40. section 2.7 (particularly the floating point ones) conflict with
  41. those of X3J11.  This is being worked on by the X3J11 liaison
  42. committee, and will probably take a more definite form in Dallas.
  43.  
  44. Section 2.7 is in fact that of the previous draft (D3), due to a clerical
  45. error which misplaced the changes made to it at the Portland meeting.
  46. The real limit definitions will be replaced and further revised
  47. in the next draft.
  48.  
  49. The definition of errno (section 2.3, Error Numbers) is still in both
  50. draft standards.  The issue of the proper wording of what happens to
  51. the value of errno when a function succeeds will likely come up again
  52. in Dallas, once we know whether X3J11 has again modified their wording.
  53.  
  54. Once again, remember that these are only my opinions, and not those
  55. of the P1003 committee, IEEE, or anyone else.
  56.  
  57. Volume-Number: Volume 2, Number 14
  58.  
  59.