View Issue Details

IDProjectCategoryView StatusLast Update
00004702008-TC1System Interfacespublic2013-04-16 13:12
Reportereblake Assigned Toajosey  
PrioritynormalSeverityEditorialTypeOmission
Status ClosedResolutionAccepted As Marked 
Product VersionDraft 2 
NameEric Blake
OrganizationRed Hat
User Referenceebb.fopen
SectionXSH/TC1/D2/0152
Page Number80
Line Number2673
Interp Status---
Final Accepted TextSee 0000470:0000916
Summary0000470: stdio.h function SEE ALSO updates
Description0000014 recommended updating the SEE ALSO section of all functions in
<stdio.h>, but draft 2 only makes the proposed change for fopen( ). We
probably don't need to apply the changes to every single interface in
<stdio.h>, but instead focus on the ones that have interactions between
FILE * and file descriptors (hence functions like clearerr or flockfile,
which only affect the FILE *, are not in the list below). Several
functions were already covered: fdopen (line 27428), fileno (line
28477), setvbuf (line 60309). I'm not sure if we should also do the
same treatment for functions in <wchar.h>.
Desired ActionDelete the editorial note in lines 2673-2674:
This applies to the fopen() function and all other functions listed in
the <stdio.h> header


Then copy lines 2675-2676:
In the SEE ALSO section, add a reference to XSH Section 2.5.
Rationale: Editorial improvement.


as the action for one change proposal for each of these interfaces:

fclose           page  806 line 26845
fflush           page  846 line 28101
fgetc            page  849 line 28206
fgetpos          page  850 line 28261
fgets            page  853 line 28316
fprintf          page  904 line 30229
fputc            page  907 line 30319
fputs            page  909 line 30379
fread            page  914 line 30558
freopen          page  925 line 30983
fscanf           page  935 line 31351
fseek            page  938 line 31460
fsetpos          page  941 line 31541
ftell            page  956 line 32066
fwrite           page  981 line 32908
getc             page  992 line 33301
getc_unlocked    page  994 line 33375
getchar          page  995 line 33412
getdelim         page 1006 line 33803
gets             page 1070 line 35775
popen            page 1409 line 46171
putc             page 1713 line 54800
putchar          page 1715 line 54834
puts             page 1724 line 55083
rewind           page 1786 line 57142
setbuf           page 1855 line 59295
tmpfile          page 2122 line 67175
ungetc           page 2151 line 67946
vfprintf         page 2168 line 68459
vfscanf          page 2170 line 68503

TagsNo tags attached.

Relationships

related to 0000014 Closed 1003.1(2008)/Issue 7 fopen() See Also 

Activities

eblake

2011-08-03 16:26

manager   bugnote:0000916

Last edited: 2011-08-03 16:36

Delete the editorial note in lines 2673-2674:
This applies to the fopen() function and all other functions listed in
the <stdio.h> header


Then copy lines 2675-2676:
In the SEE ALSO section, add a reference to XSH Section 2.5.
Rationale: Editorial improvement.


as the action for one change proposal for each of these interfaces:
fclose           page  806 line 26845
fflush           page  846 line 28101
fgetc            page  849 line 28206
fgetpos          page  850 line 28261
fgets            page  853 line 28316
fgetwc           page  855 line 28381
fgetws           page  856 line 28437
fprintf          page  904 line 30229
fputc            page  907 line 30319
fputs            page  909 line 30379
fputwc           page  911 line 30445
fputws           page  912 line 30495
fread            page  914 line 30558
freopen          page  925 line 30983
fscanf           page  935 line 31351
fseek            page  938 line 31460
fsetpos          page  941 line 31541
ftell            page  956 line 32066
fwprintf         page  979 line 32842
fwrite           page  981 line 32908
fwscanf          page  989 line 33199
getc             page  992 line 33301
getc_unlocked    page  994 line 33375
getchar          page  995 line 33412
getdelim         page 1006 line 33803
gets             page 1070 line 35775
getwc            page 1085 line 36186
getwchar         page 1086 line 36218
popen            page 1409 line 46171
putc             page 1713 line 54800
putchar          page 1715 line 54834
puts             page 1724 line 55083
putwc            page 1726 line 55126
putwchar         page 1727 line 55157
rewind           page 1786 line 57142
setbuf           page 1855 line 59295
tmpfile          page 2122 line 67175
ungetc           page 2151 line 67946
ungetwc          page 2153 line 67992
vfprintf         page 2168 line 68459
vfscanf          page 2170 line 68503
vfwprintf        page 2171 line 68540
vfwscanf         page 2172 line 68581


ajosey

2011-08-08 14:00

manager   bugnote:0000925

This change is applied in TC1-2008 Draft 3

Issue History

Date Modified Username Field Change
2011-06-30 22:28 eblake New Issue
2011-06-30 22:28 eblake Status New => Under Review
2011-06-30 22:28 eblake Assigned To => ajosey
2011-06-30 22:28 eblake Name => Eric Blake
2011-06-30 22:28 eblake Organization => Red Hat
2011-06-30 22:28 eblake User Reference => ebb.fopen
2011-06-30 22:28 eblake Section => XSH/TC1/D2/0152
2011-06-30 22:28 eblake Page Number => 80
2011-06-30 22:28 eblake Line Number => 2673
2011-06-30 22:28 eblake Interp Status => ---
2011-06-30 22:29 eblake Relationship added related to 0000014
2011-08-03 16:26 eblake Note Added: 0000916
2011-08-03 16:28 eblake Note Edited: 0000916
2011-08-03 16:36 eblake Note Edited: 0000916
2011-08-04 15:18 Don Cragun Final Accepted Text => See 0000470:0000916
2011-08-04 15:18 Don Cragun Status Under Review => Resolved
2011-08-04 15:18 Don Cragun Resolution Open => Accepted As Marked
2011-08-08 14:00 ajosey Note Added: 0000925
2011-08-08 14:00 ajosey Status Resolved => Applied
2013-04-16 13:12 ajosey Status Applied => Closed