View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001621 | 1003.1(2016/18)/Issue7+TC2 | Base Definitions and Headers | public | 2022-12-02 17:30 | 2024-06-11 09:07 |
Reporter | steffen | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Clarification Requested |
Status | Closed | Resolution | Accepted As Marked | ||
Name | steffen | ||||
Organization | |||||
User Reference | |||||
Section | Definitions (3.250 + 1), System Interfaces (getdelim()) | ||||
Page Number | 73, 1026 | ||||
Line Number | 2121 + 1, 34991 | ||||
Interp Status | --- | ||||
Final Accepted Text | See 0001621:0006104. | ||||
Summary | 0001621: Add "null terminator" definition, adjust getdelim(3) usage accordingly | ||||
Description | The standard contains usages of "null terminator", documenting only "null byte" terminators. It uses "NUL terminator" at one place (added in Issue 7 for getdelim() said Geoff Clare on austin-group-l@ in Y4nXMYB9tFwxeYx5@localhost). I mention i personally only ever used NUL (the "character" name in ISO 646 / LATIN1 / Unicode) for any such purpose, but the standard defines C-style "3.375 String"s indeed as "A contiguous sequence of bytes terminated by and including the first null byte". So here the clarification request. | ||||
Desired Action | On page 73, insert after line 2121 3.251 Null terminator A term used for the Null Byte of Section 3.248 when used as a terminator for String of Section 3.375 (on page REF). On page 1026, for getdelim(3), change on line 34991 Although a NUL terminator is always supplied after the line[.] to Although a null terminator is always supplied after the line[.] | ||||
Tags | applied_after_i8d3, tc3-2008 |
|
On page 73, insert after line 2121:3.251 Null Terminator On page 1026, for getdelim(3), change on line 34991: Although a NUL terminator is always supplied after the line...to: Although a null terminator is always supplied after the line... |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-02 17:30 | steffen | New Issue | |
2022-12-02 17:30 | steffen | Name | => steffen |
2022-12-02 17:30 | steffen | Section | => Definitions (3.250 + 1), System Interfaces (getdelim()) |
2022-12-02 17:30 | steffen | Page Number | => 73, 1026 |
2022-12-02 17:30 | steffen | Line Number | => 2121 + 1, 34991 |
2023-01-09 17:16 | Don Cragun | Note Added: 0006104 | |
2023-01-09 17:18 | Don Cragun | Interp Status | => --- |
2023-01-09 17:18 | Don Cragun | Final Accepted Text | => See 0001621:0006104. |
2023-01-09 17:18 | Don Cragun | Status | New => Resolved |
2023-01-09 17:18 | Don Cragun | Resolution | Open => Accepted As Marked |
2023-01-09 17:18 | Don Cragun | Tag Attached: tc3-2008 | |
2023-05-16 11:14 | geoffclare | Status | Resolved => Applied |
2023-05-16 11:14 | geoffclare | Tag Attached: applied_after_i8d3 | |
2024-06-11 09:07 | agadmin | Status | Applied => Closed |