aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-11 18:29:51 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-11 18:29:51 +0000
commit2fe793e09e8508311fa2bfda4870edc288fa0495 (patch)
tree439a677eb154b7e106f67fea5280a84c1d2e8b61 /src
parentb49429b5235b927f5861d92e610c8cdc6294eee7 (diff)
downloadopen-axiom-2fe793e09e8508311fa2bfda4870edc288fa0495.tar.gz
Fix SF/2749682
* interp/sys-os.boot ($NaNvalue): Fix typo. * testsuite/interpreter/sf-2749682.input: New.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/interp/sys-os.boot2
-rw-r--r--src/testsuite/interpreter/sf-2749682.input1
3 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a66eca0..ecae7c4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Fix SF/2749682
+ * interp/sys-os.boot ($NaNvalue): Fix typo.
+ * testsuite/interpreter/sf-2749682.input: New.
+
2009-04-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
Fix SF/2564917
diff --git a/src/interp/sys-os.boot b/src/interp/sys-os.boot
index f844fba7..c4f45e66 100644
--- a/src/interp/sys-os.boot
+++ b/src/interp/sys-os.boot
@@ -207,7 +207,7 @@ import NANQ: () -> double for NaNQ
$plusInfinity := plusInfinity()
$minusInfinity := minusInfinity()
-$NaNValue := NaNQ()
+$NaNvalue := NaNQ()
)elseif %hasFeature KEYWORD::SBCL
$plusInfinity == SB_-EXT::DOUBLE_-FLOAT_-POSITIVE_-INFINITY
diff --git a/src/testsuite/interpreter/sf-2749682.input b/src/testsuite/interpreter/sf-2749682.input
new file mode 100644
index 00000000..5e432a59
--- /dev/null
+++ b/src/testsuite/interpreter/sf-2749682.input
@@ -0,0 +1 @@
+draw(csc(x),x=0..10)