aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-26 00:43:16 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-26 00:43:16 +0000
commit909cb7e77463267ae5d7403ae480cf8bd67c15c2 (patch)
tree8680bb660ea48769d04d71dbd5b56b7aac4dae87 /src/interp/g-util.boot
parent90fc77c04c5f93595231f0da603d3f48e7ebbddb (diff)
downloadopen-axiom-909cb7e77463267ae5d7403ae480cf8bd67c15c2.tar.gz
* interp/g-util.boot: Expand %f2s.
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include %f2s. * algebra/string.spad.pamphlet (StringCategory) [string]: Add overload DoubleFloat -> %. (String): Define it.
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 95618b16..b718e253 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -352,6 +352,9 @@ for x in [
['%fpow, :'EXPT],
['%fsub, :"-"],
+ -- string operations
+ ['%f2s, :'DFLOAT_-FORMAT_-GENERAL],
+
-- list contants
-- ['%nil, :'NIL],
-- unary list operations