* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.
(std-deprec): Add chroot. (std-bsd): Add futimes, hstrerror. (std-notimpl): Add clock_nanosleep, nexttoward, nexttowardf. Remove initstate, which is implemented and listed in std-susv4.
This commit is contained in:
parent
d6b764cc83
commit
a5ffa9b80e
|
@ -1,3 +1,11 @@
|
||||||
|
2011-05-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.
|
||||||
|
(std-deprec): Add chroot.
|
||||||
|
(std-bsd): Add futimes, hstrerror.
|
||||||
|
(std-notimpl): Add clock_nanosleep, nexttoward, nexttowardf.
|
||||||
|
Remove initstate, which is implemented and listed in std-susv4.
|
||||||
|
|
||||||
2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* cygwin.din (error): Export.
|
* cygwin.din (error): Export.
|
||||||
|
|
|
@ -85,7 +85,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
chdir
|
chdir
|
||||||
chmod
|
chmod
|
||||||
chown
|
chown
|
||||||
chroot (see chapter "Implementation Notes")
|
|
||||||
cimag
|
cimag
|
||||||
cimagf
|
cimagf
|
||||||
clearerr
|
clearerr
|
||||||
|
@ -260,7 +259,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
ftw
|
ftw
|
||||||
funlockfile
|
funlockfile
|
||||||
futimens
|
futimens
|
||||||
futimes
|
|
||||||
fwide
|
fwide
|
||||||
fwprintf
|
fwprintf
|
||||||
fwrite
|
fwrite
|
||||||
|
@ -331,7 +329,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
hcreate
|
hcreate
|
||||||
hdestroy
|
hdestroy
|
||||||
hsearch
|
hsearch
|
||||||
hstrerror
|
|
||||||
htonl
|
htonl
|
||||||
htons
|
htons
|
||||||
hypot
|
hypot
|
||||||
|
@ -983,6 +980,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
fts_set
|
fts_set
|
||||||
fts_set_clientptr
|
fts_set_clientptr
|
||||||
funopen
|
funopen
|
||||||
|
futimes
|
||||||
gamma
|
gamma
|
||||||
gamma_r
|
gamma_r
|
||||||
gammaf
|
gammaf
|
||||||
|
@ -994,6 +992,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
getprogname
|
getprogname
|
||||||
getusershell
|
getusershell
|
||||||
herror
|
herror
|
||||||
|
hstrerror
|
||||||
inet_aton
|
inet_aton
|
||||||
inet_makeaddr
|
inet_makeaddr
|
||||||
inet_netof
|
inet_netof
|
||||||
|
@ -1221,6 +1220,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
bcmp (POSIX.1-2001, SUSv3)
|
bcmp (POSIX.1-2001, SUSv3)
|
||||||
bcopy (SUSv3)
|
bcopy (SUSv3)
|
||||||
bzero (SUSv3)
|
bzero (SUSv3)
|
||||||
|
chroot (SUSv2) (see chapter "Implementation Notes")
|
||||||
clock_setres (QNX, VxWorks) (see chapter "Implementation Notes")
|
clock_setres (QNX, VxWorks) (see chapter "Implementation Notes")
|
||||||
cuserid (POSIX.1-1988, SUSv2)
|
cuserid (POSIX.1-1988, SUSv2)
|
||||||
ecvt (SUSv3)
|
ecvt (SUSv3)
|
||||||
|
@ -1296,6 +1296,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
ceill
|
ceill
|
||||||
cexpl
|
cexpl
|
||||||
cimagl
|
cimagl
|
||||||
|
clock_nanosleep
|
||||||
clogl
|
clogl
|
||||||
conjl
|
conjl
|
||||||
copysignl
|
copysignl
|
||||||
|
@ -1337,7 +1338,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
getpmsg
|
getpmsg
|
||||||
hypotl
|
hypotl
|
||||||
ilogbl
|
ilogbl
|
||||||
initstate
|
|
||||||
isalnum_l
|
isalnum_l
|
||||||
isalpha_l
|
isalpha_l
|
||||||
isastream
|
isastream
|
||||||
|
@ -1380,6 +1380,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
nearbyintl
|
nearbyintl
|
||||||
newlocale
|
newlocale
|
||||||
nextafterl
|
nextafterl
|
||||||
|
nexttoward
|
||||||
|
nexttowardf
|
||||||
nexttowardl
|
nexttowardl
|
||||||
posix_mem_offset
|
posix_mem_offset
|
||||||
posix_spawn[...]
|
posix_spawn[...]
|
||||||
|
|
Loading…
Reference in New Issue