From 2981e56e29a00720909b97172cf790fa386d5463 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Sat, 11 Sep 2010 11:42:15 +0000 Subject: [PATCH] * new-features.sgml: Mention fenv support. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 9be4bc12a..ef76e39fd 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-11 Dave Korn + + * new-features.sgml: Mention fenv support. + 2010-09-06 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Document /proc/sys. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 7bff2087b..3dd0ac89a 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -4,6 +4,17 @@ + +Cygwin now ships the C standard library fenv.h header file, and implements the +related APIs (including GNU/glibc extensions): feclearexcept, fedisableexcept, +feenableexcept, fegetenv, fegetexcept, fegetexceptflag, fegetprec, fegetround, +feholdexcept, feraiseexcept, fesetenv, fesetexceptflag, fesetprec, fesetround, +fetestexcept, feupdateenv, and predefines both default and no-mask FP +environments. See the + +GNU C Library manual for full details of this functionality. + + /proc/sys allows to access the native NT namespace.