Re: [1003.1(2016)/Issue7+TC2 0001108]: LONG_MIN must be <= -2147483648

2018-07-12 Thread Vincent Lefevre
On 2018-07-11 21:10:16 +, Austin Group Bug Tracker wrote: > (0004050) cmsmith (reporter) - 2018-07-11 21:10 > http://austingroupbugs.net/view.php?id=1108#c4050 > -- > These changes seem to invalidate compilers for use in Un

[1003.1(2016)/Issue7+TC2 0001108]: LONG_MIN must be <= -2147483648

2018-07-12 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1108 == Reported By:nsz Assigned To: =

[1003.1(2016)/Issue7+TC2 0001108]: LONG_MIN must be <= -2147483648

2018-07-12 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1108 == Reported By:nsz Assigned To: =

[1003.1(2016)/Issue7+TC2 0001113]: Fix command / variable relationship

2018-07-12 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1113 == Reported By:steffen Assigned To: =

[1003.1(2016)/Issue7+TC2 0001113]: Fix command / variable relationship

2018-07-12 Thread Austin Group Bug Tracker
The following issue has been RESOLVED. == http://austingroupbugs.net/view.php?id=1113 == Reported By:steffen Assigned To: ===

Austin Group teleconference +1-888-426-6840 PIN: 2115756

2018-07-12 Thread Single UNIX Specification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//opengroup.org//NONSGML kigkonsult.se iCalcreator 2.22.1// CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/New_York X-LIC-LOCATION:America/New_York BEGIN:DAYLIGHT TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT DTSTART:20120311T02 RRULE:FREQ=YE

What does it mean to be "local to the caller of getopts"

2018-07-12 Thread Robert Elz
The description of the getopts utility (in XCU section 4) says (et.al.) (Line numbers from the C165 version, line wrapping by me to suit e-mail better) 93433 The shell variables OPTIND and OPTARG shall be local to the caller of getopts and shall not be 93434 exported by default. Q1: