Re: [1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Lawrence Velázquez via austin-group-l at The Open Group
On Thu, Sep 8, 2022, at 3:29 PM, Paul Smith via austin-group-l at The Open 
Group wrote:
> I don't have visibility into the current proposed text for the POSIX
> make definition, but can someone clarify how the .WAIT prerequisites
> are to be treated when expanding internal macros like $^, $+, $?, and
> even $< (if, for some weird reason, someone used .WAIT as the first
> prerequisite)?
>
> Is it the case that they are required to ALWAYS be present?  Or
> required to NEVER be present?  Or is the value of internal macros not
> well-defined for prerequisite lists that contain .WAIT?

The latest note on bug 514 begins, "On D2.1 page 2947 line 98895,
after applying bug 1520, change...".  So presumably the intended
text is a synthesis of the results of 1520 [1] and 514 [2]:

$^

The $^ macro shall evaluate to the list of prerequisites
for the current target, with any duplicates (except
the first) removed.  It shall be evaluated for both
target and inference rules.  If the list of
prerequisites of the target contain any .WAIT special
targets, the results of expanding $^ are unspecified.

[example omitted]


[1]: https://austingroupbugs.net/view.php?id=1520#c5556
[2]: https://austingroupbugs.net/view.php?id=514#c5962

-- 
vq



Re: [1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Paul Smith via austin-group-l at The Open Group
On Thu, 2022-09-08 at 20:58 +0200, Steffen Nurpmeso wrote:
>  |First, this text doesn't mention the .WAIT prerequisites that were
>  |added as optional features; do we need to add text for how these
> are
> 
> Optional?  .WAIT:?  Only to be victorious over Borisorious!

I went back through that (long) issue in Mantis and recalled that
indeed it was not optional.

I don't have visibility into the current proposed text for the POSIX
make definition, but can someone clarify how the .WAIT prerequisites
are to be treated when expanding internal macros like $^, $+, $?, and
even $< (if, for some weird reason, someone used .WAIT as the first
prerequisite)?

Is it the case that they are required to ALWAYS be present?  Or
required to NEVER be present?  Or is the value of internal macros not
well-defined for prerequisite lists that contain .WAIT?



Re: [1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Steffen Nurpmeso via austin-group-l at The Open Group
psm...@gnu.org wrote in
 <2f4c249e139c3391ae56f0027cde10df76292bfa.ca...@gnu.org>:
 |On Thu, 2022-09-08 at 15:53 +, Austin Group Bug Tracker via austin-
 |group-l at The Open Group wrote:
 |>  (0005962) geoffclare (manager) - 2022-09-08 15:53
 |>  https://austingroupbugs.net/view.php?id=514#c5962 
 |> -
 |> - 
 |> On D2.1 page 2947 line 98895, after applying bug 1520,
 |> change:The $^ macro shall evaluate to the list of
 |> prerequisites for the current target.to:The
 |> $^ macro shall evaluate to the list of prerequisites for the current
 |> target, with any duplicates (except the first) removed.
 |> On D2.1 page 2947 after line 98895 add:$+The
 |> $+ macro shall be equivalent to $^, except that duplicates shall not
 |> be removed; all prerequisites shall appear in the order they were
 |> listed in the makefile 
 |
 |This was closed before I had a chance to comment on the wording but a
 |few things:
 |
 |First, this text doesn't mention the .WAIT prerequisites that were
 |added as optional features; do we need to add text for how these are

Optional?  .WAIT:?  Only to be victorious over Borisorious!

--steffen
|
|Der Kragenbaer,The moon bear,
|der holt sich munter   he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)



Re: [1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Paul Smith via austin-group-l at The Open Group
On Thu, 2022-09-08 at 15:53 +, Austin Group Bug Tracker via austin-
group-l at The Open Group wrote:
>  (0005962) geoffclare (manager) - 2022-09-08 15:53
>  https://austingroupbugs.net/view.php?id=514#c5962 
> -
> - 
> On D2.1 page 2947 line 98895, after applying bug 1520,
> change:The $^ macro shall evaluate to the list of
> prerequisites for the current target.to:The
> $^ macro shall evaluate to the list of prerequisites for the current
> target, with any duplicates (except the first) removed.
> On D2.1 page 2947 after line 98895 add:$+The
> $+ macro shall be equivalent to $^, except that duplicates shall not
> be removed; all prerequisites shall appear in the order they were
> listed in the makefile 

This was closed before I had a chance to comment on the wording but a
few things:

First, this text doesn't mention the .WAIT prerequisites that were
added as optional features; do we need to add text for how these are
included (or not) in $^?  Or, are they just included like any other
prerequisite?

Or did .WAIT not get included?  I can't remember.  This was the subject
of https://austingroupbugs.net/view.php?id=1520 which itself doesn't
mention the removal of duplicate entries, as the above text does.

Second, the wording of the $^ implies that when duplicates are seen the
it's always the first instance which is preserved and subsequent
instances are omitted, which means order is preserved.  Is that
requirement intentional?

I think I'm confused :).



XCU, stty, CHANGE HISTORY, Issue 6, para. 1 implies -xcase is still available

2022-09-08 Thread наб via austin-group-l at The Open Group
Hi!

Quoth Issue 8 Draft 2.1, XCU, stty, CHANGE HISTORY, Issue 6:
  108300The LEGACY items iuclc(−iuclc), xcase, olcuc(−olcuc),
lcase(−lcase), and LCASE(−LCASE) are
  108300removed.

Compare SUSv2, Commands and Utilities, stty, OPERANDS, Local Modes:
  xcase (−xcase)
Set canonical (unprocessed) upper- or lower-case presentation. This
has the effect of setting (not setting) XCASE in the termios c_lflag
field, as defined in the XBD specification, Chapter 9, General
Terminal Interface. (LEGACY)
(whole paragraph shaded EX).

XCASE was removed in Issue 6 as well, so, naturally, -xcase makes no
sense, and, indeed, there's no mention of it.

However, the CHANGE HISTORY would imply that,
if you read it retrochronologically, -xcase never existed, or,
if you read it prochronologically, -xcase was removed in error.

Best,
наб


signature.asc
Description: PGP signature


[1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been RESOLVED. 
== 
https://austingroupbugs.net/view.php?id=514 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:1003.1(2008)/Issue 7
Issue ID:   514
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Objection
Priority:   normal
Status: Resolved
Name:   David A. Wheeler 
Organization:
User Reference:  
Section:make 
Page Number:2918 
Line Number:95928-95954 
Interp Status:  --- 
Final Accepted Text:https://austingroupbugs.net/view.php?id=514#c5962 
Resolution: Accepted As Marked
Fixed in Version:   
== 
Date Submitted: 2011-11-17 00:21 UTC
Last Modified:  2022-09-08 15:55 UTC
== 
Summary:Enhance internal macros in make
==
Relationships   ID  Summary
--
related to  0001520 make should support the $^ internal macro
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2011-11-17 00:21 dwheeler   New Issue
2011-11-17 00:21 dwheeler   Status   New => Under Review 
2011-11-17 00:21 dwheeler   Assigned To   => ajosey  
2011-11-17 00:21 dwheeler   Name  => David A. Wheeler
2011-11-17 00:21 dwheeler   Section   => make
2011-11-17 00:21 dwheeler   Page Number   => 2918
2011-11-17 00:21 dwheeler   Line Number   => 95928-95954 
2011-11-17 11:08 joerg  Note Added: 0001026  
2011-11-17 16:30 Konrad_Schwarz Note Added: 0001030  
2012-01-07 00:06 psmith Note Added: 0001088  
2012-04-10 16:38 joerg  Note Added: 0001193  
2019-12-25 10:20 Love4Boobies   Note Added: 0004703  
2020-01-07 04:33 Love4Boobies   Issue Monitored: Love4Boobies   

2020-01-07 09:14 Konrad_Schwarz Note Added: 0004709  
2020-01-07 14:41 psmith Note Added: 0004711  
2020-01-13 04:53 Love4Boobies   Note Added: 0004723  
2020-01-13 04:53 Love4Boobies   Note Added: 0004724  
2020-01-13 04:54 Love4Boobies   Note Deleted: 0004724
2020-01-13 05:04 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:06 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:07 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:08 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:10 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:19 Love4Boobies   Note Edited: 0004723 
2020-01-13 09:19 Konrad_Schwarz Note Added: 0004726  
2020-01-13 09:29 Love4Boobies   Note Added: 0004727  
2022-09-08 15:20 geoffclare Relationship added   related to 0001520  
2022-09-08 15:53 geoffclare Note Added: 0005962  
2022-09-08 15:54 geoffclare Note Edited: 0005962 
2022-09-08 15:55 geoffclare Interp Status => --- 
2022-09-08 15:55 geoffclare Final Accepted Text   =>
https://austingroupbugs.net/view.php?id=514#c5962
2022-09-08 15:55 geoffclare Status   Under Review =>
Resolved
2022-09-08 15:55 geoffclare Resolution   Open => Accepted As
Marked
==




[1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


A NOTE has been added to this issue. 
== 
https://austingroupbugs.net/view.php?id=514 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:1003.1(2008)/Issue 7
Issue ID:   514
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Objection
Priority:   normal
Status: Under Review
Name:   David A. Wheeler 
Organization:
User Reference:  
Section:make 
Page Number:2918 
Line Number:95928-95954 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2011-11-17 00:21 UTC
Last Modified:  2022-09-08 15:53 UTC
== 
Summary:Enhance internal macros in make
==
Relationships   ID  Summary
--
related to  0001520 make should support the $^ internal macro
== 

-- 
 (0005962) geoffclare (manager) - 2022-09-08 15:53
 https://austingroupbugs.net/view.php?id=514#c5962 
-- 
On D2.1 page 2947 line 98895, after applying bug 1520,
change:The $^ macro shall evaluate to the list of prerequisites
for the current target.to:The $^ macro shall
evaluate to the list of prerequisites for the current target, with any
duplicates (except the first) removed.
On D2.1 page 2947 after line 98895 add:$+The $+
macro shall be equivalent to $^, except that duplicates shall not be
removed; all prerequisites shall appear in the order they were listed in
the makefile 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2011-11-17 00:21 dwheeler   New Issue
2011-11-17 00:21 dwheeler   Status   New => Under Review 
2011-11-17 00:21 dwheeler   Assigned To   => ajosey  
2011-11-17 00:21 dwheeler   Name  => David A. Wheeler
2011-11-17 00:21 dwheeler   Section   => make
2011-11-17 00:21 dwheeler   Page Number   => 2918
2011-11-17 00:21 dwheeler   Line Number   => 95928-95954 
2011-11-17 11:08 joerg  Note Added: 0001026  
2011-11-17 16:30 Konrad_Schwarz Note Added: 0001030  
2012-01-07 00:06 psmith Note Added: 0001088  
2012-04-10 16:38 joerg  Note Added: 0001193  
2019-12-25 10:20 Love4Boobies   Note Added: 0004703  
2020-01-07 04:33 Love4Boobies   Issue Monitored: Love4Boobies   

2020-01-07 09:14 Konrad_Schwarz Note Added: 0004709  
2020-01-07 14:41 psmith Note Added: 0004711  
2020-01-13 04:53 Love4Boobies   Note Added: 0004723  
2020-01-13 04:53 Love4Boobies   Note Added: 0004724  
2020-01-13 04:54 Love4Boobies   Note Deleted: 0004724
2020-01-13 05:04 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:06 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:07 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:08 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:10 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:19 Love4Boobies   Note Edited: 0004723 
2020-01-13 09:19 Konrad_Schwarz Note Added: 0004726  
2020-01-13 09:29 Love4Boobies   Note Added: 0004727  
2022-09-08 15:20 geoffclare Relationship added   related to 0001520  
2022-09-08 15:53 geoffclare Note Added: 0005962  
==




Austin Group teleconference +1 888 974 9888 PIN 618 156 403

2022-09-08 Thread Single UNIX Specification via austin-group-l at The Open Group
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=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20121104T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:631a0a10de...@opengroup.org
DTSTAMP:20220908T152816Z
ATTENDEE;ROLE=CHAIR:MAILTO:a.jo...@opengroup.org
CREATED:20220908T00Z
DESCRIPTION:Web/Project: Single UNIX Specification\nTitle: Austin Group tel
 econference +1 888 974 9888 PIN 618 156 403\nDate/Time: 15-Sep-2022 at 11:
 00 America/New_York\nDuration: 1.50 hours\nURL: https://collaboration.open
 group.org/platform/single_unix_specification/events.php\n\n* All calls are
  anchored on US time *\n\nTopic: Austin Group teleconference\n
 ---\nAudio conference information
 \n---\n\nYou are invit
 ed to a Zoom meeting.\n\nMeeting ID: 618 156 403\n\nJoin from PC\, Mac\, i
 OS or Android: https://logitech.zoom.us/j/618156403\n \nor join by phone:
 \nUS: 888 974 9888\nUK: 800 031 5717\nDE: 800 724 3138\nFR: 805 082 588\n
 \nOther international numbers available here:\nhttps://zoom.us/u/adlvrb8IL
 j\n \nMeeting ID: 618 156 403\n\nor join from a H.323/SIP Device:\n   
  Dial: 162.255.37.11 (US West) or 162.255.36.11 (US East)\nMeeting ID:
  618 156 403\n\nShare from a PC or MAC: https://zoom.us/share/618156403\n
 \nOr iPhone one-tap (US Toll):  +16699006833\,618156403# or +16465588656\,
 618156403#\n\nPassword for zoom call  ends with x\n\nAll Austin Group part
 icipants are most welcome to join the call.\nThe call will last for 90 min
 utes.\n\n\nAn etherpad is usually up for a meeting\, with a URL using the 
 date format as below:\n\nhttps://posix.rhansen.org/p/202x-mm-dd\n\nLOGIN R
 EQUIRED to write to the ETHERPAD (Use your gitlab.opengroup.org login.)\n
 \n \n\nBug reports are available at:\nhttps://www.austingroupbugs.net\n
DTSTART;TZID=America/New_York:20220915T11
DURATION:PT1H30M0S
LAST-MODIFIED:20220908T112816Z
ORGANIZER;CN=Single UNIX Specification:MAILTO:do-not-re...@opengroup.org
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Austin Group teleconference +1 888 974 9888 PIN 618 156 403
TRANSP:OPAQUE
URL:https://collaboration.opengroup.org/platform/single_unix_specification/
 events.php
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-VISIBILITY:40
X-JOINBEFORE:5
X-CATEGORY:Teleconference
X-PLATO-SITE:Single UNIX Specification
X-PLATO-SITEID:136
END:VEVENT
END:VCALENDAR


meeting.ics
Description: application/ics


[1003.1(2008)/Issue 7 0000514]: Enhance internal macros in make

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been set as RELATED TO issue 0001520. 
== 
https://austingroupbugs.net/view.php?id=514 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:1003.1(2008)/Issue 7
Issue ID:   514
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Objection
Priority:   normal
Status: Under Review
Name:   David A. Wheeler 
Organization:
User Reference:  
Section:make 
Page Number:2918 
Line Number:95928-95954 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2011-11-17 00:21 UTC
Last Modified:  2020-01-13 09:29 UTC
== 
Summary:Enhance internal macros in make
==
Relationships   ID  Summary
--
related to  0001520 make should support the $^ internal macro
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2011-11-17 00:21 dwheeler   New Issue
2011-11-17 00:21 dwheeler   Status   New => Under Review 
2011-11-17 00:21 dwheeler   Assigned To   => ajosey  
2011-11-17 00:21 dwheeler   Name  => David A. Wheeler
2011-11-17 00:21 dwheeler   Section   => make
2011-11-17 00:21 dwheeler   Page Number   => 2918
2011-11-17 00:21 dwheeler   Line Number   => 95928-95954 
2011-11-17 11:08 joerg  Note Added: 0001026  
2011-11-17 16:30 Konrad_Schwarz Note Added: 0001030  
2012-01-07 00:06 psmith Note Added: 0001088  
2012-04-10 16:38 joerg  Note Added: 0001193  
2019-12-25 10:20 Love4Boobies   Note Added: 0004703  
2020-01-07 04:33 Love4Boobies   Issue Monitored: Love4Boobies   

2020-01-07 09:14 Konrad_Schwarz Note Added: 0004709  
2020-01-07 14:41 psmith Note Added: 0004711  
2020-01-13 04:53 Love4Boobies   Note Added: 0004723  
2020-01-13 04:53 Love4Boobies   Note Added: 0004724  
2020-01-13 04:54 Love4Boobies   Note Deleted: 0004724
2020-01-13 05:04 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:06 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:07 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:08 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:10 Love4Boobies   Note Edited: 0004723 
2020-01-13 05:19 Love4Boobies   Note Edited: 0004723 
2020-01-13 09:19 Konrad_Schwarz Note Added: 0004726  
2020-01-13 09:29 Love4Boobies   Note Added: 0004727  
2022-09-08 15:20 geoffclare Relationship added   related to 0001520  
==




[Issue 8 drafts 0001520]: make should support the $^ internal macro

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been set as RELATED TO issue 514. 
== 
https://austingroupbugs.net/view.php?id=1520 
== 
Reported By:joerg
Assigned To:
== 
Project:Issue 8 drafts
Issue ID:   1520
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Comment
Priority:   normal
Status: Applied
Name:   Jörg Schilling 
Organization:
User Reference:  
Section:make 
Page Number:2947-2948 
Line Number:98896-98920 
Final Accepted Text:https://austingroupbugs.net/view.php?id=1520#c5556 
Resolution: Accepted As Marked
Fixed in Version:   
== 
Date Submitted: 2021-09-07 09:44 UTC
Last Modified:  2022-09-08 15:20 UTC
== 
Summary:make should support the $^ internal macro
==
Relationships   ID  Summary
--
related to  0001437 make: (document .NOTPARALLEL and .WAIT ...
related to  514 Enhance internal macros in make
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2021-09-07 09:44 joerg  New Issue
2021-09-07 09:44 joerg  Name  => Jörg Schilling 
2021-09-07 09:44 joerg  Section   => make
2021-09-07 09:44 joerg  Page Number   => 2947-2948   
2021-09-07 09:44 joerg  Line Number   => 98896-98920 
2021-09-07 09:57 geoffclare Description Updated  
2021-09-07 10:39 joerg  Note Added: 0005495  
2021-09-07 11:23 joerg  Note Edited: 0005495 
2021-09-07 11:36 joerg  Note Edited: 0005495 
2021-09-07 11:36 joerg  Note Edited: 0005495 
2021-12-16 16:57 eblake Relationship added   related to 0001437  
2021-12-16 17:28 geoffclare Note Added: 0005556  
2021-12-16 17:29 geoffclare Final Accepted Text   =>
https://austingroupbugs.net/view.php?id=1520#c5556
2021-12-16 17:29 geoffclare Status   New => Resolved 
2021-12-16 17:29 geoffclare Resolution   Open => Accepted As
Marked
2021-12-16 17:29 geoffclare Tag Attached: issue8 
2021-12-16 17:35 psmith Note Added: 0005557  
2021-12-17 12:21 geoffclare Note Added: 0005559  
2022-01-13 10:25 geoffclare Status   Resolved => Applied 
2022-09-08 15:20 geoffclare Relationship added   related to 514  
==




[1003.1(2008)/Issue 7 0000553]: Add new type of shell and shell feature requirement for new shell in posix.

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been CLOSED. 
== 
https://austingroupbugs.net/view.php?id=553 
== 
Reported By:oiaohm
Assigned To:ajosey
== 
Project:1003.1(2008)/Issue 7
Issue ID:   553
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: Closed
Name:   Peter Dolding 
Organization:
User Reference:  
Section:newsection 
Page Number:newsection 
Line Number:0 
Interp Status:  --- 
Final Accepted Text: 
Resolution: Rejected
Fixed in Version:   
== 
Date Submitted: 2012-04-03 10:03 UTC
Last Modified:  2022-09-08 15:13 UTC
== 
Summary:Add new type of shell and shell feature requirement
for new shell in posix.
== 

-- 
 (0005961) Don Cragun (manager) - 2022-09-08 15:13
 https://austingroupbugs.net/view.php?id=553#c5961 
-- 
No proposal has been received.  Therefore this bug is being closed. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2012-04-03 10:03 oiaohm New Issue
2012-04-03 10:03 oiaohm Status   New => Under Review 
2012-04-03 10:03 oiaohm Assigned To   => ajosey  
2012-04-03 10:03 oiaohm Name  => Peter Dolding   
2012-04-03 10:03 oiaohm Section   => newsection  
2012-04-03 10:03 oiaohm Page Number   => newsection  
2012-04-03 10:03 oiaohm Line Number   => 0   
2012-04-03 13:34 jrnNote Added: 0001186  
2012-04-04 11:12 ranjit Note Added: 0001187  
2012-04-07 05:22 ajosey Note Added: 0001191  
2012-04-10 01:46 oiaohm Note Added: 0001192  
2012-04-10 10:00 ajosey Note Edited: 0001191 
2022-09-08 15:13 Don Cragun Interp Status => --- 
2022-09-08 15:13 Don Cragun Note Added: 0005961  
2022-09-08 15:13 Don Cragun Status   Under Review => Closed
2022-09-08 15:13 Don Cragun Resolution   Open => Rejected
==




[1003.1(2016/18)/Issue7+TC2 0001122]: POSIX should include gettext() and friends

2022-09-08 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


A NOTE has been added to this issue. 
== 
https://austingroupbugs.net/view.php?id=1122 
== 
Reported By:joerg
Assigned To:
== 
Project:1003.1(2016/18)/Issue7+TC2
Issue ID:   1122
Category:   System Interfaces
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: New
Name:   Jörg Schilling 
Organization:
User Reference:  
Section:3 + 4 
Page Number:1102...and others 
Line Number:somewhere in section 3 and 4 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2017-02-28 16:51 UTC
Last Modified:  2022-09-08 14:30 UTC
== 
Summary:POSIX should include gettext() and friends
== 

-- 
 (0005960) geoffclare (manager) - 2022-09-08 14:30
 https://austingroupbugs.net/view.php?id=1122#c5960 
-- 
The attached file 'gettext draft 20220908.pdf' contains the changes that
have been applied in the Issue8NewAPIs branch in gitlab, except that I have
deferred the global NLSPATH change until after the merge into the Issue8
branch. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2017-02-28 16:51 joerg  New Issue
2017-02-28 16:51 joerg  Name  => Jörg Schilling 
2017-02-28 16:51 joerg  Section   => 3 + 4   
2017-02-28 16:51 joerg  Page Number   => 1102...and others
2017-02-28 16:51 joerg  Line Number   => somewhere in
section 3 and 4
2017-03-01 16:05 steffenNote Added: 0003575  
2017-03-01 16:54 shware_systems Note Added: 0003576  
2017-03-01 17:10 joerg  Note Added: 0003577  
2017-03-01 17:10 joerg  Note Edited: 0003577 
2017-03-01 17:11 steffenNote Added: 0003578  
2017-03-01 17:13 steffenNote Added: 0003579  
2017-03-01 17:23 joerg  Note Added: 0003580  
2017-03-01 17:27 joerg  Note Edited: 0003580 
2017-03-01 18:09 joerg  Note Edited: 0003580 
2017-03-01 22:37 steffenNote Added: 0003581  
2017-03-02 06:39 shware_systems Note Added: 0003582  
2017-03-02 09:09 joerg  Note Added: 0003583  
2017-03-02 09:40 keld   Note Added: 0003584  
2017-03-02 09:56 keld   Note Added: 0003585  
2017-03-02 14:41 steffenNote Added: 0003586  
2017-03-02 17:01 keld   Note Added: 0003587  
2017-03-03 04:42 shware_systems Note Added: 0003588  
2017-03-03 16:44 joerg  Note Added: 0003596  
2017-03-03 21:21 EdSchouten Note Added: 0003603  
2017-03-05 00:12 keld   Note Added: 0003608  
2017-03-05 00:13 keld   Note Edited: 0003608 
2017-03-05 00:14 keld   Note Edited: 0003608 
2017-03-05 00:17 keld   Note Edited: 0003587 
2017-03-06 10:28 joerg  Note Added: 0003609  
2017-03-06 10:28 joerg  Note Edited: 0003609 
2017-03-06 10:33 joerg  Note Added: 0003610  
2017-03-06 10:33 joerg  Note Edited: 0003610 
2017-04-05 05:49 shware_systems Note Added: 0003659  
2018-08-09 16:06 eblake Note Added: 0004076  
2018-08-09 21:35 bhaibleNote Added: 0004079  
2018-08-09 21:39 bhaibleNote Added: 0004080  
2018-08-09 21:40 bhaibleNote Added: 0004081  
2018-08-12 17:30 bhaibleIssue Monitored: bhaible 
2018-12-20 2