Clean up standards(5), etc, eliminate legacy standards

Issue #45 resolved
Garrett D'Amore repo owner created an issue

standards(5) is a mess.

We would like to clean it up, and ideally eliminate the attempts to supply conformance for legacy standards. The legacy standards that we think no longer apply are:

  • SVID3
  • XPG3
  • XPG4
  • POSIX 90, 95

XPG4v2 / SUS is a standard from 1995. That's nearly 20 years ago! Its time to modernize. This leaves:

  • SUS
  • SUSv2
  • SUSv3
  • SUSv4

Which covers UNIX 95, UNIX 98, UNIX 03, and some future UNIX brand (UNIX13?)

Note we are proposing elimination of APIs. We should avoid breaking binary interfaces, although some command line programs may be changed (in the future.)

Comments (2)

  1. Log in to comment