Minutes of the 3rd February 2022 Teleconference Austin-1194 Page 1 of 1 Submitted by Andrew Josey, The Open Group. 4th February 2022 Attendees: Nick Stoughton, Logitech/USENIX, ISO/IEC JTC 1/SC 22 OR Don Cragun, IEEE PASC OR Andrew Josey, The Open Group Eric Blake, Red Hat, The Open Group OR Mark Ziegast, SHware Systems Dev. Geoff Clare, The Open Group Tom Thompson, IEEE Apologies Eric Ackermann, HPI, University of Potsdam * General news This was a call dedicated to general bugs. * Outstanding actions None. * Current Business Bug 1532: "stty -g" output should not have to be split Accepted as Marked https://austingroupbugs.net/bug_view_page.php?bug_id=1532 This item is tagged for Issue 8. On page 3181 line 107953, change the description of the -g option to: Write to standard output all the current settings, optionally excluding the terminal window size, in an unspecified form that, when stripped of trailing characters, and used as the one and only argument to another invocation of the stty utility on the same system, attempts to apply those settings to the terminal. The form used shall not contain any sequence that would form an Informational Query, and shall consist of one line of text consisting of only printable characters from the portable character set, excluding white-space characters (other than the terminating ) and these characters that could be altered by pathname expansion performed by the shell: '*', '?', and '['. On page 3188 line 108251 - 108256 change the example code to: saveterm=$(stty −g) # save terminal state restoresize=$( stty size | awk '{printf "stty rows %d cols %d", $1, $2}' ) # save terminal size stty new settings # set new state ... [ -n "$saveterm" ] && stty "$saveterm" # restore terminal state eval "$restoresize" # restore terminal size Bug 1533: struct tm: add tm_gmtoff (and tm_zone) field(s) OPEN https://austingroupbugs.net/bug_view_page.php?bug_id=1533 This was discussed in the February 3, 2022 teleconference. There were no objections to adding these fields; however, we need a more fully fleshed-out proposal including details of how the storage for tm_zone may be affected by later calls (including tzset()). This is likely to be different for localtime() and localtime_r(). There will also be changes needed to the strftime() page, for example, where it lists the tm members that affect each conversion. Leave it open until we get a more complete suggestion for the Desired Action. Next Steps ---------- The next calls are on: Mon 2022-02-07 (gettext) Thu 2022-02-10 (general bugs) The calls are for 90 minutes Calls are anchored on US time. (8am Pacific) Please check the calendar invites for dial in details. Bugs are at: https://austingroupbugs.net An etherpad is usually up for the meeting, with a URL using the date format as below: https://posix.rhansen.org/p/20xx-mm-dd (For write access this uses The Open Group single sign on, for those individuals with gitlab.opengroup.org accounts. Please contact Andrew if you need to be setup)