Talk:X/Open

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

_XOPEN_SOURCE feature test macro[edit]

I'm looking for detailed information about the historic values of this macro, which is still useful for portable programming. For instance, I recently discovered that on the NetBSD 5.1 operating system, I had to define not merely -D_XOPEN_SOURCE but -D_XOPEN_SOURCE=2 in order to make the declarations of the functions popen and pclose appear in the <stdio.h> header. Is this value 2 documented somewhere? All Google-able sources point only to values of 500 or greater. I.e. either _XOPEN_SOURCE is just defined, with no particular value, or it is recommended to use 500 for certain much newer features (Unix98). Thanks for any shreds of info. 24.85.131.247 (talk) 04:17, 11 April 2012 (UTC)[reply]

UNIX or UNIX-like?[edit]

Edits were made with the comment "Replaced "Unix-like" with "UNIX", as this predates much of what "Unix-like" would imply)"

I wonder if this is correct?

My memory is that there was a lot of effort to avoid using the word "UNIX" in the specifications, as UNIX was the name of a specific product, and the intent was to allow conformance to be achieved by products that were not built from the UNIX code base. In fact, many early UNIX-like operating systems were not called UNIX because of trademark issues.

Mhkay (talk) 23:31, 28 September 2008 (UTC)[reply]

However, X/Open deals with "UNIX" rather than "Unix-like" Tedickey (talk) 23:37, 28 September 2008 (UTC)[reply]
Where's your evidence? Reading Colin Taylor's book, I simply don't think that's true. They started out, in his words, because many computer manufacturers were turning to systems based on "UNIX, or systems derived from it and/or its interfaces". They adopted the UNIX System V Interface Definition as their starting point, but the whole thrust was standardization of interfaces, not product.

Mhkay (talk) 19:31, 30 September 2008 (UTC)[reply]

I suppose if you can find "Unix-like" on The Open Group's website (or any reliable source related to X/Open or The Open Group), we'll have something to discuss. Tedickey (talk) 20:26, 30 September 2008 (UTC)[reply]

Sorry, which of the following are you saying:

(a) "UNIX-like" does not mean the same as "UNIX, or systems derived from it and/or its interfaces"

(b) Colin Taylor's book, "X/Open and Open Systems", published by X/Open in 1992, is not a reliable source?

Surely, not (b), so it must be (a). Is there a term you would prefer?

(Incidentally, I would think that for most organizations, the company's own website is one of the least reliable places to look for information about its history. If there is any historical information at all, it will almost invariably be highly selective. Publications produced by the company in the past are better evidence of its aims and objectives at the time, though still of course not exactly objective.)

Mhkay (talk) 15:03, 2 October 2008 (UTC)[reply]

"UNIX-like" is a rather abused term, being applied to anything which implements a subset of POSIX. The question of how closely a system must resemble UNIX to have the term applied to it doesn't seem to be well-defined. But you're free to apply a source to support the term. (The comment about "for most organizations" is arguable since it implies that factual information can be found elsewhere, which is not always the case). Tedickey (talk) 18:28, 5 October 2008 (UTC)[reply]

I joined X/Open staff in 1989 (and never left...). I do not recall the use of the term "UNIX-like" at the time - it's a much later term. We were clear that we were building a Common Application Environment based on the SVID, but we were also very clear that conformance to the specification did not require the OS to be based on AT&T source. OSF/1 was intended originally to be free of AT&T source yet conform to XPG3. The Preface to the Portability Guide Jan 1987 (XPG2) says "In order to provide such portability, the Group defines a Common Applications Environment built on the interfaces of the UNIX operating system, as defined in the AT&T System V Interface Definition, and covering other aspects required of a comprehensive application interface". The term CAE was central to what we were doing, and if an edit is done it might make sense to include it - perhaps something like:

"More specifically, the original aim was to increase the interoperability of applications and reduce the cost of porting software by defining a Common Applications Environment (CAE), built on the interfaces of the UNIX operating system (as defined in the AT&T System V Interface Definition) and covering other aspects required of a comprehensive application interface, such as languages, data management and networking"

BTW, UNIX should be used as an adjective, not a noun, so "UNIX-like" and "derived from UNIX" are not ideal

Under Outputs it might be useful to include something on the testing and branding programs, particularly since the test code developed by X/Open is still in use for POSIX and UNIX certification

JKdeR (talk) 12:14, 19 February 2009 (UTC)[reply]

X/Open group[edit]

Before incorporation in 1987, this entity was known as "X/Open Group", "X/Open group" or simply "X/Open", hence probably the title of this wiki page. It was sometimes capitalized as "X/OPEN". Searches: Google Books search: inauthor:"X/Open Group" and X/Open Group in Google Books. An example document using "X/Open Group" is COMMISSION DECISION of 15 December 1986 on upload.wikimedia.org. The 1985 XPG says "© 1985, The X/OPEN Group Members". This online book refers to it as "X/Open". --Dan Polansky (talk) 12:42, 17 July 2022 (UTC)[reply]

The scope of Issue 4 and XPG4[edit]

Different sources seem to indicate different scope of Issue 4 and XPG4. Base Specifications Issue 6[1] seems to indicate only three documents XBD, XCU and XSH in its Issue 4 item, none of which seem to cover programming languages; one has to assume that Issue 4 refers to XPG, though, since that is not made explicit: the document group is referred to as "CAE Specification". By contrast, The Single UNIX Specification, unix.org links the XPG4 term also to C Language, Sockets, Transport Interfaces (XTI) and Internationalized Terminal Interfaces. The Wikipedia article states that XPG4 also includes languages and protocols, but then goes on to only list XBD, XCU and XSH as parts of XPG4; it seems both cannot be right. The article contained the apparent contradiction back in 2008. There is the term "XPG4 Base" in use, which can probably be contrasted to "XPG4". One might think that "XPG4 Base" refers to the three documents XBD, XCU and XSH only, but this document[2] from 1995 includes C Language as part of XPG4 Base. --Dan Polansky (talk) 18:00, 18 July 2022 (UTC)[reply]