From 8a091aad42d2c91e483ddeda464033cfab716fc1 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 22 Oct 2014 19:18:50 +0000 Subject: [PATCH] * new-features.xml (ov-new1.7.33): Document stime. * posix.xml (std-deprec): Add stime. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/new-features.xml | 4 ++++ winsup/doc/posix.xml | 1 + 3 files changed, 10 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 7d1b7f22e..5424701af 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-22 Yaakov Selkowitz + + * new-features.xml (ov-new1.7.33): Document stime. + * posix.xml (std-deprec): Add stime. + 2014-10-22 Corinna Vinschen * new-features.xml (ov-new1.7.33): s/Linux/glibc. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 38a99ec22..17f9b05c8 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -47,6 +47,10 @@ quotas, no inode quotas, no time constraints. New APIs: ffsl, ffsll (glibc extensions). + +New API: stime (SVr4). + + New internal exception handling based on SEH on 64 bit Cygwin. diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index d30d23ad7..9d7c186d7 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1303,6 +1303,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). rindex (SUSv3) scalb (SUSv3) setutent (XPG2) + stime (SVID) sys_errlist (BSD) sys_nerr (BSD) sys_siglist (BSD)