unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Fix and combine NEWS entries on `infinite?' and `finite?'
@ 2011-02-01  9:47 Mark H Weaver
  0 siblings, 0 replies; only message in thread
From: Mark H Weaver @ 2011-02-01  9:47 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 45 bytes --]

Another small and obvious patch.

     Mark


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix and combine NEWS entries on `infinite?' and `finite?' --]
[-- Type: text/x-diff, Size: 1266 bytes --]

From 13e427d5c3e8eddbe48fcc31d6012cf31172e802 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Tue, 1 Feb 2011 04:40:33 -0500
Subject: [PATCH] Fix and combine NEWS entries on `infinite?' and `finite?'

* NEWS: Fix and combine NEWS entries on `infinite?' and `finite?'.
  Previous, they stated that these predicates now work on non-real
  complex numbers, but that is not the case.
---
 NEWS |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 3770cde..2ba79a6 100644
--- a/NEWS
+++ b/NEWS
@@ -186,15 +186,8 @@ remainder operators' for more information.
 
 **** `infinite?' changes
 
-`infinite?' now returns #t for non-real complex infinities, and throws
-exceptions for non-numbers.  (Note that NaNs _are_ considered numbers
-by scheme, despite their name).
-
-**** `finite?' changes
-
-`finite?' now returns #f for NaNs and non-real complex infinities, and
-throws exceptions for non-numbers.  (Note that NaNs _are_ considered
-numbers by scheme, despite their name).
+`infinite?' and `finite?' now throw exceptions for non-numbers.  (Note
+that NaNs _are_ considered numbers by scheme, despite their name).
 
 **** `real-valued?', `rational-valued?' and `integer-valued?' changes
 
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-01  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01  9:47 [PATCH] Fix and combine NEWS entries on `infinite?' and `finite?' Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).