The Open Group Base Specifications Issue 8
pubs.opengroup.org
The Open Group Base Specifications Issue 8
1–10 of 12 posts
Re: The Open Group Base Specifications Issue 8
#2The POSIX.1-2024 specification now is available to the general public.
Re: The Open Group Base Specifications Issue 8
#3Changes in system interfaces:
https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_xsh...
Changes to utilities: https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_xcu...
Seems ratfor77 is gone ;)
Now we only need to update LSB with Docker, io_uring, and systemd LOL
Re: The Open Group Base Specifications Issue 8
#4IIUC, here's the timeline:
- Issue 8: 2024
- Issue 7: 2017
- Issue 6: 2004
- Issue 5: 1997
- Issue 4: 1992
- Issue 3: 1988
Re: The Open Group Base Specifications Issue 8
#5[deleted]
Re: The Open Group Base Specifications Issue 8
#6>Note, however, that "$(( x=5 ))" need not be equivalent to "$(( $x=5 ))" . If the value of the environment variable x is the string "y=" , the expansion of "$(( x=5 ))" would set x to 5 and output 5, but "$(( $x=5 ))" would output 0 if the value of the environment variable y is not 5 and would output 1 if the environment variable y is 5. Similarly, if the value of the environment variable is 4, the expansion of "$(( x=5 ))" would still set x to 5 and output 5, but "$(( $x=5 ))" (which would be equivalent to "$(( 4=5 ))" ) would yield a syntax error.
Ah, never change, Unix shells :) I still love this bonkers language.
Re: The Open Group Base Specifications Issue 8
#7I think I've used the previous iteration too much for my mental health, I instantly noticed the slight color change from bluish green to greenish blue.
Re: The Open Group Base Specifications Issue 8
#8IIUC, here's the timeline: - Issue 8: 2024 - Issue 7: 2017 - Issue 6: 2004 - Issue 5: 1997 - Issue 4: 1992 - Issue 3: 1988
You're listing the latest revisions which is wrong. Issue 6 is originally from 2001 and Issue 7 from 2008.
Re: The Open Group Base Specifications Issue 8
#9I think I've used the previous iteration too much for my mental health, I instantly noticed the slight color change from bluish green to greenish blue.
Nice to see a fellow Kraftwerk fan.
Re: The Open Group Base Specifications Issue 8
#10I recommend looking up the Wikipedia article [0] on The Open Group, if you haven't heard of them yet. Among other things, they maintain standards such as LDAP and POSIX and also currently own the trademark for UNIX.